@n8n-dev/n8n-nodes-microsoft-graph-beta 1.0.0 → 1.0.1

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 (109) hide show
  1. package/README.md +26714 -820
  2. package/dist/credentials/MicrosoftGraphBetaApi.credentials.js +2 -2
  3. package/dist/nodes/MicrosoftGraphBeta/MicrosoftGraphBeta.node.js +16 -16
  4. package/dist/nodes/MicrosoftGraphBeta/resources/admin-actions/index.js +126 -126
  5. package/dist/nodes/MicrosoftGraphBeta/resources/administrative-units-actions/index.js +2 -2
  6. package/dist/nodes/MicrosoftGraphBeta/resources/administrative-units-directory-object/index.js +2 -2
  7. package/dist/nodes/MicrosoftGraphBeta/resources/app-actions/index.js +1 -1
  8. package/dist/nodes/MicrosoftGraphBeta/resources/applications-actions/index.js +7 -7
  9. package/dist/nodes/MicrosoftGraphBeta/resources/applications-app-management-policy/index.js +2 -2
  10. package/dist/nodes/MicrosoftGraphBeta/resources/applications-connector-group/index.js +1 -1
  11. package/dist/nodes/MicrosoftGraphBeta/resources/applications-directory-object/index.js +2 -2
  12. package/dist/nodes/MicrosoftGraphBeta/resources/applications-token-issuance-policy/index.js +2 -2
  13. package/dist/nodes/MicrosoftGraphBeta/resources/applications-token-lifetime-policy/index.js +2 -2
  14. package/dist/nodes/MicrosoftGraphBeta/resources/chats-actions/index.js +7 -7
  15. package/dist/nodes/MicrosoftGraphBeta/resources/communications-actions/index.js +7 -7
  16. package/dist/nodes/MicrosoftGraphBeta/resources/contacts-actions/index.js +2 -2
  17. package/dist/nodes/MicrosoftGraphBeta/resources/contracts-actions/index.js +2 -2
  18. package/dist/nodes/MicrosoftGraphBeta/resources/default/index.js +176 -176
  19. package/dist/nodes/MicrosoftGraphBeta/resources/default/index.js.map +1 -1
  20. package/dist/nodes/MicrosoftGraphBeta/resources/device-app-management-actions/index.js +5 -5
  21. package/dist/nodes/MicrosoftGraphBeta/resources/device-app-management-functions/index.js +2 -2
  22. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-actions/index.js +108 -108
  23. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-functions/index.js +8 -8
  24. package/dist/nodes/MicrosoftGraphBeta/resources/device-management-user-experience-analytics-app-health-app-performance-by-app-version-device-id/index.js +47 -47
  25. package/dist/nodes/MicrosoftGraphBeta/resources/devices-actions/index.js +2 -2
  26. package/dist/nodes/MicrosoftGraphBeta/resources/devices-directory-object/index.js +2 -2
  27. package/dist/nodes/MicrosoftGraphBeta/resources/directory-actions/index.js +4 -4
  28. package/dist/nodes/MicrosoftGraphBeta/resources/directory-administrative-unit/index.js +2 -2
  29. package/dist/nodes/MicrosoftGraphBeta/resources/directory-inbound-shared-user-profile/index.js +4 -4
  30. package/dist/nodes/MicrosoftGraphBeta/resources/directory-object-org-contact/index.js +12 -12
  31. package/dist/nodes/MicrosoftGraphBeta/resources/directory-objects-actions/index.js +2 -2
  32. package/dist/nodes/MicrosoftGraphBeta/resources/directory-outbound-shared-user-profile/index.js +4 -4
  33. package/dist/nodes/MicrosoftGraphBeta/resources/directory-role-templates-actions/index.js +2 -2
  34. package/dist/nodes/MicrosoftGraphBeta/resources/directory-roles-actions/index.js +2 -2
  35. package/dist/nodes/MicrosoftGraphBeta/resources/directory-roles-directory-object/index.js +2 -2
  36. package/dist/nodes/MicrosoftGraphBeta/resources/directory-setting-templates-actions/index.js +2 -2
  37. package/dist/nodes/MicrosoftGraphBeta/resources/domain-dns-records-domain-dns-record/index.js +47 -47
  38. package/dist/nodes/MicrosoftGraphBeta/resources/domains-domain-dns-record/index.js +65 -65
  39. package/dist/nodes/MicrosoftGraphBeta/resources/drives-actions/index.js +10 -10
  40. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-class/index.js +7 -7
  41. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-school/index.js +4 -4
  42. package/dist/nodes/MicrosoftGraphBeta/resources/education-education-user/index.js +6 -6
  43. package/dist/nodes/MicrosoftGraphBeta/resources/education-functions/index.js +3 -3
  44. package/dist/nodes/MicrosoftGraphBeta/resources/governance-resources-actions/index.js +1 -1
  45. package/dist/nodes/MicrosoftGraphBeta/resources/group-lifecycle-policies-actions/index.js +3 -3
  46. package/dist/nodes/MicrosoftGraphBeta/resources/groups-actions/index.js +138 -138
  47. package/dist/nodes/MicrosoftGraphBeta/resources/groups-directory-object/index.js +8 -8
  48. package/dist/nodes/MicrosoftGraphBeta/resources/groups-functions/index.js +5 -5
  49. package/dist/nodes/MicrosoftGraphBeta/resources/identity-actions/index.js +5 -5
  50. package/dist/nodes/MicrosoftGraphBeta/resources/identity-b-2-x-identity-user-flow/index.js +2 -2
  51. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-actions/index.js +29 -29
  52. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-entitlement-management/index.js +16 -16
  53. package/dist/nodes/MicrosoftGraphBeta/resources/identity-governance-functions/index.js +14 -14
  54. package/dist/nodes/MicrosoftGraphBeta/resources/identity-identity-api-connector/index.js +47 -47
  55. package/dist/nodes/MicrosoftGraphBeta/resources/identity-identity-container/index.js +1 -1
  56. package/dist/nodes/MicrosoftGraphBeta/resources/me-actions/index.js +131 -131
  57. package/dist/nodes/MicrosoftGraphBeta/resources/me-device/index.js +2 -2
  58. package/dist/nodes/MicrosoftGraphBeta/resources/me-directory-object/index.js +1 -1
  59. package/dist/nodes/MicrosoftGraphBeta/resources/me-o-auth-2-permission-grant/index.js +16 -16
  60. package/dist/nodes/MicrosoftGraphBeta/resources/mobile-app-mobile-lob-app/index.js +5 -5
  61. package/dist/nodes/MicrosoftGraphBeta/resources/mobility-management-policies-group/index.js +2 -2
  62. package/dist/nodes/MicrosoftGraphBeta/resources/oauth-2-permission-grants-functions/index.js +19 -19
  63. package/dist/nodes/MicrosoftGraphBeta/resources/oauth-2-permission-grants-o-auth-2-permission-grant/index.js +47 -47
  64. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-connector/index.js +2 -2
  65. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-connector-group/index.js +2 -2
  66. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-on-premises-agent/index.js +2 -2
  67. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-on-premises-agent-group/index.js +4 -4
  68. package/dist/nodes/MicrosoftGraphBeta/resources/on-premises-publishing-profiles-published-resource/index.js +2 -2
  69. package/dist/nodes/MicrosoftGraphBeta/resources/organization-actions/index.js +2 -2
  70. package/dist/nodes/MicrosoftGraphBeta/resources/permission-grants-actions/index.js +2 -2
  71. package/dist/nodes/MicrosoftGraphBeta/resources/policies-actions/index.js +2 -2
  72. package/dist/nodes/MicrosoftGraphBeta/resources/policies-cross-tenant-access-policy/index.js +2 -2
  73. package/dist/nodes/MicrosoftGraphBeta/resources/policies-feature-rollout-policy/index.js +2 -2
  74. package/dist/nodes/MicrosoftGraphBeta/resources/policies-mobility-management-policy/index.js +4 -4
  75. package/dist/nodes/MicrosoftGraphBeta/resources/print-actions/index.js +2 -2
  76. package/dist/nodes/MicrosoftGraphBeta/resources/print-functions/index.js +3 -3
  77. package/dist/nodes/MicrosoftGraphBeta/resources/print-printer-share/index.js +8 -8
  78. package/dist/nodes/MicrosoftGraphBeta/resources/privileged-access-actions/index.js +1 -1
  79. package/dist/nodes/MicrosoftGraphBeta/resources/reports-functions/index.js +3 -3
  80. package/dist/nodes/MicrosoftGraphBeta/resources/role-management-functions/index.js +26 -26
  81. package/dist/nodes/MicrosoftGraphBeta/resources/security-actions/index.js +6 -6
  82. package/dist/nodes/MicrosoftGraphBeta/resources/security-alert/index.js +28 -28
  83. package/dist/nodes/MicrosoftGraphBeta/resources/security-alert/index.js.map +1 -1
  84. package/dist/nodes/MicrosoftGraphBeta/resources/security-threat-submission-root/index.js +28 -28
  85. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-actions/index.js +8 -8
  86. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-claims-mapping-policy/index.js +2 -2
  87. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-directory-object/index.js +2 -2
  88. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-home-realm-discovery-policy/index.js +2 -2
  89. package/dist/nodes/MicrosoftGraphBeta/resources/service-principals-o-auth-2-permission-grant/index.js +16 -16
  90. package/dist/nodes/MicrosoftGraphBeta/resources/shares-actions/index.js +1 -1
  91. package/dist/nodes/MicrosoftGraphBeta/resources/sites-actions/index.js +64 -64
  92. package/dist/nodes/MicrosoftGraphBeta/resources/sites-functions/index.js +1 -1
  93. package/dist/nodes/MicrosoftGraphBeta/resources/team-template-definition-actions/index.js +4 -4
  94. package/dist/nodes/MicrosoftGraphBeta/resources/team-template-definition-functions/index.js +4 -4
  95. package/dist/nodes/MicrosoftGraphBeta/resources/teams-actions/index.js +4 -4
  96. package/dist/nodes/MicrosoftGraphBeta/resources/teams-functions/index.js +4 -4
  97. package/dist/nodes/MicrosoftGraphBeta/resources/teamwork-actions/index.js +6 -6
  98. package/dist/nodes/MicrosoftGraphBeta/resources/teamwork-functions/index.js +6 -6
  99. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-actions/index.js +10 -10
  100. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-functions/index.js +5 -5
  101. package/dist/nodes/MicrosoftGraphBeta/resources/tenant-relationships-managed-tenant/index.js +51 -51
  102. package/dist/nodes/MicrosoftGraphBeta/resources/threat-submission-url-threat-submission/index.js +47 -47
  103. package/dist/nodes/MicrosoftGraphBeta/resources/users-actions/index.js +133 -133
  104. package/dist/nodes/MicrosoftGraphBeta/resources/users-device/index.js +2 -2
  105. package/dist/nodes/MicrosoftGraphBeta/resources/users-directory-object/index.js +1 -1
  106. package/dist/nodes/MicrosoftGraphBeta/resources/users-o-auth-2-permission-grant/index.js +16 -16
  107. package/dist/package.json +2 -2
  108. package/dist/tsconfig.tsbuildinfo +1 -1
  109. package/package.json +2 -2
