Skip to content

Commit 3be1443

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Weekly OpenApiDocs Download (#993)
* Weekly OpenApiDocs Download * Bump SDK version. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com> Co-authored-by: Peter Ombwa <peter.ombwa@microsoft.com>
1 parent 2608a80 commit 3be1443

File tree

99 files changed

+17338
-5629
lines changed

Some content is hidden

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

99 files changed

+17338
-5629
lines changed

.azure-pipelines/common-templates/download-openapi-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
# Bump meta-module minor version
100100
Write-Host "Bumping Microsoft.Graph to $NewMetaModuleVersion."
101101
& "$(System.DefaultWorkingDirectory)\tools\SetMetaModuleVersion.ps1" -VersionNumber $NewMetaModuleVersion
102+
& "$(System.DefaultWorkingDirectory)\tools\SetServiceModuleVersion.ps1" -VersionNumber $NewModuleVersion -SetAuthModule
102103
103104
# Calculate existing service module version
104105
"$(OpenAPIDocDiff.ModulesWithChanges)" -split " " | ForEach-Object {
@@ -107,7 +108,6 @@ jobs:
107108
$ModuleVersion = [System.Version]($Module.Version)
108109
$NewModuleVersion = "$($ModuleVersion.Major).$($ModuleVersion.Minor).$($ModuleVersion.Build + 1)"
109110
Write-Host "Bumping $_ to $NewModuleVersion."
110-
. "$(System.DefaultWorkingDirectory)\tools\SetServiceModuleVersion.ps1" -VersionNumber $NewModuleVersion -Modules $_
111111
} catch {
112112
if ($_.Exception.Message -like "No match*") {
113113
Write-Warning "$_. Version will be set to $NewMetaModuleVersion."

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2424
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
25-
"version": "1.9.1"
25+
"version": "1.9.2"
2626
}

openApiDocs/beta/Applications.yml

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ paths:
4747
- appId desc
4848
- appRoles
4949
- appRoles desc
50+
- certification
51+
- certification desc
5052
- createdDateTime
5153
- createdDateTime desc
5254
- defaultRedirectUri
@@ -117,6 +119,7 @@ paths:
117119
- api
118120
- appId
119121
- appRoles
122+
- certification
120123
- createdDateTime
121124
- defaultRedirectUri
122125
- description
@@ -260,6 +263,7 @@ paths:
260263
- api
261264
- appId
262265
- appRoles
266+
- certification
263267
- createdDateTime
264268
- defaultRedirectUri
265269
- description
@@ -9031,6 +9035,8 @@ paths:
90319035
- appId desc
90329036
- appRoles
90339037
- appRoles desc
9038+
- certification
9039+
- certification desc
90349040
- createdDateTime
90359041
- createdDateTime desc
90369042
- defaultRedirectUri
@@ -9101,6 +9107,7 @@ paths:
91019107
- api
91029108
- appId
91039109
- appRoles
9110+
- certification
91049111
- createdDateTime
91059112
- defaultRedirectUri
91069113
- description
@@ -9231,6 +9238,8 @@ paths:
92319238
- appId desc
92329239
- appRoles
92339240
- appRoles desc
9241+
- certification
9242+
- certification desc
92349243
- createdDateTime
92359244
- createdDateTime desc
92369245
- defaultRedirectUri
@@ -10598,6 +10607,8 @@ paths:
1059810607
- appId desc
1059910608
- appRoles
1060010609
- appRoles desc
10610+
- certification
10611+
- certification desc
1060110612
- createdDateTime
1060210613
- createdDateTime desc
1060310614
- defaultRedirectUri
@@ -10668,6 +10679,7 @@ paths:
1066810679
- api
1066910680
- appId
1067010681
- appRoles
10682+
- certification
1067110683
- createdDateTime
1067210684
- defaultRedirectUri
1067310685
- description
@@ -10805,6 +10817,8 @@ paths:
1080510817
- appId desc
1080610818
- appRoles
1080710819
- appRoles desc
10820+
- certification
10821+
- certification desc
1080810822
- createdDateTime
1080910823
- createdDateTime desc
1081010824
- defaultRedirectUri
@@ -19812,6 +19826,8 @@ components:
1981219826
items:
1981319827
$ref: '#/components/schemas/microsoft.graph.appRole'
1981419828
description: 'The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.'
19829+
certification:
19830+
$ref: '#/components/schemas/microsoft.graph.certification'
1981519831
createdDateTime:
1981619832
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1981719833
type: string
@@ -21198,6 +21214,36 @@ components:
2119821214
nullable: true
2119921215
additionalProperties:
2120021216
type: object
21217+
microsoft.graph.certification:
21218+
title: certification
21219+
type: object
21220+
properties:
21221+
certificationDetailsUrl:
21222+
type: string
21223+
description: URL that shows certification details for the application.
21224+
nullable: true
21225+
certificationExpirationDateTime:
21226+
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
21227+
type: string
21228+
description: The timestamp when the current certification for the application will expire.
21229+
format: date-time
21230+
nullable: true
21231+
isCertifiedByMicrosoft:
21232+
type: boolean
21233+
description: Indicates whether the application is certified by Microsoft.
21234+
nullable: true
21235+
isPublisherAttested:
21236+
type: boolean
21237+
description: Indicates whether the application has been self-attested by the application developer or the publisher.
21238+
nullable: true
21239+
lastCertificationDateTime:
21240+
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
21241+
type: string
21242+
description: The timestamp when the certification for the application was most recently added or updated.
21243+
format: date-time
21244+
nullable: true
21245+
additionalProperties:
21246+
type: object
2120121247
microsoft.graph.informationalUrl:
2120221248
title: informationalUrl
2120321249
type: object
@@ -21571,6 +21617,8 @@ components:
2157121617
title: synchronizationJobSubject
2157221618
type: object
2157321619
properties:
21620+
links:
21621+
$ref: '#/components/schemas/microsoft.graph.synchronizationLinkedObjects'
2157421622
objectId:
2157521623
type: string
2157621624
description: The identifier of an object to which a synchronizationJob is to be applied.
@@ -21940,7 +21988,7 @@ components:
2194021988
nullable: true
2194121989
type:
2194221990
type: string
21943-
description: 'Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator should be required for consent to the permissions. This will be the default behavior, but each customer can choose to customize the behavior in their organization (by allowing, restricting or limiting user consent to this delegated permission.)'
21991+
description: 'The possible values are: User and Admin. Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator consent should always be required. While Microsoft Graph defines the default consent requirement for each permission, the tenant administrator may override the behavior in their organization (by allowing, restricting, or limiting user consent to this delegated permission). For more information, see Configure how users consent to applications.'
2194421992
nullable: true
2194521993
userConsentDescription:
2194621994
type: string
@@ -22316,6 +22364,22 @@ components:
2231622364
format: int64
2231722365
additionalProperties:
2231822366
type: object
22367+
microsoft.graph.synchronizationLinkedObjects:
22368+
title: synchronizationLinkedObjects
22369+
type: object
22370+
properties:
22371+
manager:
22372+
$ref: '#/components/schemas/microsoft.graph.synchronizationJobSubject'
22373+
members:
22374+
type: array
22375+
items:
22376+
$ref: '#/components/schemas/microsoft.graph.synchronizationJobSubject'
22377+
owners:
22378+
type: array
22379+
items:
22380+
$ref: '#/components/schemas/microsoft.graph.synchronizationJobSubject'
22381+
additionalProperties:
22382+
type: object
2231922383
microsoft.graph.objectMapping:
2232022384
title: objectMapping
2232122385
type: object

openApiDocs/beta/CloudCommunications.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8004,8 +8004,17 @@ components:
80048004
properties:
80058005
endpointType:
80068006
$ref: '#/components/schemas/microsoft.graph.endpointType'
8007+
hidden:
8008+
type: boolean
8009+
nullable: true
80078010
identity:
80088011
$ref: '#/components/schemas/microsoft.graph.identitySet'
8012+
participantId:
8013+
type: string
8014+
nullable: true
8015+
removeFromDefaultAudioRoutingGroup:
8016+
type: boolean
8017+
nullable: true
80098018
replacesCallId:
80108019
type: string
80118020
description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added.
@@ -8666,6 +8675,10 @@ components:
86668675
microsoft.graph.callOptions:
86678676
title: callOptions
86688677
type: object
8678+
properties:
8679+
hideBotAfterEscalation:
8680+
type: boolean
8681+
nullable: true
86698682
additionalProperties:
86708683
type: object
86718684
microsoft.graph.callRoute:

0 commit comments

Comments
 (0)