@microsoft/msgraph-sdk-devicemanagement 1.0.0-preview.17 → 1.0.0-preview.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/deviceManagement/deviceCompliancePolicies/index.d.ts +7 -7
  2. package/deviceManagement/deviceCompliancePolicies/item/index.d.ts +6 -6
  3. package/deviceManagement/deviceConfigurations/index.d.ts +7 -7
  4. package/deviceManagement/deviceConfigurations/item/index.d.ts +10 -10
  5. package/deviceManagement/deviceEnrollmentConfigurations/index.d.ts +7 -7
  6. package/deviceManagement/deviceEnrollmentConfigurations/item/index.d.ts +7 -7
  7. package/deviceManagement/index.d.ts +2 -2
  8. package/deviceManagement/virtualEndpoint/cloudPCs/count/index.d.ts +41 -0
  9. package/deviceManagement/virtualEndpoint/cloudPCs/count/index.d.ts.map +1 -0
  10. package/deviceManagement/virtualEndpoint/cloudPCs/count/index.js +35 -0
  11. package/deviceManagement/virtualEndpoint/cloudPCs/index.d.ts +97 -0
  12. package/deviceManagement/virtualEndpoint/cloudPCs/index.d.ts.map +1 -0
  13. package/deviceManagement/virtualEndpoint/cloudPCs/index.js +69 -0
  14. package/deviceManagement/virtualEndpoint/cloudPCs/item/endGracePeriod/index.d.ts +27 -0
  15. package/deviceManagement/virtualEndpoint/cloudPCs/item/endGracePeriod/index.d.ts.map +1 -0
  16. package/deviceManagement/virtualEndpoint/cloudPCs/item/endGracePeriod/index.js +26 -0
  17. package/deviceManagement/virtualEndpoint/cloudPCs/item/index.d.ts +98 -0
  18. package/deviceManagement/virtualEndpoint/cloudPCs/item/index.d.ts.map +1 -0
  19. package/deviceManagement/virtualEndpoint/cloudPCs/item/index.js +81 -0
  20. package/deviceManagement/virtualEndpoint/cloudPCs/item/reboot/index.d.ts +27 -0
  21. package/deviceManagement/virtualEndpoint/cloudPCs/item/reboot/index.d.ts.map +1 -0
  22. package/deviceManagement/virtualEndpoint/cloudPCs/item/reboot/index.js +26 -0
  23. package/deviceManagement/virtualEndpoint/cloudPCs/item/rename/index.d.ts +59 -0
  24. package/deviceManagement/virtualEndpoint/cloudPCs/item/rename/index.d.ts.map +1 -0
  25. package/deviceManagement/virtualEndpoint/cloudPCs/item/rename/index.js +58 -0
  26. package/deviceManagement/virtualEndpoint/cloudPCs/item/restore/index.d.ts +59 -0
  27. package/deviceManagement/virtualEndpoint/cloudPCs/item/restore/index.d.ts.map +1 -0
  28. package/deviceManagement/virtualEndpoint/cloudPCs/item/restore/index.js +58 -0
  29. package/deviceManagement/virtualEndpoint/cloudPCs/item/troubleshoot/index.d.ts +27 -0
  30. package/deviceManagement/virtualEndpoint/cloudPCs/item/troubleshoot/index.d.ts.map +1 -0
  31. package/deviceManagement/virtualEndpoint/cloudPCs/item/troubleshoot/index.js +26 -0
  32. package/deviceManagement/virtualEndpoint/deviceImages/count/index.d.ts +41 -0
  33. package/deviceManagement/virtualEndpoint/deviceImages/count/index.d.ts.map +1 -0
  34. package/deviceManagement/virtualEndpoint/deviceImages/count/index.js +35 -0
  35. package/deviceManagement/virtualEndpoint/deviceImages/getSourceImages/index.d.ts +76 -0
  36. package/deviceManagement/virtualEndpoint/deviceImages/getSourceImages/index.d.ts.map +1 -0
  37. package/deviceManagement/virtualEndpoint/deviceImages/getSourceImages/index.js +65 -0
  38. package/deviceManagement/virtualEndpoint/deviceImages/index.d.ts +102 -0
  39. package/deviceManagement/virtualEndpoint/deviceImages/index.d.ts.map +1 -0
  40. package/deviceManagement/virtualEndpoint/deviceImages/index.js +72 -0
  41. package/deviceManagement/virtualEndpoint/deviceImages/item/index.d.ts +69 -0
  42. package/deviceManagement/virtualEndpoint/deviceImages/item/index.d.ts.map +1 -0
  43. package/deviceManagement/virtualEndpoint/deviceImages/item/index.js +56 -0
  44. package/deviceManagement/virtualEndpoint/galleryImages/count/index.d.ts +41 -0
  45. package/deviceManagement/virtualEndpoint/galleryImages/count/index.d.ts.map +1 -0
  46. package/deviceManagement/virtualEndpoint/galleryImages/count/index.js +35 -0
  47. package/deviceManagement/virtualEndpoint/galleryImages/index.d.ts +97 -0
  48. package/deviceManagement/virtualEndpoint/galleryImages/index.d.ts.map +1 -0
  49. package/deviceManagement/virtualEndpoint/galleryImages/index.js +68 -0
  50. package/deviceManagement/virtualEndpoint/galleryImages/item/index.d.ts +69 -0
  51. package/deviceManagement/virtualEndpoint/galleryImages/item/index.d.ts.map +1 -0
  52. package/deviceManagement/virtualEndpoint/galleryImages/item/index.js +56 -0
  53. package/deviceManagement/virtualEndpoint/index.d.ts +20 -0
  54. package/deviceManagement/virtualEndpoint/index.d.ts.map +1 -1
  55. package/deviceManagement/virtualEndpoint/index.js +20 -0
  56. package/deviceManagement/virtualEndpoint/onPremisesConnections/count/index.d.ts +41 -0
  57. package/deviceManagement/virtualEndpoint/onPremisesConnections/count/index.d.ts.map +1 -0
  58. package/deviceManagement/virtualEndpoint/onPremisesConnections/count/index.js +35 -0
  59. package/deviceManagement/virtualEndpoint/onPremisesConnections/index.d.ts +97 -0
  60. package/deviceManagement/virtualEndpoint/onPremisesConnections/index.d.ts.map +1 -0
  61. package/deviceManagement/virtualEndpoint/onPremisesConnections/index.js +69 -0
  62. package/deviceManagement/virtualEndpoint/onPremisesConnections/item/index.d.ts +78 -0
  63. package/deviceManagement/virtualEndpoint/onPremisesConnections/item/index.d.ts.map +1 -0
  64. package/deviceManagement/virtualEndpoint/onPremisesConnections/item/index.js +65 -0
  65. package/deviceManagement/virtualEndpoint/onPremisesConnections/item/runHealthChecks/index.d.ts +27 -0
  66. package/deviceManagement/virtualEndpoint/onPremisesConnections/item/runHealthChecks/index.d.ts.map +1 -0
  67. package/deviceManagement/virtualEndpoint/onPremisesConnections/item/runHealthChecks/index.js +26 -0
  68. package/package.json +3 -3
  69. package/tsconfig.tsbuildinfo +1 -1