@@ -112,8 +112,8 @@ exports.adminActionsDescription = [
112
112
  }
113
113
  },
114
114
  {
115
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By Id",
116
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By Id",
115
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By ID",
116
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By ID",
117
117
  "action": "Invoke action enrollAssetsById",
118
118
  "description": "Invoke action enrollAssetsById",
119
119
  "routing": {
@@ -136,8 +136,8 @@ exports.adminActionsDescription = [
136
136
  }
137
137
  },
138
138
  {
139
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By Id",
140
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By Id",
139
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By ID",
140
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By ID",
141
141
  "action": "Invoke action unenrollAssetsById",
142
142
  "description": "Invoke action unenrollAssetsById",
143
143
  "routing": {
@@ -160,8 +160,8 @@ exports.adminActionsDescription = [
160
160
  }
161
161
  },
162
162
  {
163
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By Id",
164
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By Id",
163
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By ID",
164
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By ID",
165
165
  "action": "Invoke action addMembersById",
166
166
  "description": "Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members.",
167
167
  "routing": {
@@ -184,8 +184,8 @@ exports.adminActionsDescription = [
184
184
  }
185
185
  },
186
186
  {
187
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By Id",
188
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By Id",
187
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By ID",
188
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By ID",
189
189
  "action": "Invoke action removeMembersById",
190
190
  "description": "Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members.",
191
191
  "routing": {
@@ -208,8 +208,8 @@ exports.adminActionsDescription = [
208
208
  }
209
209
  },
210
210
  {
211
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By Id",
212
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By Id",
211
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By ID",
212
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By ID",
213
213
  "action": "Invoke action enrollAssetsById",
214
214
  "description": "Invoke action enrollAssetsById",
215
215
  "routing": {
@@ -232,8 +232,8 @@ exports.adminActionsDescription = [
232
232
  }
233
233
  },
234
234
  {
235
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By Id",
236
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By Id",
235
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By ID",
236
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By ID",
237
237
  "action": "Invoke action unenrollAssetsById",
238
238
  "description": "Invoke action unenrollAssetsById",
239
239
  "routing": {
@@ -256,8 +256,8 @@ exports.adminActionsDescription = [
256
256
  }
257
257
  },
258
258
  {
259
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By Id",
260
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By Id",
259
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By ID",
260
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By ID",
261
261
  "action": "Invoke action addMembersById",
262
262
  "description": "Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members.",
263
263
  "routing": {
@@ -280,8 +280,8 @@ exports.adminActionsDescription = [
280
280
  }
281
281
  },
282
282
  {
283
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By Id",
284
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By Id",
283
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By ID",
284
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By ID",
285
285
  "action": "Invoke action removeMembersById",
286
286
  "description": "Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members.",
287
287
  "routing": {
@@ -304,8 +304,8 @@ exports.adminActionsDescription = [
304
304
  }
305
305
  },
306
306
  {
307
- "name": "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id",
308
- "value": "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id",
307
+ "name": "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID",
308
+ "value": "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID",
309
309
  "action": "Invoke action updateAudienceById",
310
310
  "description": "Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object if it does not already exist. If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. You can also use the method updateAudience to update the **deploymentAudience**.",
311
311
  "routing": {
@@ -328,8 +328,8 @@ exports.adminActionsDescription = [
328
328
  }
329
329
  },
330
330
  {
331
- "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By Id",
332
- "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By Id",
331
+ "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By ID",
332
+ "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By ID",
333
333
  "action": "Invoke action enrollAssetsById",
334
334
  "description": "Invoke action enrollAssetsById",
335
335
  "routing": {
@@ -352,8 +352,8 @@ exports.adminActionsDescription = [
352
352
  }
353
353
  },
354
354
  {
355
- "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By Id",
356
- "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By Id",
355
+ "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By ID",
356
+ "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By ID",
357
357
  "action": "Invoke action unenrollAssetsById",
358
358
  "description": "Invoke action unenrollAssetsById",
359
359
  "routing": {
@@ -376,8 +376,8 @@ exports.adminActionsDescription = [
376
376
  }
377
377
  },
378
378
  {
379
- "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By Id",
380
- "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By Id",
379
+ "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By ID",
380
+ "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By ID",
381
381
  "action": "Invoke action addMembersById",
382
382
  "description": "Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members.",
383
383
  "routing": {
@@ -400,8 +400,8 @@ exports.adminActionsDescription = [
400
400
  }
401
401
  },
402
402
  {
403
- "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By Id",
404
- "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By Id",
403
+ "name": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By ID",
404
+ "value": "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By ID",
405
405
  "action": "Invoke action removeMembersById",
406
406
  "description": "Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members.",
407
407
  "routing": {
@@ -424,8 +424,8 @@ exports.adminActionsDescription = [
424
424
  }
425
425
  },
426
426
  {
427
- "name": "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By Id",
428
- "value": "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By Id",
427
+ "name": "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By ID",
428
+ "value": "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By ID",
429
429
  "action": "Invoke action enrollAssetsById",
430
430
  "description": "Invoke action enrollAssetsById",
431
431
  "routing": {
@@ -448,8 +448,8 @@ exports.adminActionsDescription = [
448
448
  }
449
449
  },
450
450
  {
451
- "name": "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By Id",
452
- "value": "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By Id",
451
+ "name": "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By ID",
452
+ "value": "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By ID",
453
453
  "action": "Invoke action unenrollAssetsById",
454
454
  "description": "Invoke action unenrollAssetsById",
455
455
  "routing": {
@@ -472,8 +472,8 @@ exports.adminActionsDescription = [
472
472
  }
473
473
  },
474
474
  {
475
- "name": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By Id",
476
- "value": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By Id",
475
+ "name": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By ID",
476
+ "value": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By ID",
477
477
  "action": "Invoke action addMembersById",
478
478
  "description": "Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members.",
479
479
  "routing": {
@@ -496,8 +496,8 @@ exports.adminActionsDescription = [
496
496
  }
497
497
  },
498
498
  {
499
- "name": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By Id",
500
- "value": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By Id",
499
+ "name": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By ID",
500
+ "value": "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By ID",
501
501
  "action": "Invoke action removeMembersById",
502
502
  "description": "Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members.",
503
503
  "routing": {
@@ -520,8 +520,8 @@ exports.adminActionsDescription = [
520
520
  }
521
521
  },
522
522
  {
523
- "name": "Admin Windows Updates Deployments Deployment Audience Update Audience By Id",
524
- "value": "Admin Windows Updates Deployments Deployment Audience Update Audience By Id",
523
+ "name": "Admin Windows Updates Deployments Deployment Audience Update Audience By ID",
524
+ "value": "Admin Windows Updates Deployments Deployment Audience Update Audience By ID",
525
525
  "action": "Invoke action updateAudienceById",
526
526
  "description": "Update the members and exclusions collections of a deploymentAudience with updatableAsset resources of the same type. Adding an azureADDevice to the members or exclusions collections of a deployment audience automatically creates an Azure AD device object if it does not already exist. If the same updatableAsset gets included in the **exclusions** and **members** collections of a **deploymentAudience**, deployment will not apply to that asset. You can also use the method updateAudience to update the **deploymentAudience**.",
527
527
  "routing": {
@@ -544,8 +544,8 @@ exports.adminActionsDescription = [
544
544
  }
545
545
  },
546
546
  {
547
- "name": "Admin Windows Updates Updatable Assets Enroll Assets By Id",
548
- "value": "Admin Windows Updates Updatable Assets Enroll Assets By Id",
547
+ "name": "Admin Windows Updates Updatable Assets Enroll Assets By ID",
548
+ "value": "Admin Windows Updates Updatable Assets Enroll Assets By ID",
549
549
  "action": "Invoke action enrollAssetsById",
550
550
  "description": "Invoke action enrollAssetsById",
551
551
  "routing": {
@@ -568,8 +568,8 @@ exports.adminActionsDescription = [
568
568
  }
569
569
  },
570
570
  {
571
- "name": "Admin Windows Updates Updatable Assets Unenroll Assets By Id",
572
- "value": "Admin Windows Updates Updatable Assets Unenroll Assets By Id",
571
+ "name": "Admin Windows Updates Updatable Assets Unenroll Assets By ID",
572
+ "value": "Admin Windows Updates Updatable Assets Unenroll Assets By ID",
573
573
  "action": "Invoke action unenrollAssetsById",
574
574
  "description": "Invoke action unenrollAssetsById",
575
575
  "routing": {
@@ -592,8 +592,8 @@ exports.adminActionsDescription = [
592
592
  }
593
593
  },
594
594
  {
595
- "name": "Admin Windows Updates Updatable Assets Updatable Asset Add Members By Id",
596
- "value": "Admin Windows Updates Updatable Assets Updatable Asset Add Members By Id",
595
+ "name": "Admin Windows Updates Updatable Assets Updatable Asset Add Members By ID",
596
+ "value": "Admin Windows Updates Updatable Assets Updatable Asset Add Members By ID",
597
597
  "action": "Invoke action addMembersById",
598
598
  "description": "Add members of the same type to an updatableAssetGroup. You can also use the method addMembers to add members.",
599
599
  "routing": {
@@ -616,8 +616,8 @@ exports.adminActionsDescription = [
616
616
  }
617
617
  },
618
618
  {
619
- "name": "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By Id",
620
- "value": "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By Id",
619
+ "name": "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By ID",
620
+ "value": "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By ID",
621
621
  "action": "Invoke action removeMembersById",
622
622
  "description": "Remove members of the same type from an updatableAssetGroup. You can also use the method removeMembers to remove members.",
623
623
  "routing": {
@@ -1078,7 +1078,7 @@ exports.adminActionsDescription = [
1078
1078
  "Admin Actions"
1079
1079
  ],
1080
1080
  "operation": [
1081
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By Id"
1081
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By ID"
1082
1082
  ]
1083
1083
  }
1084
1084
  }
@@ -1102,7 +1102,7 @@ exports.adminActionsDescription = [
1102
1102
  "Admin Actions"
1103
1103
  ],
1104
1104
  "operation": [
1105
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By Id"
1105
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By ID"
1106
1106
  ]
1107
1107
  }
1108
1108
  }
@@ -1126,7 +1126,7 @@ exports.adminActionsDescription = [
1126
1126
  "Admin Actions"
1127
1127
  ],
1128
1128
  "operation": [
1129
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By Id"
1129
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By ID"
1130
1130
  ]
1131
1131
  }
1132
1132
  }
@@ -1168,7 +1168,7 @@ exports.adminActionsDescription = [
1168
1168
  "Admin Actions"
1169
1169
  ],
1170
1170
  "operation": [
1171
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By Id"
1171
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Enroll Assets By ID"
1172
1172
  ]
1173
1173
  }
1174
1174
  }
@@ -1272,7 +1272,7 @@ exports.adminActionsDescription = [
1272
1272
  "Admin Actions"
1273
1273
  ],
1274
1274
  "operation": [
1275
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By Id"
1275
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By ID"
1276
1276
  ]
1277
1277
  }
1278
1278
  }
@@ -1296,7 +1296,7 @@ exports.adminActionsDescription = [
1296
1296
  "Admin Actions"
1297
1297
  ],
1298
1298
  "operation": [
1299
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By Id"
1299
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By ID"
1300
1300
  ]
1301
1301
  }
1302
1302
  }
@@ -1320,7 +1320,7 @@ exports.adminActionsDescription = [
1320
1320
  "Admin Actions"
1321
1321
  ],
1322
1322
  "operation": [
1323
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By Id"
1323
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By ID"
1324
1324
  ]
1325
1325
  }
1326
1326
  }
@@ -1362,7 +1362,7 @@ exports.adminActionsDescription = [
1362
1362
  "Admin Actions"
1363
1363
  ],
1364
1364
  "operation": [
1365
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By Id"
1365
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Unenroll Assets By ID"
1366
1366
  ]
1367
1367
  }
1368
1368
  }
@@ -1424,7 +1424,7 @@ exports.adminActionsDescription = [
1424
1424
  "Admin Actions"
1425
1425
  ],
1426
1426
  "operation": [
1427
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By Id"
1427
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By ID"
1428
1428
  ]
1429
1429
  }
1430
1430
  }
@@ -1448,7 +1448,7 @@ exports.adminActionsDescription = [
1448
1448
  "Admin Actions"
1449
1449
  ],
1450
1450
  "operation": [
1451
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By Id"
1451
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By ID"
1452
1452
  ]
1453
1453
  }
1454
1454
  }
@@ -1472,7 +1472,7 @@ exports.adminActionsDescription = [
1472
1472
  "Admin Actions"
1473
1473
  ],
1474
1474
  "operation": [
1475
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By Id"
1475
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Add Members By ID"
1476
1476
  ]
1477
1477
  }
1478
1478
  }
@@ -1534,7 +1534,7 @@ exports.adminActionsDescription = [
1534
1534
  "Admin Actions"
1535
1535
  ],
1536
1536
  "operation": [
1537
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By Id"
1537
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By ID"
1538
1538
  ]
1539
1539
  }
