Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.14.1"
"version": "1.15.0"
}
2 changes: 2 additions & 0 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8933,6 +8933,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.endpointType'
hidden:
type: boolean
description: Optional. Whether to hide the participant from the roster.
nullable: true
identity:
$ref: '#/components/schemas/microsoft.graph.identitySet'
Expand All @@ -8942,6 +8943,7 @@ components:
nullable: true
removeFromDefaultAudioRoutingGroup:
type: boolean
description: Optional. Whether to remove them from the main mixer.
nullable: true
replacesCallId:
type: string
Expand Down
38 changes: 38 additions & 0 deletions openApiDocs/beta/DeviceManagement.Enrolment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6173,8 +6173,12 @@ paths:
- id desc
- actionVerb
- actionVerb desc
- authenticationContextId
- authenticationContextId desc
- description
- description desc
- isAuthenticationContextSettable
- isAuthenticationContextSettable desc
- name
- name desc
- resourceScopeId
Expand All @@ -6192,7 +6196,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -6286,7 +6292,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -8391,8 +8399,12 @@ paths:
- id desc
- actionVerb
- actionVerb desc
- authenticationContextId
- authenticationContextId desc
- description
- description desc
- isAuthenticationContextSettable
- isAuthenticationContextSettable desc
- name
- name desc
- resourceScopeId
Expand All @@ -8410,7 +8422,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -8504,7 +8518,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -10878,8 +10894,12 @@ paths:
- id desc
- actionVerb
- actionVerb desc
- authenticationContextId
- authenticationContextId desc
- description
- description desc
- isAuthenticationContextSettable
- isAuthenticationContextSettable desc
- name
- name desc
- resourceScopeId
Expand All @@ -10897,7 +10917,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -10991,7 +11013,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -17334,8 +17358,12 @@ paths:
- id desc
- actionVerb
- actionVerb desc
- authenticationContextId
- authenticationContextId desc
- description
- description desc
- isAuthenticationContextSettable
- isAuthenticationContextSettable desc
- name
- name desc
- resourceScopeId
Expand All @@ -17353,7 +17381,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -17447,7 +17477,9 @@ paths:
enum:
- id
- actionVerb
- authenticationContextId
- description
- isAuthenticationContextSettable
- name
- resourceScopeId
- resourceScope
Expand Down Expand Up @@ -24420,10 +24452,16 @@ components:
type: string
description: 'HTTP method for the action, such as DELETE, GET, PATCH, POST, PUT, or null. Supports $filter (eq) but not for null values.'
nullable: true
authenticationContextId:
type: string
nullable: true
description:
type: string
description: Description for the action. Supports $filter (eq).
nullable: true
isAuthenticationContextSettable:
type: boolean
nullable: true
name:
type: string
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).'
Expand Down
Loading