@@ -17,30 +17,30 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild
17
17
  */
18
18
  byDeviceCompliancePolicyId(deviceCompliancePolicyId: string): DeviceCompliancePolicyItemRequestBuilder;
19
19
  /**
20
- * List properties and relationships of the windows10CompliancePolicy objects.
20
+ * List properties and relationships of the windowsPhone81CompliancePolicy objects.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<DeviceCompliancePolicyCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-list?view=graph-rest-1.0|Find more info here}
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<DeviceCompliancePoliciesRequestBuilderGetQueryParameters> | undefined): Promise<DeviceCompliancePolicyCollectionResponse | undefined>;
27
27
  /**
28
- * Create a new androidWorkProfileCompliancePolicy object.
28
+ * Create a new windows10MobileCompliancePolicy object.
29
29
  * @param body The request body
30
30
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
31
31
  * @returns {Promise<DeviceCompliancePolicy>}
32
32
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
33
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0|Find more info here}
33
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-create?view=graph-rest-1.0|Find more info here}
34
34
  */
35
35
  post(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceCompliancePolicy | undefined>;
36
36
  /**
37
- * List properties and relationships of the windows10CompliancePolicy objects.
37
+ * List properties and relationships of the windowsPhone81CompliancePolicy objects.
38
38
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
39
39
  * @returns {RequestInformation}
40
40
  */
41
41
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceCompliancePoliciesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
42
42
  /**
43
- * Create a new androidWorkProfileCompliancePolicy object.
43
+ * Create a new windows10MobileCompliancePolicy object.
44
44
  * @param body The request body
45
45
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
46
  * @returns {RequestInformation}
@@ -48,7 +48,7 @@ export interface DeviceCompliancePoliciesRequestBuilder extends BaseRequestBuild
48
48
  toPostRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
49
49
  }
50
50
  /**
51
- * List properties and relationships of the windows10CompliancePolicy objects.
51
+ * List properties and relationships of the windowsPhone81CompliancePolicy objects.
52
52
  */
53
53
  export interface DeviceCompliancePoliciesRequestBuilderGetQueryParameters {
54
54
  /**
@@ -50,10 +50,10 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
50
50
  */
51
51
  get userStatusOverview(): UserStatusOverviewRequestBuilder;
52
52
  /**
53
- * Deletes a androidCompliancePolicy.
53
+ * Deletes a windows81CompliancePolicy.
54
54
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
55
55
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
56
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-delete?view=graph-rest-1.0|Find more info here}
56
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-delete?view=graph-rest-1.0|Find more info here}
57
57
  */
58
58
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
59
59
  /**
@@ -65,16 +65,16 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
65
65
  */
66
66
  get(requestConfiguration?: RequestConfiguration<DeviceCompliancePolicyItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceCompliancePolicy | undefined>;
67
67
  /**
68
- * Update the properties of a androidWorkProfileCompliancePolicy object.
68
+ * Update the properties of a windows10MobileCompliancePolicy object.
69
69
  * @param body The request body
70
70
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
71
71
  * @returns {Promise<DeviceCompliancePolicy>}
72
72
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
73
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-update?view=graph-rest-1.0|Find more info here}
73
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-update?view=graph-rest-1.0|Find more info here}
74
74
  */
75
75
  patch(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceCompliancePolicy | undefined>;
76
76
  /**
77
- * Deletes a androidCompliancePolicy.
77
+ * Deletes a windows81CompliancePolicy.
78
78
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
79
79
  * @returns {RequestInformation}
80
80
  */
@@ -86,7 +86,7 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
86
86
  */
87
87
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceCompliancePolicyItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
88
88
  /**
89
- * Update the properties of a androidWorkProfileCompliancePolicy object.
89
+ * Update the properties of a windows10MobileCompliancePolicy object.
90
90
  * @param body The request body
91
91
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
92
92
  * @returns {RequestInformation}
@@ -17,30 +17,30 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder<D
17
17
  */
18
18
  byDeviceConfigurationId(deviceConfigurationId: string): DeviceConfigurationItemRequestBuilder;
19
19
  /**
20
- * List properties and relationships of the iosUpdateConfiguration objects.
20
+ * List properties and relationships of the windows10EnterpriseModernAppManagementConfiguration objects.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<DeviceConfigurationCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10enterprisemodernappmanagementconfiguration-list?view=graph-rest-1.0|Find more info here}
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<DeviceConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<DeviceConfigurationCollectionResponse | undefined>;
27
27
  /**
28
- * Create a new androidCustomConfiguration object.
28
+ * Create a new macOSGeneralDeviceConfiguration object.
29
29
  * @param body The request body
30
30
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
31
31
  * @returns {Promise<DeviceConfiguration>}
32
32
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
33
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-create?view=graph-rest-1.0|Find more info here}
33
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-create?view=graph-rest-1.0|Find more info here}
34
34
  */
35
35
  post(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceConfiguration | undefined>;
36
36
  /**
37
- * List properties and relationships of the iosUpdateConfiguration objects.
37
+ * List properties and relationships of the windows10EnterpriseModernAppManagementConfiguration objects.
38
38
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
39
39
  * @returns {RequestInformation}
40
40
  */
41
41
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceConfigurationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
42
42
  /**
43
- * Create a new androidCustomConfiguration object.
43
+ * Create a new macOSGeneralDeviceConfiguration object.
44
44
  * @param body The request body
45
45
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
46
  * @returns {RequestInformation}
@@ -48,7 +48,7 @@ export interface DeviceConfigurationsRequestBuilder extends BaseRequestBuilder<D
48
48
  toPostRequestInformation(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
49
49
  }
50
50
  /**
51
- * List properties and relationships of the iosUpdateConfiguration objects.
51
+ * List properties and relationships of the windows10EnterpriseModernAppManagementConfiguration objects.
52
52
  */
53
53
  export interface DeviceConfigurationsRequestBuilderGetQueryParameters {
54
54
  /**
@@ -41,18 +41,18 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde
41
41
  */
42
42
  get userStatusOverview(): UserStatusOverviewRequestBuilder;
43
43
  /**
44
- * Deletes a iosDeviceFeaturesConfiguration.
44
+ * Deletes a windows10TeamGeneralConfiguration.
45
45
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
46
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
47
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-iosdevicefeaturesconfiguration-delete?view=graph-rest-1.0|Find more info here}
47
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10teamgeneralconfiguration-delete?view=graph-rest-1.0|Find more info here}
48
48
  */
49
49
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
50
50
  /**
51
- * Read properties and relationships of the windows10TeamGeneralConfiguration object.
51
+ * Read properties and relationships of the windowsUpdateForBusinessConfiguration object.
52
52
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
53
53
  * @returns {Promise<DeviceConfiguration>}
54
54
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
55
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10teamgeneralconfiguration-get?view=graph-rest-1.0|Find more info here}
55
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-get?view=graph-rest-1.0|Find more info here}
56
56
  */
57
57
  get(requestConfiguration?: RequestConfiguration<DeviceConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceConfiguration | undefined>;
58
58
  /**
@@ -62,28 +62,28 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde
62
62
  */
63
63
  getOmaSettingPlainTextValueWithSecretReferenceValueId(secretReferenceValueId: string | undefined): GetOmaSettingPlainTextValueWithSecretReferenceValueIdRequestBuilder;
64
64
  /**
65
- * Update the properties of a macOSDeviceFeaturesConfiguration object.
65
+ * Update the properties of a windows10CustomConfiguration object.
66
66
  * @param body The request body
67
67
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
68
68
  * @returns {Promise<DeviceConfiguration>}
69
69
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
70
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-macosdevicefeaturesconfiguration-update?view=graph-rest-1.0|Find more info here}
70
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10customconfiguration-update?view=graph-rest-1.0|Find more info here}
71
71
  */
72
72
  patch(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceConfiguration | undefined>;
73
73
  /**
74
- * Deletes a iosDeviceFeaturesConfiguration.
74
+ * Deletes a windows10TeamGeneralConfiguration.
75
75
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
76
76
  * @returns {RequestInformation}
77
77
  */
78
78
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
79
79
  /**
80
- * Read properties and relationships of the windows10TeamGeneralConfiguration object.
80
+ * Read properties and relationships of the windowsUpdateForBusinessConfiguration object.
81
81
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
82
82
  * @returns {RequestInformation}
83
83
  */
84
84
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceConfigurationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
85
85
  /**
86
- * Update the properties of a macOSDeviceFeaturesConfiguration object.
86
+ * Update the properties of a windows10CustomConfiguration object.
87
87
  * @param body The request body
88
88
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
89
89
  * @returns {RequestInformation}
@@ -91,7 +91,7 @@ export interface DeviceConfigurationItemRequestBuilder extends BaseRequestBuilde
91
91
  toPatchRequestInformation(body: DeviceConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
92
92
  }
93
93
  /**
94
- * Read properties and relationships of the windows10TeamGeneralConfiguration object.
94
+ * Read properties and relationships of the windowsUpdateForBusinessConfiguration object.
95
95
  */
96
96
  export interface DeviceConfigurationItemRequestBuilderGetQueryParameters {
97
97
  /**
@@ -17,30 +17,30 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques
17
17
  */
18
18
  byDeviceEnrollmentConfigurationId(deviceEnrollmentConfigurationId: string): DeviceEnrollmentConfigurationItemRequestBuilder;
19
19
  /**
20
- * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
20
+ * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
21
21
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
22
  * @returns {Promise<DeviceEnrollmentConfigurationCollectionResponse>}
23
23
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
- * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0|Find more info here}
25
25
  */
26
26
  get(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters> | undefined): Promise<DeviceEnrollmentConfigurationCollectionResponse | undefined>;
27
27
  /**
28
- * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
28
+ * Create a new deviceEnrollmentLimitConfiguration object.
29
29
  * @param body The request body
30
30
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
31
31
  * @returns {Promise<DeviceEnrollmentConfiguration>}
32
32
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
33
- * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0|Find more info here}
33
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-create?view=graph-rest-1.0|Find more info here}
34
34
  */
35
35
  post(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceEnrollmentConfiguration | undefined>;
36
36
  /**
37
- * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
37
+ * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
38
38
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
39
39
  * @returns {RequestInformation}
40
40
  */
41
41
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
42
42
  /**
43
- * Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object.
43
+ * Create a new deviceEnrollmentLimitConfiguration object.
44
44
  * @param body The request body
45
45
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
46
46
  * @returns {RequestInformation}
@@ -48,7 +48,7 @@ export interface DeviceEnrollmentConfigurationsRequestBuilder extends BaseReques
48
48
  toPostRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
49
49
  }
50
50
  /**
51
- * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
51
+ * List properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration objects.
52
52
  */
53
53
  export interface DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters {
54
54
  /**
@@ -27,20 +27,20 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
27
27
  */
28
28
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
29
29
  /**
30
- * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
30
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
31
31
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
32
32
  * @returns {Promise<DeviceEnrollmentConfiguration>}
33
33
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
34
- * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-get?view=graph-rest-1.0|Find more info here}
34
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0|Find more info here}
35
35
  */
36
36
  get(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters> | undefined): Promise<DeviceEnrollmentConfiguration | undefined>;
37
37
  /**
38
- * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
38
+ * Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object.
39
39
  * @param body The request body
40
40
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
41
41
  * @returns {Promise<DeviceEnrollmentConfiguration>}
42
42
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
43
- * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0|Find more info here}
43
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-update?view=graph-rest-1.0|Find more info here}
44
44
  */
45
45
  patch(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceEnrollmentConfiguration | undefined>;
46
46
  /**
@@ -50,13 +50,13 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
50
50
  */
51
51
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
52
52
  /**
53
- * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
53
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
54
54
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
55
55
  * @returns {RequestInformation}
56
56
  */
57
57
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
58
58
  /**
59
- * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object.
59
+ * Update the properties of a deviceEnrollmentWindowsHelloForBusinessConfiguration object.
60
60
  * @param body The request body
61
61
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
62
62
  * @returns {RequestInformation}
@@ -64,7 +64,7 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
64
64
  toPatchRequestInformation(body: DeviceEnrollmentConfiguration, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
65
65
  }
66
66
  /**
67
- * Read properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration object.
67
+ * Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object.
68
68
  */
69
69
  export interface DeviceEnrollmentConfigurationItemRequestBuilderGetQueryParameters {
70
70
  /**
@@ -306,7 +306,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder<Devic
306
306
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
307
307
  * @returns {Promise<DeviceManagement>}
308
308
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
309
- * @see {@link https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-get?view=graph-rest-1.0|Find more info here}
309
+ * @see {@link https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-get?view=graph-rest-1.0|Find more info here}
310
310
  */
311
311
  get(requestConfiguration?: RequestConfiguration<DeviceManagementRequestBuilderGetQueryParameters> | undefined): Promise<DeviceManagement | undefined>;
312
312
  /**
@@ -321,7 +321,7 @@ export interface DeviceManagementRequestBuilder extends BaseRequestBuilder<Devic
321
321
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
322
322
  * @returns {Promise<DeviceManagement>}
323
323
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
324
- * @see {@link https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-update?view=graph-rest-1.0|Find more info here}
324
+ * @see {@link https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0|Find more info here}
325
325
  */
326
326
  patch(body: DeviceManagement, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<DeviceManagement | undefined>;
327
327
  /**
@@ -0,0 +1,41 @@
1
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Provides operations to count the resources in the collection.
4
+ */
5
+ export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
6
+ /**
7
+ * Get the number of the resource
8
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
+ * @returns {Promise<number>}
10
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
+ */
12
+ get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
13
+ /**
14
+ * Get the number of the resource
15
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
16
+ * @returns {RequestInformation}
17
+ */
18
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
19
+ }
20
+ /**
21
+ * Get the number of the resource
22
+ */
23
+ export interface CountRequestBuilderGetQueryParameters {
24
+ /**
25
+ * Filter items by property values
26
+ */
27
+ filter?: string;
28
+ /**
29
+ * Search items by search phrases
30
+ */
31
+ search?: string;
32
+ }
33
+ /**
34
+ * Uri template for the request builder.
35
+ */
36
+ export declare const CountRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/$count{?%24filter,%24search}";
37
+ /**
38
+ * Metadata for all the requests in the request builder.
39
+ */
40
+ export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
41
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AACD;;GAEG;AACH,eAAO,MAAM,8BAA8B,sFAAsF,CAAC;AAQlI;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CountRequestBuilderRequestsMetadata = exports.CountRequestBuilderUriTemplate = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
8
+ /**
9
+ * Uri template for the request builder.
10
+ */
11
+ exports.CountRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/$count{?%24filter,%24search}";
12
+ /**
13
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
14
+ */
15
+ const CountRequestBuilderGetQueryParametersMapper = {
16
+ "filter": "%24filter",
17
+ "search": "%24search",
18
+ };
19
+ /**
20
+ * Metadata for all the requests in the request builder.
21
+ */
22
+ exports.CountRequestBuilderRequestsMetadata = {
23
+ get: {
24
+ uriTemplate: exports.CountRequestBuilderUriTemplate,
25
+ responseBodyContentType: "text/plain;q=0.9",
26
+ errorMappings: {
27
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
28
+ },
29
+ adapterMethodName: "sendPrimitive",
30
+ responseBodyFactory: "number",
31
+ queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
32
+ },
33
+ };
34
+ /* tslint:enable */
35
+ /* eslint-enable */
@@ -0,0 +1,97 @@
1
+ import { type CloudPC, type CloudPCCollectionResponse } from '@microsoft/msgraph-sdk/models/';
2
+ import { type CountRequestBuilder } from './count/';
3
+ import { type CloudPCItemRequestBuilder } from './item/';
4
+ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
5
+ /**
6
+ * Provides operations to manage the cloudPCs property of the microsoft.graph.virtualEndpoint entity.
7
+ */
8
+ export interface CloudPCsRequestBuilder extends BaseRequestBuilder<CloudPCsRequestBuilder> {
9
+ /**
10
+ * Provides operations to count the resources in the collection.
11
+ */
12
+ get count(): CountRequestBuilder;
13
+ /**
14
+ * Provides operations to manage the cloudPCs property of the microsoft.graph.virtualEndpoint entity.
15
+ * @param cloudPCId The unique identifier of cloudPC
16
+ * @returns {CloudPCItemRequestBuilder}
17
+ */
18
+ byCloudPCId(cloudPCId: string): CloudPCItemRequestBuilder;
19
+ /**
20
+ * Get cloudPCs from deviceManagement
21
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
22
+ * @returns {Promise<CloudPCCollectionResponse>}
23
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
24
+ */
25
+ get(requestConfiguration?: RequestConfiguration<CloudPCsRequestBuilderGetQueryParameters> | undefined): Promise<CloudPCCollectionResponse | undefined>;
26
+ /**
27
+ * Create new navigation property to cloudPCs for deviceManagement
28
+ * @param body The request body
29
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
30
+ * @returns {Promise<CloudPC>}
31
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
32
+ */
33
+ post(body: CloudPC, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPC | undefined>;
34
+ /**
35
+ * Get cloudPCs from deviceManagement
36
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
37
+ * @returns {RequestInformation}
38
+ */
39
+ toGetRequestInformation(requestConfiguration?: RequestConfiguration<CloudPCsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
40
+ /**
41
+ * Create new navigation property to cloudPCs for deviceManagement
42
+ * @param body The request body
43
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
44
+ * @returns {RequestInformation}
45
+ */
46
+ toPostRequestInformation(body: CloudPC, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
47
+ }
48
+ /**
49
+ * Get cloudPCs from deviceManagement
50
+ */
51
+ export interface CloudPCsRequestBuilderGetQueryParameters {
52
+ /**
53
+ * Include count of items
54
+ */
55
+ count?: boolean;
56
+ /**
57
+ * Expand related entities
58
+ */
59
+ expand?: string[];
60
+ /**
61
+ * Filter items by property values
62
+ */
63
+ filter?: string;
64
+ /**
65
+ * Order items by property values
66
+ */
67
+ orderby?: string[];
68
+ /**
69
+ * Search items by search phrases
70
+ */
71
+ search?: string;
72
+ /**
73
+ * Select properties to be returned
74
+ */
75
+ select?: string[];
76
+ /**
77
+ * Skip the first n items
78
+ */
79
+ skip?: number;
80
+ /**
81
+ * Show only the first n items
82
+ */
83
+ top?: number;
84
+ }
85
+ /**
86
+ * Uri template for the request builder.
87
+ */
88
+ export declare const CloudPCsRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
89
+ /**
90
+ * Metadata for all the navigation properties in the request builder.
91
+ */
92
+ export declare const CloudPCsRequestBuilderNavigationMetadata: Record<Exclude<keyof CloudPCsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
93
+ /**
94
+ * Metadata for all the requests in the request builder.
95
+ */
96
+ export declare const CloudPCsRequestBuilderRequestsMetadata: RequestsMetadata;
97
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgH,KAAK,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAE5M,OAAO,EAAuC,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzF,OAAO,EAA0F,KAAK,yBAAyB,EAAE,MAAM,SAAS,CAAC;AACjJ,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,WAAW,CAAC,SAAS,EAAE,MAAM,GAAI,yBAAyB,CAAC;IAC5D;;;;;OAKG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,yBAAyB,GAAG,SAAS,CAAC,CAAC;IACzJ;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACrH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACjJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,OAAO,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAClI;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AACD;;GAEG;AACH,eAAO,MAAM,iCAAiC,sIAAsI,CAAC;AAcrL;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,sBAAsB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAS1J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAuBpD,CAAC"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CloudPCsRequestBuilderRequestsMetadata = exports.CloudPCsRequestBuilderNavigationMetadata = exports.CloudPCsRequestBuilderUriTemplate = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const models_1 = require("@microsoft/msgraph-sdk/models/");
8
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
9
+ const count_1 = require("./count/");
10
+ const item_1 = require("./item/");
11
+ /**
12
+ * Uri template for the request builder.
13
+ */
14
+ exports.CloudPCsRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}";
15
+ /**
16
+ * Mapper for query parameters from symbol name to serialization name represented as a constant.
17
+ */
18
+ const CloudPCsRequestBuilderGetQueryParametersMapper = {
19
+ "count": "%24count",
20
+ "expand": "%24expand",
21
+ "filter": "%24filter",
22
+ "orderby": "%24orderby",
23
+ "search": "%24search",
24
+ "select": "%24select",
25
+ "skip": "%24skip",
26
+ "top": "%24top",
27
+ };
28
+ /**
29
+ * Metadata for all the navigation properties in the request builder.
30
+ */
31
+ exports.CloudPCsRequestBuilderNavigationMetadata = {
32
+ byCloudPCId: {
33
+ requestsMetadata: item_1.CloudPCItemRequestBuilderRequestsMetadata,
34
+ navigationMetadata: item_1.CloudPCItemRequestBuilderNavigationMetadata,
35
+ pathParametersMappings: ["cloudPC%2Did"],
36
+ },
37
+ count: {
38
+ requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
39
+ },
40
+ };
41
+ /**
42
+ * Metadata for all the requests in the request builder.
43
+ */
44
+ exports.CloudPCsRequestBuilderRequestsMetadata = {
45
+ get: {
46
+ uriTemplate: exports.CloudPCsRequestBuilderUriTemplate,
47
+ responseBodyContentType: "application/json",
48
+ errorMappings: {
49
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
50
+ },
51
+ adapterMethodName: "send",
52
+ responseBodyFactory: models_1.createCloudPCCollectionResponseFromDiscriminatorValue,
53
+ queryParametersMapper: CloudPCsRequestBuilderGetQueryParametersMapper,
54
+ },
55
+ post: {
56
+ uriTemplate: exports.CloudPCsRequestBuilderUriTemplate,
57
+ responseBodyContentType: "application/json",
58
+ errorMappings: {
59
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
60
+ },
61
+ adapterMethodName: "send",
62
+ responseBodyFactory: models_1.createCloudPCFromDiscriminatorValue,
63
+ requestBodyContentType: "application/json",
64
+ requestBodySerializer: models_1.serializeCloudPC,
65
+ requestInformationContentSetMethod: "setContentFromParsable",
66
+ },
67
+ };
68
+ /* tslint:enable */
69
+ /* eslint-enable */
@@ -0,0 +1,27 @@
1
+ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
2
+ /**
3
+ * Provides operations to call the endGracePeriod method.
4
+ */
5
+ export interface EndGracePeriodRequestBuilder extends BaseRequestBuilder<EndGracePeriodRequestBuilder> {
6
+ /**
7
+ * Invoke action endGracePeriod
8
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
9
+ * @throws {ODataError} error when the service returns a 4XX or 5XX status code
10
+ */
11
+ post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
12
+ /**
13
+ * Invoke action endGracePeriod
14
+ * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
15
+ * @returns {RequestInformation}
16
+ */
17
+ toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
18
+ }
19
+ /**
20
+ * Uri template for the request builder.
21
+ */
22
+ export declare const EndGracePeriodRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/endGracePeriod";
23
+ /**
24
+ * Metadata for all the requests in the request builder.
25
+ */
26
+ export declare const EndGracePeriodRequestBuilderRequestsMetadata: RequestsMetadata;
27
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB,CAAC,4BAA4B,CAAC;IAClG;;;;OAIG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvF;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;GAEG;AACH,eAAO,MAAM,uCAAuC,uFAAuF,CAAC;AAC5I;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,gBAS1D,CAAC"}
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EndGracePeriodRequestBuilderRequestsMetadata = exports.EndGracePeriodRequestBuilderUriTemplate = void 0;
4
+ /* tslint:disable */
5
+ /* eslint-disable */
6
+ // Generated by Microsoft Kiota
7
+ const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
8
+ /**
9
+ * Uri template for the request builder.
10
+ */
11
+ exports.EndGracePeriodRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/endGracePeriod";
12
+ /**
13
+ * Metadata for all the requests in the request builder.
14
+ */
15
+ exports.EndGracePeriodRequestBuilderRequestsMetadata = {
16
+ post: {
17
+ uriTemplate: exports.EndGracePeriodRequestBuilderUriTemplate,
18
+ responseBodyContentType: "application/json",
19
+ errorMappings: {
20
+ XXX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
21
+ },
22
+ adapterMethodName: "sendNoResponseContent",
23
+ },
24
+ };
25
+ /* tslint:enable */
26
+ /* eslint-enable */