1540
1540
  }
@@ -1558,7 +1558,7 @@ exports.adminActionsDescription = [
1558
1558
  "Admin Actions"
1559
1559
  ],
1560
1560
  "operation": [
1561
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By Id"
1561
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By ID"
1562
1562
  ]
1563
1563
  }
1564
1564
  }
@@ -1582,7 +1582,7 @@ exports.adminActionsDescription = [
1582
1582
  "Admin Actions"
1583
1583
  ],
1584
1584
  "operation": [
1585
- "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By Id"
1585
+ "Admin Windows Updates Deployment Audiences Deployment Audience Exclusions Updatable Asset Remove Members By ID"
1586
1586
  ]
1587
1587
  }
1588
1588
  }
@@ -1686,7 +1686,7 @@ exports.adminActionsDescription = [
1686
1686
  "Admin Actions"
1687
1687
  ],
1688
1688
  "operation": [
1689
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By Id"
1689
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By ID"
1690
1690
  ]
1691
1691
  }
1692
1692
  }
@@ -1710,7 +1710,7 @@ exports.adminActionsDescription = [
1710
1710
  "Admin Actions"
1711
1711
  ],
1712
1712
  "operation": [
1713
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By Id"
1713
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By ID"
1714
1714
  ]
1715
1715
  }
