Skip to content

Commit 3a2ff42

Browse files
authored
Fixes wrongly pluralized command names (#1899)
* Fetch OpenAPI docs with Singularized operationIds. * Singularize directives. * Add singularized OpenAPI docs * Update custom commands in Groups module * Update managed tenants directives * Update people directives * Exclude duplicate authentication strengths path * Update Applications module directives * Fix GroupLifecyclePolicyByGroup command * Refresh OpenAPI docs * Update Identity.Governance directives * Update directives * Refresh openAPI docs * Lock AutoREST.PowerShell to v3 * Update directives in People module * Update directives in applications. * Update directives in Identity.Governance. * Update custom commands in Groups. * Update custom commands in ManagedTenants. * Update directives in Teams module. * Rename Invoke-MgDetailReportManagedDeviceEnrollmentFailure * Fix delta singularization. * Pluralizes known products. * Update sites directives.
1 parent 5a4c8a7 commit 3a2ff42

File tree

125 files changed

+443557
-161114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+443557
-161114
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 35586 additions & 9708 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 321 additions & 87 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Calendar.yml

Lines changed: 42335 additions & 21237 deletions
Large diffs are not rendered by default.

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ paths:
1515
externalDocs:
1616
description: Find more info here
1717
url: https://docs.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0
18-
operationId: subscriptions.subscription_ListSubscription
18+
operationId: subscription_ListSubscription
1919
parameters:
2020
- $ref: '#/components/parameters/search'
2121
- name: $select
@@ -62,7 +62,7 @@ paths:
6262
externalDocs:
6363
description: Find more info here
6464
url: https://docs.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0
65-
operationId: subscriptions.subscription_CreateSubscription
65+
operationId: subscription_CreateSubscription
6666
requestBody:
6767
description: New entity
6868
content:
@@ -89,7 +89,7 @@ paths:
8989
externalDocs:
9090
description: Find more info here
9191
url: https://docs.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0
92-
operationId: subscriptions.subscription_GetSubscription
92+
operationId: subscription_GetSubscription
9393
parameters:
9494
- name: subscription-id
9595
in: path
@@ -144,7 +144,7 @@ paths:
144144
externalDocs:
145145
description: Find more info here
146146
url: https://docs.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0
147-
operationId: subscriptions.subscription_UpdateSubscription
147+
operationId: subscription_UpdateSubscription
148148
parameters:
149149
- name: subscription-id
150150
in: path
@@ -163,7 +163,7 @@ paths:
163163
required: true
164164
responses:
165165
2XX:
166-
description: ''
166+
description: Success
167167
content:
168168
application/json:
169169
schema:
@@ -179,7 +179,7 @@ paths:
179179
externalDocs:
180180
description: Find more info here
181181
url: https://docs.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0
182-
operationId: subscriptions.subscription_DeleteSubscription
182+
operationId: subscription_DeleteSubscription
183183
parameters:
184184
- name: subscription-id
185185
in: path
@@ -206,7 +206,7 @@ paths:
206206
tags:
207207
- subscriptions.Actions
208208
summary: Invoke action reauthorize
209-
operationId: subscriptions_reauthorize
209+
operationId: subscription_reauthorize
210210
parameters:
211211
- name: subscription-id
212212
in: path

0 commit comments

Comments
 (0)