|
14 | 14 | use Microsoft\Graph\Generated\DeviceAppManagement\MdmWindowsInformationProtectionPolicies\MdmWindowsInformationProtectionPoliciesRequestBuilder; |
15 | 15 | use Microsoft\Graph\Generated\DeviceAppManagement\MobileAppCategories\MobileAppCategoriesRequestBuilder; |
16 | 16 | use Microsoft\Graph\Generated\DeviceAppManagement\MobileAppConfigurations\MobileAppConfigurationsRequestBuilder; |
| 17 | +use Microsoft\Graph\Generated\DeviceAppManagement\MobileAppRelationships\MobileAppRelationshipsRequestBuilder; |
17 | 18 | use Microsoft\Graph\Generated\DeviceAppManagement\MobileApps\MobileAppsRequestBuilder; |
18 | 19 | use Microsoft\Graph\Generated\DeviceAppManagement\SyncMicrosoftStoreForBusinessApps\SyncMicrosoftStoreForBusinessAppsRequestBuilder; |
19 | 20 | use Microsoft\Graph\Generated\DeviceAppManagement\TargetedManagedAppConfigurations\TargetedManagedAppConfigurationsRequestBuilder; |
@@ -101,6 +102,13 @@ public function mobileAppConfigurations(): MobileAppConfigurationsRequestBuilder |
101 | 102 | return new MobileAppConfigurationsRequestBuilder($this->pathParameters, $this->requestAdapter); |
102 | 103 | } |
103 | 104 |
|
| 105 | + /** |
| 106 | + * Provides operations to manage the mobileAppRelationships property of the microsoft.graph.deviceAppManagement entity. |
| 107 | + */ |
| 108 | + public function mobileAppRelationships(): MobileAppRelationshipsRequestBuilder { |
| 109 | + return new MobileAppRelationshipsRequestBuilder($this->pathParameters, $this->requestAdapter); |
| 110 | + } |
| 111 | + |
104 | 112 | /** |
105 | 113 | * Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. |
106 | 114 | */ |
@@ -171,7 +179,7 @@ public function get(?DeviceAppManagementRequestBuilderGetRequestConfiguration $r |
171 | 179 | * @param DeviceAppManagementRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. |
172 | 180 | * @return Promise<DeviceAppManagement|null> |
173 | 181 | * @throws Exception |
174 | | - * @link https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0 Find more info here |
| 182 | + * @link https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0 Find more info here |
175 | 183 | */ |
176 | 184 | public function patch(DeviceAppManagement $body, ?DeviceAppManagementRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { |
177 | 185 | $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); |
|
0 commit comments