1716
1716
  }
@@ -1734,7 +1734,7 @@ exports.adminActionsDescription = [
1734
1734
  "Admin Actions"
1735
1735
  ],
1736
1736
  "operation": [
1737
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By Id"
1737
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By ID"
1738
1738
  ]
1739
1739
  }
1740
1740
  }
@@ -1776,7 +1776,7 @@ exports.adminActionsDescription = [
1776
1776
  "Admin Actions"
1777
1777
  ],
1778
1778
  "operation": [
1779
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By Id"
1779
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Enroll Assets By ID"
1780
1780
  ]
1781
1781
  }
1782
1782
  }
@@ -1880,7 +1880,7 @@ exports.adminActionsDescription = [
1880
1880
  "Admin Actions"
1881
1881
  ],
1882
1882
  "operation": [
1883
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By Id"
1883
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By ID"
1884
1884
  ]
1885
1885
  }
1886
1886
  }
@@ -1904,7 +1904,7 @@ exports.adminActionsDescription = [
1904
1904
  "Admin Actions"
1905
1905
  ],
1906
1906
  "operation": [
1907
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By Id"
1907
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By ID"
1908
1908
  ]
1909
1909
  }
1910
1910
  }
@@ -1928,7 +1928,7 @@ exports.adminActionsDescription = [
1928
1928
  "Admin Actions"
1929
1929
  ],
