Skip to content

Commit

Permalink
Merge pull request #1472 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
1.11.1 Release
  • Loading branch information
peombwa authored Aug 23, 2022
2 parents d9291d2 + 9296a64 commit ec1454e
Show file tree
Hide file tree
Showing 2,880 changed files with 472,161 additions and 115,758 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/integrated-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ trigger:
- dev
- releases/*
- bugfixes/*
- features/*
exclude:
- DocsGeneration/*
- features/2.0

pr:
branches:
Expand Down
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.11.0"
"version": "1.11.1"
}
1 change: 1 addition & 0 deletions config/ModulesMapping.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Identity.Governance": "^accessReviews\\.|^businessFlowTemplates\\.|^programs\\.|^programControls\\.|^programControlTypes\\.|^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedRoleAssignmentRequests\\.|^privilegedApproval\\.|^privilegedOperationEvents\\.|^privilegedAccess\\.|^agreements\\.|^users.agreementAcceptance$|^identityGovernance\\.",
"Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^identityProtection\\.|^dataPolicyOperations\\.|^identity\\.|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$",
"Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$",
"ManagedTenants": "^tenantRelationships.managedTenants$",
"Notes": "^users.onenote$|^groups.onenote$|^sites.onenote$",
"People": "^users.person$|^users.profile$|^users.officeGraphInsights$|^users.userAnalytics$",
"PersonalContacts": "^users.contactFolder$|^users.contact$",
Expand Down
167 changes: 160 additions & 7 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ paths:
- publicClient desc
- publisherDomain
- publisherDomain desc
- requestSignatureVerification
- requestSignatureVerification desc
- requiredResourceAccess
- requiredResourceAccess desc
- samlMetadataUrl
Expand Down Expand Up @@ -144,6 +146,7 @@ paths:
- passwordCredentials
- publicClient
- publisherDomain
- requestSignatureVerification
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
Expand Down Expand Up @@ -268,6 +271,7 @@ paths:
- passwordCredentials
- publicClient
- publisherDomain
- requestSignatureVerification
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
Expand Down Expand Up @@ -619,6 +623,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: application
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -736,6 +749,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: application
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -2056,6 +2078,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: application
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -4335,6 +4366,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: application
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -4524,6 +4564,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: application
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -6144,6 +6193,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: onPremisesAgent
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -6697,6 +6755,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: publishedResource
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -7146,6 +7213,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: onPremisesAgent
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -7485,6 +7561,8 @@ paths:
- publicClient desc
- publisherDomain
- publisherDomain desc
- requestSignatureVerification
- requestSignatureVerification desc
- requiredResourceAccess
- requiredResourceAccess desc
- samlMetadataUrl
Expand Down Expand Up @@ -7544,6 +7622,7 @@ paths:
- passwordCredentials
- publicClient
- publisherDomain
- requestSignatureVerification
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
Expand Down Expand Up @@ -7660,6 +7739,7 @@ paths:
- passwordCredentials
- publicClient
- publisherDomain
- requestSignatureVerification
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
Expand Down Expand Up @@ -8057,6 +8137,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: connectorGroup
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -8507,6 +8596,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: connector
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -8989,6 +9087,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: publishedResource
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -10316,6 +10423,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: servicePrincipal
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -11327,6 +11443,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: servicePrincipal
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -12510,6 +12635,15 @@ paths:
schema:
type: string
x-ms-docs-key-type: servicePrincipal
requestBody:
description: New navigation property ref value
content:
application/json:
schema:
type: object
additionalProperties:
type: object
required: true
responses:
'204':
description: Success
Expand Down Expand Up @@ -15497,6 +15631,8 @@ components:
type: string
description: 'The verified publisher domain for the application. Read-only. Supports $filter (eq, ne, ge, le, startsWith).'
nullable: true
requestSignatureVerification:
$ref: '#/components/schemas/microsoft.graph.requestSignatureVerification'
requiredResourceAccess:
type: array
items:
Expand Down Expand Up @@ -15564,7 +15700,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.directoryObject'
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand.
description: Directory objects that are owners of the application. Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
tokenIssuancePolicies:
type: array
items:
Expand Down Expand Up @@ -15639,7 +15775,7 @@ components:
nullable: true
name:
type: string
description: Name of the extension property. Not nullable.
description: Name of the extension property. Not nullable. Supports $filter (eq).
targetObjects:
type: array
items:
Expand All @@ -15657,20 +15793,20 @@ components:
type: array
items:
type: string
description: 'Lists the audiences that can appear in the external token. This field is mandatory, and defaults to ''api://AzureADTokenExchange''. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. Required.'
description: The audience that can appear in the external token. This field is mandatory and should be set to api://AzureADTokenExchange for Azure AD. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters. Required.
description:
type: string
description: 'The un-validated, user-provided description of the federated identity credential. Optional.'
description: 'The un-validated, user-provided description of the federated identity credential. It has a limit of 600 characters. Optional.'
nullable: true
issuer:
type: string
description: The URL of the external identity provider and must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique on the app. Required.
description: The URL of the external identity provider and must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique on the app. It has a limit of 600 characters. Required.
name:
type: string
description: 'is the unique identifier for the federated identity credential, which has a character limit of 120 characters and must be URL friendly. It is immutable once created. Required. Not nullable. Supports $filter (eq).'
description: 'is the unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. It is immutable once created. Required. Not nullable. Supports $filter (eq).'
subject:
type: string
description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format, as each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Azure AD. The combination of issuer and subject must be unique on the app. Supports $filter (eq).'
description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format, as each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Azure AD. The combination of issuer and subject must be unique on the app. It has a limit of 600 characters. Supports $filter (eq).'
additionalProperties:
type: object
microsoft.graph.homeRealmDiscoveryPolicy:
Expand Down Expand Up @@ -16496,6 +16632,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential'
description: Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (eq when counting empty collections).
homeRealmDiscoveryPolicies:
type: array
items:
Expand Down Expand Up @@ -16934,6 +17071,16 @@ components:
description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.'
additionalProperties:
type: object
microsoft.graph.requestSignatureVerification:
title: requestSignatureVerification
type: object
properties:
allowedWeakAlgorithms:
$ref: '#/components/schemas/microsoft.graph.weakAlgorithms'
isSignedRequestRequired:
type: boolean
additionalProperties:
type: object
microsoft.graph.requiredResourceAccess:
title: requiredResourceAccess
type: object
Expand Down Expand Up @@ -18070,6 +18217,12 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.weakAlgorithms:
title: weakAlgorithms
enum:
- rsaSha1
- unknownFutureValue
type: string
microsoft.graph.resourceAccess:
title: resourceAccess
type: object
Expand Down
Loading

0 comments on commit ec1454e

Please sign in to comment.