Skip to content

Commit 8222997

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#1610)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent a45920b commit 8222997

File tree

58 files changed

+89651
-88785
lines changed

Some content is hidden

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

58 files changed

+89651
-88785
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
],
2626
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2727
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
28-
"version": "1.14.1"
28+
"version": "1.15.0"
2929
}

openApiDocs/beta/CloudCommunications.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8933,6 +8933,7 @@ components:
89338933
$ref: '#/components/schemas/microsoft.graph.endpointType'
89348934
hidden:
89358935
type: boolean
8936+
description: Optional. Whether to hide the participant from the roster.
89368937
nullable: true
89378938
identity:
89388939
$ref: '#/components/schemas/microsoft.graph.identitySet'
@@ -8942,6 +8943,7 @@ components:
89428943
nullable: true
89438944
removeFromDefaultAudioRoutingGroup:
89448945
type: boolean
8946+
description: Optional. Whether to remove them from the main mixer.
89458947
nullable: true
89468948
replacesCallId:
89478949
type: string

openApiDocs/beta/DeviceManagement.Enrolment.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6173,8 +6173,12 @@ paths:
61736173
- id desc
61746174
- actionVerb
61756175
- actionVerb desc
6176+
- authenticationContextId
6177+
- authenticationContextId desc
61766178
- description
61776179
- description desc
6180+
- isAuthenticationContextSettable
6181+
- isAuthenticationContextSettable desc
61786182
- name
61796183
- name desc
61806184
- resourceScopeId
@@ -6192,7 +6196,9 @@ paths:
61926196
enum:
61936197
- id
61946198
- actionVerb
6199+
- authenticationContextId
61956200
- description
6201+
- isAuthenticationContextSettable
61966202
- name
61976203
- resourceScopeId
61986204
- resourceScope
@@ -6286,7 +6292,9 @@ paths:
62866292
enum:
62876293
- id
62886294
- actionVerb
6295+
- authenticationContextId
62896296
- description
6297+
- isAuthenticationContextSettable
62906298
- name
62916299
- resourceScopeId
62926300
- resourceScope
@@ -8391,8 +8399,12 @@ paths:
83918399
- id desc
83928400
- actionVerb
83938401
- actionVerb desc
8402+
- authenticationContextId
8403+
- authenticationContextId desc
83948404
- description
83958405
- description desc
8406+
- isAuthenticationContextSettable
8407+
- isAuthenticationContextSettable desc
83968408
- name
83978409
- name desc
83988410
- resourceScopeId
@@ -8410,7 +8422,9 @@ paths:
84108422
enum:
84118423
- id
84128424
- actionVerb
8425+
- authenticationContextId
84138426
- description
8427+
- isAuthenticationContextSettable
84148428
- name
84158429
- resourceScopeId
84168430
- resourceScope
@@ -8504,7 +8518,9 @@ paths:
85048518
enum:
85058519
- id
85068520
- actionVerb
8521+
- authenticationContextId
85078522
- description
8523+
- isAuthenticationContextSettable
85088524
- name
85098525
- resourceScopeId
85108526
- resourceScope
@@ -10878,8 +10894,12 @@ paths:
1087810894
- id desc
1087910895
- actionVerb
1088010896
- actionVerb desc
10897+
- authenticationContextId
10898+
- authenticationContextId desc
1088110899
- description
1088210900
- description desc
10901+
- isAuthenticationContextSettable
10902+
- isAuthenticationContextSettable desc
1088310903
- name
1088410904
- name desc
1088510905
- resourceScopeId
@@ -10897,7 +10917,9 @@ paths:
1089710917
enum:
1089810918
- id
1089910919
- actionVerb
10920+
- authenticationContextId
1090010921
- description
10922+
- isAuthenticationContextSettable
1090110923
- name
1090210924
- resourceScopeId
1090310925
- resourceScope
@@ -10991,7 +11013,9 @@ paths:
1099111013
enum:
1099211014
- id
1099311015
- actionVerb
11016+
- authenticationContextId
1099411017
- description
11018+
- isAuthenticationContextSettable
1099511019
- name
1099611020
- resourceScopeId
1099711021
- resourceScope
@@ -17334,8 +17358,12 @@ paths:
1733417358
- id desc
1733517359
- actionVerb
1733617360
- actionVerb desc
17361+
- authenticationContextId
17362+
- authenticationContextId desc
1733717363
- description
1733817364
- description desc
17365+
- isAuthenticationContextSettable
17366+
- isAuthenticationContextSettable desc
1733917367
- name
1734017368
- name desc
1734117369
- resourceScopeId
@@ -17353,7 +17381,9 @@ paths:
1735317381
enum:
1735417382
- id
1735517383
- actionVerb
17384+
- authenticationContextId
1735617385
- description
17386+
- isAuthenticationContextSettable
1735717387
- name
1735817388
- resourceScopeId
1735917389
- resourceScope
@@ -17447,7 +17477,9 @@ paths:
1744717477
enum:
1744817478
- id
1744917479
- actionVerb
17480+
- authenticationContextId
1745017481
- description
17482+
- isAuthenticationContextSettable
1745117483
- name
1745217484
- resourceScopeId
1745317485
- resourceScope
@@ -24420,10 +24452,16 @@ components:
2442024452
type: string
2442124453
description: 'HTTP method for the action, such as DELETE, GET, PATCH, POST, PUT, or null. Supports $filter (eq) but not for null values.'
2442224454
nullable: true
24455+
authenticationContextId:
24456+
type: string
24457+
nullable: true
2442324458
description:
2442424459
type: string
2442524460
description: Description for the action. Supports $filter (eq).
2442624461
nullable: true
24462+
isAuthenticationContextSettable:
24463+
type: boolean
24464+
nullable: true
2442724465
name:
2442824466
type: string
2442924467
description: 'Name for the action within the resource namespace, such as microsoft.insights/programs/update. Can include slash character (/). Case insensitive. Required. Supports $filter (eq).'

0 commit comments

Comments
 (0)