1930
1930
  "operation": [
1931
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By Id"
1931
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By ID"
1932
1932
  ]
1933
1933
  }
1934
1934
  }
@@ -1970,7 +1970,7 @@ exports.adminActionsDescription = [
1970
1970
  "Admin Actions"
1971
1971
  ],
1972
1972
  "operation": [
1973
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By Id"
1973
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Unenroll Assets By ID"
1974
1974
  ]
1975
1975
  }
1976
1976
  }
@@ -2032,7 +2032,7 @@ exports.adminActionsDescription = [
2032
2032
  "Admin Actions"
2033
2033
  ],
2034
2034
  "operation": [
2035
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By Id"
2035
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By ID"
2036
2036
  ]
2037
2037
  }
2038
2038
  }
@@ -2056,7 +2056,7 @@ exports.adminActionsDescription = [
2056
2056
  "Admin Actions"
2057
2057
  ],
2058
2058
  "operation": [
2059
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By Id"
2059
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By ID"
2060
2060
  ]
2061
2061
  }
2062
2062
  }
@@ -2080,7 +2080,7 @@ exports.adminActionsDescription = [
2080
2080
  "Admin Actions"
2081
2081
  ],
2082
2082
  "operation": [
2083
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By Id"
2083
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Add Members By ID"
2084
2084
  ]
2085
2085
  }
2086
2086
  }
@@ -2142,7 +2142,7 @@ exports.adminActionsDescription = [
2142
2142
  "Admin Actions"
2143
2143
  ],
2144
2144
  "operation": [
2145
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By Id"
2145
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By ID"
2146
2146
  ]
2147
2147
  }
2148
2148
  }
@@ -2166,7 +2166,7 @@ exports.adminActionsDescription = [
2166
2166
  "Admin Actions"
2167
2167
  ],
2168
2168
  "operation": [
2169
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By Id"
2169
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By ID"
2170
2170
  ]
2171
2171
  }
2172
2172
  }
@@ -2190,7 +2190,7 @@ exports.adminActionsDescription = [
2190
2190
  "Admin Actions"
2191
2191
  ],
2192
2192
  "operation": [
2193
- "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By Id"
2193
+ "Admin Windows Updates Deployment Audiences Deployment Audience Members Updatable Asset Remove Members By ID"
2194
2194
  ]
2195
2195
  }
2196
2196
  }
@@ -2324,7 +2324,7 @@ exports.adminActionsDescription = [
2324
2324
  "Admin Actions"
2325
2325
  ],
2326
2326
  "operation": [
2327
- "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id"
2327
+ "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID"
2328
2328
  ]
2329
2329
  }
2330
2330
  }
@@ -2348,7 +2348,7 @@ exports.adminActionsDescription = [
2348
2348
  "Admin Actions"
2349
2349
  ],
2350
2350
  "operation": [
2351
- "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id"
2351
+ "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID"
2352
2352
  ]
2353
2353
  }
2354
2354
  }
@@ -2372,7 +2372,7 @@ exports.adminActionsDescription = [
2372
2372
  "Admin Actions"
2373
2373
  ],
