@microsoft/msgraph-sdk-devicemanagement 1.0.0-preview.41 → 1.0.0-preview.43

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.
@@ -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 androidCompliancePolicy objects.
20
+ * List properties and relationships of the windows10CompliancePolicy 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-androidcompliancepolicy-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-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 androidCompliancePolicy 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-androidcompliancepolicy-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 androidCompliancePolicy objects.
37
+ * List properties and relationships of the windows10CompliancePolicy 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 androidCompliancePolicy 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 androidCompliancePolicy objects.
51
+ * List properties and relationships of the windows10CompliancePolicy objects.
52
52
  */
53
53
  export interface DeviceCompliancePoliciesRequestBuilderGetQueryParameters {
54
54
  /**
@@ -50,43 +50,43 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
50
50
  */
51
51
  get userStatusOverview(): UserStatusOverviewRequestBuilder;
52
52
  /**
53
- * Deletes a windows81CompliancePolicy.
53
+ * Deletes a androidWorkProfileCompliancePolicy.
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-windows81compliancepolicy-delete?view=graph-rest-1.0|Find more info here}
56
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0|Find more info here}
57
57
  */
58
58
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
59
59
  /**
60
- * Read properties and relationships of the iosCompliancePolicy object.
60
+ * Read properties and relationships of the androidWorkProfileCompliancePolicy object.
61
61
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
62
62
  * @returns {Promise<DeviceCompliancePolicy>}
63
63
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
64
- * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-get?view=graph-rest-1.0|Find more info here}
64
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-get?view=graph-rest-1.0|Find more info here}
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 windows81CompliancePolicy 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-windows81compliancepolicy-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 windows81CompliancePolicy.
77
+ * Deletes a androidWorkProfileCompliancePolicy.
78
78
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
79
79
  * @returns {RequestInformation}
80
80
  */
81
81
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
82
82
  /**
83
- * Read properties and relationships of the iosCompliancePolicy object.
83
+ * Read properties and relationships of the androidWorkProfileCompliancePolicy object.
84
84
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
85
85
  * @returns {RequestInformation}
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 windows81CompliancePolicy 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}
@@ -94,7 +94,7 @@ export interface DeviceCompliancePolicyItemRequestBuilder extends BaseRequestBui
94
94
  toPatchRequestInformation(body: DeviceCompliancePolicy, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
95
95
  }
96
96
  /**
97
- * Read properties and relationships of the iosCompliancePolicy object.
97
+ * Read properties and relationships of the androidWorkProfileCompliancePolicy object.
98
98
  */
99
99
  export interface DeviceCompliancePolicyItemRequestBuilderGetQueryParameters {
100
100
  /**
@@ -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 macOSCustomConfiguration objects.
20
+ * List properties and relationships of the macOSGeneralDeviceConfiguration 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-macoscustomconfiguration-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-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 iosUpdateConfiguration object.
28
+ * Create a new androidWorkProfileCustomConfiguration 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-iosupdateconfiguration-create?view=graph-rest-1.0|Find more info here}
33
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-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 macOSCustomConfiguration objects.
37
+ * List properties and relationships of the macOSGeneralDeviceConfiguration 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 iosUpdateConfiguration object.
43
+ * Create a new androidWorkProfileCustomConfiguration 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 macOSCustomConfiguration objects.
51
+ * List properties and relationships of the macOSGeneralDeviceConfiguration 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 windowsUpdateForBusinessConfiguration.
44
+ * Deletes a windows10CustomConfiguration.
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-windowsupdateforbusinessconfiguration-delete?view=graph-rest-1.0|Find more info here}
47
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10customconfiguration-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 windows10CustomConfiguration object.
51
+ * Read properties and relationships of the iosUpdateConfiguration 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-windows10customconfiguration-get?view=graph-rest-1.0|Find more info here}
55
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-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 editionUpgradeConfiguration object.
65
+ * Update the properties of a windowsPhone81GeneralConfiguration 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-editionupgradeconfiguration-update?view=graph-rest-1.0|Find more info here}
70
+ * @see {@link https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81generalconfiguration-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 windowsUpdateForBusinessConfiguration.
74
+ * Deletes a windows10CustomConfiguration.
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 windows10CustomConfiguration object.
80
+ * Read properties and relationships of the iosUpdateConfiguration 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 editionUpgradeConfiguration object.
86
+ * Update the properties of a windowsPhone81GeneralConfiguration 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 windows10CustomConfiguration object.
94
+ * Read properties and relationships of the iosUpdateConfiguration 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 deviceEnrollmentLimitConfiguration objects.
20
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration 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-deviceenrollmentlimitconfiguration-list?view=graph-rest-1.0|Find more info here}
24
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-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 deviceEnrollmentPlatformRestrictionsConfiguration 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-deviceenrollmentplatformrestrictionsconfiguration-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 deviceEnrollmentLimitConfiguration objects.
37
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentLimitConfiguration objects.
51
+ * List properties and relationships of the deviceEnrollmentPlatformRestrictionsConfiguration objects.
52
52
  */
53
53
  export interface DeviceEnrollmentConfigurationsRequestBuilderGetQueryParameters {
54
54
  /**
@@ -20,43 +20,43 @@ export interface DeviceEnrollmentConfigurationItemRequestBuilder extends BaseReq
20
20
  */
21
21
  get setPriority(): SetPriorityRequestBuilder;
22
22
  /**
23
- * Deletes a deviceEnrollmentLimitConfiguration.
23
+ * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration.
24
24
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
25
25
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
26
- * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0|Find more info here}
26
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-delete?view=graph-rest-1.0|Find more info here}
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 deviceEnrollmentConfiguration 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-deviceenrollmentconfiguration-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 deviceEnrollmentWindowsHelloForBusinessConfiguration object.
38
+ * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration 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-deviceenrollmentwindowshelloforbusinessconfiguration-update?view=graph-rest-1.0|Find more info here}
43
+ * @see {@link https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-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
  /**
47
- * Deletes a deviceEnrollmentLimitConfiguration.
47
+ * Deletes a deviceEnrollmentWindowsHelloForBusinessConfiguration.
48
48
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
49
49
  * @returns {RequestInformation}
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 deviceEnrollmentConfiguration 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 deviceEnrollmentWindowsHelloForBusinessConfiguration object.
59
+ * Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration 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 deviceEnrollmentConfiguration 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-wip-devicemanagement-get?view=graph-rest-1.0|Find more info here}
309
+ * @see {@link https://learn.microsoft.com/graph/api/intune-enrollment-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-wip-devicemanagement-update?view=graph-rest-1.0|Find more info here}
324
+ * @see {@link https://learn.microsoft.com/graph/api/intune-tem-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
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"deviceManagementServiceClient.d.ts","sourceRoot":"","sources":["deviceManagementServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoG,KAAK,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AACpL,OAAO,EAA8E,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAM3O;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;CAC1D;AACD;;;GAGG;AACH,wBAAgB,mCAAmC,CAAC,cAAc,EAAE,cAAc,iCAejF;AACD;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,6BAA6B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAKxK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,eAAe,CAAC"}
1
+ {"version":3,"file":"deviceManagementServiceClient.d.ts","sourceRoot":"","sources":["deviceManagementServiceClient.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoG,KAAK,8BAA8B,EAAE,MAAM,6BAA6B,CAAC;AACpL,OAAO,EAAsB,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,+BAA+B,CAAC;AACnL;;GAEG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB,CAAC,6BAA6B,CAAC;IACpG;;OAEG;IACH,IAAI,gBAAgB,IAAI,8BAA8B,CAAC;CAC1D;AACD;;;GAGG;AACH,wBAAgB,mCAAmC,CAAC,cAAc,EAAE,cAAc,iCAQjF;AACD;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,6BAA6B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAKxK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,eAAe,CAAC"}
@@ -2,23 +2,12 @@
2
2
  /* eslint-disable */
3
3
  // Generated by Microsoft Kiota
4
4
  import { DeviceManagementRequestBuilderNavigationMetadata, DeviceManagementRequestBuilderRequestsMetadata } from './deviceManagement/index.js';
5
- import { apiClientProxifier, registerDefaultDeserializer, registerDefaultSerializer } from '@microsoft/kiota-abstractions';
6
- import { FormParseNodeFactory, FormSerializationWriterFactory } from '@microsoft/kiota-serialization-form';
7
- import { JsonParseNodeFactory, JsonSerializationWriterFactory } from '@microsoft/kiota-serialization-json';
8
- import { MultipartSerializationWriterFactory } from '@microsoft/kiota-serialization-multipart';
9
- import { TextParseNodeFactory, TextSerializationWriterFactory } from '@microsoft/kiota-serialization-text';
5
+ import { apiClientProxifier } from '@microsoft/kiota-abstractions';
10
6
  /**
11
7
  * Instantiates a new DeviceManagementServiceClient and sets the default values.
12
8
  * @param requestAdapter The request adapter to use to execute the requests.
13
9
  */
14
10
  export function createDeviceManagementServiceClient(requestAdapter) {
15
- registerDefaultSerializer(JsonSerializationWriterFactory);
16
- registerDefaultSerializer(TextSerializationWriterFactory);
17
- registerDefaultSerializer(FormSerializationWriterFactory);
18
- registerDefaultSerializer(MultipartSerializationWriterFactory);
19
- registerDefaultDeserializer(JsonParseNodeFactory);
20
- registerDefaultDeserializer(TextParseNodeFactory);
21
- registerDefaultDeserializer(FormParseNodeFactory);
22
11
  if (requestAdapter.baseUrl === undefined || requestAdapter.baseUrl === "") {
23
12
  requestAdapter.baseUrl = "https://graph.microsoft.com/v1.0";
24
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"deviceManagementServiceClient.js","sourceRoot":"","sources":["deviceManagementServiceClient.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,OAAO,EAAE,gDAAgD,EAAE,8CAA8C,EAAuC,MAAM,6BAA6B,CAAC;AACpL,OAAO,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,yBAAyB,EAAkH,MAAM,+BAA+B,CAAC;AAC3O,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EAAE,mCAAmC,EAAE,MAAM,0CAA0C,CAAC;AAC/F,OAAO,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AAW3G;;;GAGG;AACH,MAAM,UAAU,mCAAmC,CAAC,cAA8B;IAC9E,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,8BAA8B,CAAC,CAAC;IAC1D,yBAAyB,CAAC,mCAAmC,CAAC,CAAC;IAC/D,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,2BAA2B,CAAC,oBAAoB,CAAC,CAAC;IAClD,IAAI,cAAc,CAAC,OAAO,KAAK,SAAS,IAAI,cAAc,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;QACxE,cAAc,CAAC,OAAO,GAAG,kCAAkC,CAAC;IAChE,CAAC;IACD,MAAM,cAAc,GAA4B;QAC5C,SAAS,EAAE,cAAc,CAAC,OAAO;KACpC,CAAC;IACF,OAAO,kBAAkB,CAAgC,cAAc,EAAE,cAAc,EAAE,+CAA+C,EAAE,SAAS,CAAC,CAAC;AACzJ,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAiH;IACzK,gBAAgB,EAAE;QACd,gBAAgB,EAAE,8CAA8C;QAChE,kBAAkB,EAAE,gDAAgD;KACvE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,YAAY,CAAC;AACrE,mBAAmB;AACnB,mBAAmB"}
1
+ {"version":3,"file":"deviceManagementServiceClient.js","sourceRoot":"","sources":["deviceManagementServiceClient.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+BAA+B;AAC/B,OAAO,EAAE,gDAAgD,EAAE,8CAA8C,EAAuC,MAAM,6BAA6B,CAAC;AACpL,OAAO,EAAE,kBAAkB,EAAkH,MAAM,+BAA+B,CAAC;AAUnL;;;GAGG;AACH,MAAM,UAAU,mCAAmC,CAAC,cAA8B;IAC9E,IAAI,cAAc,CAAC,OAAO,KAAK,SAAS,IAAI,cAAc,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;QACxE,cAAc,CAAC,OAAO,GAAG,kCAAkC,CAAC;IAChE,CAAC;IACD,MAAM,cAAc,GAA4B;QAC5C,SAAS,EAAE,cAAc,CAAC,OAAO;KACpC,CAAC;IACF,OAAO,kBAAkB,CAAgC,cAAc,EAAE,cAAc,EAAE,+CAA+C,EAAE,SAAS,CAAC,CAAC;AACzJ,CAAC;AACD;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAiH;IACzK,gBAAgB,EAAE;QACd,gBAAgB,EAAE,8CAA8C;QAChE,kBAAkB,EAAE,gDAAgD;KACvE;CACJ,CAAC;AACF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAG,YAAY,CAAC;AACrE,mBAAmB;AACnB,mBAAmB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-devicemanagement",
3
- "version": "1.0.0-preview.41",
3
+ "version": "1.0.0-preview.43",
4
4
  "description": "DeviceManagement fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -30,18 +30,12 @@
30
30
  "homepage": "https://github.com/microsoftgraph/msgraph-sdk-typescript#readme",
31
31
  "types": "index.d.ts",
32
32
  "dependencies": {
33
- "@microsoft/kiota-abstractions": "^1.0.0-preview.39",
34
- "@microsoft/kiota-serialization-form": "^1.0.0-preview.28",
35
- "@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
36
- "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
37
- "@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
38
- "@microsoft/msgraph-sdk": "^1.0.0-preview.30",
39
- "guid-typescript": "^1.0.9",
33
+ "@microsoft/msgraph-sdk": "^1.0.0-preview.42",
40
34
  "tslib": "^2.6.2"
41
35
  },
42
36
  "devDependencies": {
43
37
  "typescript": "^5.3.3"
44
38
  },
45
39
  "type": "module",
46
- "gitHead": "0ca49f5e7dda09f7124f2a23ab49be2eef5173d6"
40
+ "gitHead": "404f9a0f87f9da3f4eb88924c34a31d12318a0e5"
47
41
  }