2374
2374
  "operation": [
2375
- "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id"
2375
+ "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID"
2376
2376
  ]
2377
2377
  }
2378
2378
  }
@@ -2396,7 +2396,7 @@ exports.adminActionsDescription = [
2396
2396
  "Admin Actions"
2397
2397
  ],
2398
2398
  "operation": [
2399
- "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id"
2399
+ "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID"
2400
2400
  ]
2401
2401
  }
2402
2402
  }
@@ -2420,7 +2420,7 @@ exports.adminActionsDescription = [
2420
2420
  "Admin Actions"
2421
2421
  ],
2422
2422
  "operation": [
2423
- "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id"
2423
+ "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID"
2424
2424
  ]
2425
2425
  }
2426
2426
  }
@@ -2444,7 +2444,7 @@ exports.adminActionsDescription = [
2444
2444
  "Admin Actions"
2445
2445
  ],
2446
2446
  "operation": [
2447
- "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By Id"
2447
+ "Admin Windows Updates Deployment Audiences Deployment Audience Update Audience By ID"
2448
2448
  ]
2449
2449
  }
2450
2450
  }
@@ -2548,7 +2548,7 @@ exports.adminActionsDescription = [
2548
2548
  "Admin Actions"
2549
2549
  ],
2550
2550
  "operation": [
2551
- "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By Id"
2551
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By ID"
2552
2552
  ]
2553
2553
  }
2554
2554
  }
@@ -2572,7 +2572,7 @@ exports.adminActionsDescription = [
2572
2572
  "Admin Actions"
2573
2573
  ],
2574
2574
  "operation": [
2575
- "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By Id"
2575
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By ID"
2576
2576
  ]
2577
2577
  }
2578
2578
  }
@@ -2596,7 +2596,7 @@ exports.adminActionsDescription = [
2596
2596
  "Admin Actions"
2597
2597
  ],
2598
2598
  "operation": [
2599
- "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By Id"
2599
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By ID"
2600
2600
  ]
2601
2601
  }
2602
2602
  }
@@ -2638,7 +2638,7 @@ exports.adminActionsDescription = [
2638
2638
  "Admin Actions"
2639
2639
  ],
2640
2640
  "operation": [
2641
- "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By Id"
2641
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Enroll Assets By ID"
2642
2642
  ]
2643
2643
  }
2644
2644
  }
@@ -2742,7 +2742,7 @@ exports.adminActionsDescription = [
2742
2742
  "Admin Actions"
2743
2743
  ],
2744
2744
  "operation": [
2745
- "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By Id"
2745
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By ID"
2746
2746
  ]
2747
2747
  }
2748
2748
  }
@@ -2766,7 +2766,7 @@ exports.adminActionsDescription = [
2766
2766
  "Admin Actions"
2767
2767
  ],
2768
2768
  "operation": [
2769
- "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By Id"
2769
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By ID"
2770
2770
  ]
2771
2771
  }
2772
2772
  }
@@ -2790,7 +2790,7 @@ exports.adminActionsDescription = [
2790
2790
  "Admin Actions"
2791
2791
  ],
2792
2792
  "operation": [
2793
- "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By Id"
2793
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By ID"
2794
2794
  ]
2795
2795
  }
2796
2796
  }
@@ -2832,7 +2832,7 @@ exports.adminActionsDescription = [
2832
2832
  "Admin Actions"
2833
2833
  ],
2834
2834
  "operation": [
2835
- "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By Id"
2835
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Unenroll Assets By ID"
2836
2836
  ]
2837
2837
  }
2838
2838
  }
@@ -2894,7 +2894,7 @@ exports.adminActionsDescription = [
2894
2894
  "Admin Actions"
2895
2895
  ],
2896
2896
  "operation": [
2897
- "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By Id"
2897
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By ID"
2898
2898
  ]
2899
2899
  }
2900
2900
  }
@@ -2918,7 +2918,7 @@ exports.adminActionsDescription = [
2918
2918
  "Admin Actions"
2919
2919
  ],
2920
2920
  "operation": [
2921
- "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By Id"
2921
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By ID"
2922
2922
  ]
2923
2923
  }
2924
2924
  }
@@ -2942,7 +2942,7 @@ exports.adminActionsDescription = [
2942
2942
  "Admin Actions"
2943
2943
  ],
2944
2944
  "operation": [
2945
- "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By Id"
2945
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Add Members By ID"
2946
2946
  ]
2947
2947
  }
2948
2948
  }
@@ -3004,7 +3004,7 @@ exports.adminActionsDescription = [
3004
3004
  "Admin Actions"
3005
3005
  ],
3006
3006
  "operation": [
3007
- "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By Id"
3007
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By ID"
3008
3008
  ]
3009
3009
  }
3010
3010
  }
@@ -3028,7 +3028,7 @@ exports.adminActionsDescription = [
3028
3028
  "Admin Actions"
3029
3029
  ],
3030
3030
  "operation": [
3031
- "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By Id"
3031
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By ID"
3032
3032
  ]
3033
3033
  }
3034
3034
  }
@@ -3052,7 +3052,7 @@ exports.adminActionsDescription = [
3052
3052
  "Admin Actions"
3053
3053
  ],
3054
3054
  "operation": [
3055
- "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By Id"
3055
+ "Admin Windows Updates Deployments Deployment Audience Exclusions Updatable Asset Remove Members By ID"
3056
3056
  ]
3057
3057
  }
3058
3058
  }
@@ -3156,7 +3156,7 @@ exports.adminActionsDescription = [
3156
3156
  "Admin Actions"
3157
3157
  ],
3158
3158
  "operation": [
3159
- "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By Id"
3159
+ "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By ID"
3160
3160
  ]
3161
3161
  }
3162
3162
  }
@@ -3180,7 +3180,7 @@ exports.adminActionsDescription = [
3180
3180
  "Admin Actions"
3181
3181
  ],
3182
3182
  "operation": [
3183
- "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By Id"
3183
+ "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By ID"
3184
3184
  ]
3185
3185
  }
3186
3186
  }
@@ -3204,7 +3204,7 @@ exports.adminActionsDescription = [
3204
3204
  "Admin Actions"
3205
3205
  ],
3206
3206
  "operation": [
3207
- "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By Id"
3207
+ "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By ID"
3208
3208
  ]
3209
3209
  }
3210
3210
  }
@@ -3246,7 +3246,7 @@ exports.adminActionsDescription = [
3246
3246
  "Admin Actions"
3247
3247
  ],
3248
3248
  "operation": [
3249
- "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By Id"
3249
+ "Admin Windows Updates Deployments Deployment Audience Members Enroll Assets By ID"
3250
3250
  ]
3251
3251
  }
3252
3252
  }
@@ -3350,7 +3350,7 @@ exports.adminActionsDescription = [
3350
3350
  "Admin Actions"
3351
3351
  ],
3352
3352
  "operation": [
3353
- "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By Id"
3353
+ "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By ID"
3354
3354
  ]
3355
3355
  }
3356
3356
  }
@@ -3374,7 +3374,7 @@ exports.adminActionsDescription = [
3374
3374
  "Admin Actions"
3375
3375
  ],
3376
3376
  "operation": [
3377
- "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By Id"
3377
+ "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By ID"
3378
3378
  ]
3379
3379
  }
3380
3380
  }
@@ -3398,7 +3398,7 @@ exports.adminActionsDescription = [
3398
3398
  "Admin Actions"
3399
3399
  ],
3400
3400
  "operation": [
3401
- "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By Id"
3401
+ "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By ID"
3402
3402
  ]
3403
3403
  }
3404
3404
  }
@@ -3440,7 +3440,7 @@ exports.adminActionsDescription = [
3440
3440
  "Admin Actions"
3441
3441
  ],
3442
3442
  "operation": [
3443
- "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By Id"
3443
+ "Admin Windows Updates Deployments Deployment Audience Members Unenroll Assets By ID"
3444
3444
  ]
3445
3445
  }
3446
3446
  }
@@ -3502,7 +3502,7 @@ exports.adminActionsDescription = [
3502
3502
  "Admin Actions"
3503
3503
  ],
3504
3504
  "operation": [
3505
- "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By Id"
3505
+ "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By ID"
3506
3506
  ]
3507
3507
  }
3508
3508
  }
@@ -3526,7 +3526,7 @@ exports.adminActionsDescription = [
3526
3526
  "Admin Actions"
3527
3527
  ],
3528
3528
  "operation": [
3529
- "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By Id"
3529
+ "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By ID"
3530
3530
  ]
3531
3531
  }
3532
3532
  }
@@ -3550,7 +3550,7 @@ exports.adminActionsDescription = [
3550
3550
  "Admin Actions"
3551
3551
  ],
3552
3552
  "operation": [
3553
- "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By Id"
3553
+ "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Add Members By ID"
3554
3554
  ]
3555
3555
  }
3556
3556
  }
@@ -3612,7 +3612,7 @@ exports.adminActionsDescription = [
3612
3612
  "Admin Actions"
3613
3613
  ],
3614
3614
  "operation": [
3615
- "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By Id"
3615
+ "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By ID"
3616
3616
  ]
3617
3617
  }
3618
3618
  }
@@ -3636,7 +3636,7 @@ exports.adminActionsDescription = [
3636
3636
  "Admin Actions"
3637
3637
  ],
3638
3638
  "operation": [
3639
- "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By Id"
3639
+ "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By ID"
3640
3640
  ]
3641
3641
  }
3642
3642
  }
@@ -3660,7 +3660,7 @@ exports.adminActionsDescription = [
3660
3660
  "Admin Actions"
3661
3661
  ],
3662
3662
  "operation": [
3663
- "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By Id"
3663
+ "Admin Windows Updates Deployments Deployment Audience Members Updatable Asset Remove Members By ID"
3664
3664
  ]
3665
3665
  }
3666
3666
  }
@@ -3794,7 +3794,7 @@ exports.adminActionsDescription = [
3794
3794
  "Admin Actions"
3795
3795
  ],
3796
3796
  "operation": [
3797
- "Admin Windows Updates Deployments Deployment Audience Update Audience By Id"
3797
+ "Admin Windows Updates Deployments Deployment Audience Update Audience By ID"
3798
3798
  ]
3799
3799
  }
3800
3800
  }
@@ -3818,7 +3818,7 @@ exports.adminActionsDescription = [
3818
3818
  "Admin Actions"
3819
3819
  ],
3820
3820
  "operation": [
3821
- "Admin Windows Updates Deployments Deployment Audience Update Audience By Id"
3821
+ "Admin Windows Updates Deployments Deployment Audience Update Audience By ID"
3822
3822
  ]
3823
3823
  }
3824
3824
  }
@@ -3842,7 +3842,7 @@ exports.adminActionsDescription = [
3842
3842
  "Admin Actions"
3843
3843
  ],
3844
3844
  "operation": [
3845
- "Admin Windows Updates Deployments Deployment Audience Update Audience By Id"
3845
+ "Admin Windows Updates Deployments Deployment Audience Update Audience By ID"
3846
3846
  ]
3847
3847
  }
3848
3848
  }
@@ -3866,7 +3866,7 @@ exports.adminActionsDescription = [
3866
3866
  "Admin Actions"
3867
3867
  ],
3868
3868
  "operation": [
3869
- "Admin Windows Updates Deployments Deployment Audience Update Audience By Id"
3869
+ "Admin Windows Updates Deployments Deployment Audience Update Audience By ID"
3870
3870
  ]
3871
3871
  }
3872
3872
  }
@@ -3890,7 +3890,7 @@ exports.adminActionsDescription = [
3890
3890
  "Admin Actions"
3891
3891
  ],
3892
3892
  "operation": [
3893
- "Admin Windows Updates Deployments Deployment Audience Update Audience By Id"
3893
+ "Admin Windows Updates Deployments Deployment Audience Update Audience By ID"
3894
3894
  ]
3895
3895
  }
3896
3896
  }
@@ -3914,7 +3914,7 @@ exports.adminActionsDescription = [
3914
3914
  "Admin Actions"
3915
3915
  ],
3916
3916
  "operation": [
3917
- "Admin Windows Updates Deployments Deployment Audience Update Audience By Id"
3917
+ "Admin Windows Updates Deployments Deployment Audience Update Audience By ID"
3918
3918
  ]
3919
3919
  }
3920
3920
  }
@@ -4018,7 +4018,7 @@ exports.adminActionsDescription = [
4018
4018
  "Admin Actions"
4019
4019
  ],
4020
4020
  "operation": [
4021
- "Admin Windows Updates Updatable Assets Enroll Assets By Id"
4021
+ "Admin Windows Updates Updatable Assets Enroll Assets By ID"
4022
4022
  ]
4023
4023
  }
4024
4024
  }
@@ -4042,7 +4042,7 @@ exports.adminActionsDescription = [
4042
4042
  "Admin Actions"
4043
4043
  ],
4044
4044
  "operation": [
4045
- "Admin Windows Updates Updatable Assets Enroll Assets By Id"
4045
+ "Admin Windows Updates Updatable Assets Enroll Assets By ID"
4046
4046
  ]
4047
4047
  }
4048
4048
  }
@@ -4066,7 +4066,7 @@ exports.adminActionsDescription = [
4066
4066
  "Admin Actions"
4067
4067
  ],
4068
4068
  "operation": [
4069
- "Admin Windows Updates Updatable Assets Enroll Assets By Id"
4069
+ "Admin Windows Updates Updatable Assets Enroll Assets By ID"
4070
4070
  ]
4071
4071
  }
4072
4072
  }
@@ -4108,7 +4108,7 @@ exports.adminActionsDescription = [
4108
4108
  "Admin Actions"
4109
4109
  ],
4110
4110
  "operation": [
4111
- "Admin Windows Updates Updatable Assets Enroll Assets By Id"
4111
+ "Admin Windows Updates Updatable Assets Enroll Assets By ID"
4112
4112
  ]
4113
4113
  }
4114
4114
  }
@@ -4212,7 +4212,7 @@ exports.adminActionsDescription = [
4212
4212
  "Admin Actions"
4213
4213
  ],
4214
4214
  "operation": [
4215
- "Admin Windows Updates Updatable Assets Unenroll Assets By Id"
4215
+ "Admin Windows Updates Updatable Assets Unenroll Assets By ID"
4216
4216
  ]
4217
4217
  }
4218
4218
  }
@@ -4236,7 +4236,7 @@ exports.adminActionsDescription = [
4236
4236
  "Admin Actions"
4237
4237
  ],
4238
4238
  "operation": [
4239
- "Admin Windows Updates Updatable Assets Unenroll Assets By Id"
4239
+ "Admin Windows Updates Updatable Assets Unenroll Assets By ID"
4240
4240
  ]
4241
4241
  }
4242
4242
  }
@@ -4260,7 +4260,7 @@ exports.adminActionsDescription = [
4260
4260
  "Admin Actions"
4261
4261
  ],
4262
4262
  "operation": [
4263
- "Admin Windows Updates Updatable Assets Unenroll Assets By Id"
4263
+ "Admin Windows Updates Updatable Assets Unenroll Assets By ID"
4264
4264
  ]
4265
4265
  }
4266
4266
  }
@@ -4302,7 +4302,7 @@ exports.adminActionsDescription = [
4302
4302
  "Admin Actions"
4303
4303
  ],
4304
4304
  "operation": [
4305
- "Admin Windows Updates Updatable Assets Unenroll Assets By Id"
4305
+ "Admin Windows Updates Updatable Assets Unenroll Assets By ID"
4306
4306
  ]
4307
4307
  }
4308
4308
  }
@@ -4364,7 +4364,7 @@ exports.adminActionsDescription = [
4364
4364
  "Admin Actions"
4365
4365
  ],
4366
4366
  "operation": [
4367
- "Admin Windows Updates Updatable Assets Updatable Asset Add Members By Id"
4367
+ "Admin Windows Updates Updatable Assets Updatable Asset Add Members By ID"
4368
4368
  ]
4369
4369
  }
4370
4370
  }
@@ -4388,7 +4388,7 @@ exports.adminActionsDescription = [
4388
4388
  "Admin Actions"
4389
4389
  ],
4390
4390
  "operation": [
4391
- "Admin Windows Updates Updatable Assets Updatable Asset Add Members By Id"
4391
+ "Admin Windows Updates Updatable Assets Updatable Asset Add Members By ID"
4392
4392
  ]
4393
4393
  }
4394
4394
  }
@@ -4412,7 +4412,7 @@ exports.adminActionsDescription = [
4412
4412
  "Admin Actions"
4413
4413
  ],
4414
4414
  "operation": [
4415
- "Admin Windows Updates Updatable Assets Updatable Asset Add Members By Id"
4415
+ "Admin Windows Updates Updatable Assets Updatable Asset Add Members By ID"
4416
4416
  ]
4417
4417
  }
4418
4418
  }
@@ -4474,7 +4474,7 @@ exports.adminActionsDescription = [
4474
4474
  "Admin Actions"
4475
4475
  ],
4476
4476
  "operation": [
4477
- "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By Id"
4477
+ "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By ID"
4478
4478
  ]
4479
4479
  }
4480
4480
  }
@@ -4498,7 +4498,7 @@ exports.adminActionsDescription = [
4498
4498
  "Admin Actions"
4499
4499
  ],
4500
4500
  "operation": [
4501
- "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By Id"
4501
+ "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By ID"
4502
4502
  ]
4503
4503
  }
4504
4504
  }
@@ -4522,7 +4522,7 @@ exports.adminActionsDescription = [
4522
4522
  "Admin Actions"
4523
4523
  ],
4524
4524
  "operation": [
4525
- "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By Id"
4525
+ "Admin Windows Updates Updatable Assets Updatable Asset Remove Members By ID"
4526
4526
  ]
4527
4527
  }
4528
4528
  }