Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d9f1f25
Weekly OpenApiDocs Download. [run ci]
Aug 10, 2022
a4ff8d9
Add generated MgCommandMetadata.json. [run ci]
Aug 11, 2022
d6bbdd6
Docs Generation for DeviceManagement.Administration [run ci]
Aug 11, 2022
c30086b
Docs Generation for DeviceManagement.Functions [run ci]
Aug 11, 2022
2550828
Docs Generation for Devices.CloudPrint [run ci]
Aug 11, 2022
9fb05fb
Docs Generation for Bookings [run ci]
Aug 11, 2022
de84631
Docs Generation for Identity.Governance [run ci]
Aug 11, 2022
1b5db86
Docs Generation for Users [run ci]
Aug 11, 2022
d2690c0
Docs Generation for SchemaExtensions [run ci]
Aug 11, 2022
b753a8e
Docs Generation for Identity.SignIns [run ci]
Aug 11, 2022
94792a2
Docs Generation for Devices.CorporateManagement [run ci]
Aug 11, 2022
5345467
Docs Generation for Sites [run ci]
Aug 11, 2022
3d784cd
Docs Generation for DeviceManagement [run ci]
Aug 11, 2022
72667d3
Docs Generation for Applications [run ci]
Aug 11, 2022
6ca919f
Docs Generation for Users.Functions [run ci]
Aug 11, 2022
4ce1ef5
Docs Generation for DeviceManagement.Actions [run ci]
Aug 11, 2022
85bcc00
Docs Generation for Groups [run ci]
Aug 11, 2022
dc0a387
Docs Generation for Security [run ci]
Aug 11, 2022
19842d1
Docs Generation for Search [run ci]
Aug 11, 2022
4661de5
Docs Generation for Education [run ci]
Aug 11, 2022
7a4b183
Docs Generation for Users.Actions [run ci]
Aug 11, 2022
e1bf723
Docs Generation for Teams [run ci]
Aug 11, 2022
00c919b
Docs Generation for Identity.DirectoryManagement [run ci]
Aug 11, 2022
65b8ee5
Docs Generation for Calendar [run ci]
Aug 11, 2022
b824031
Docs Generation for DirectoryObjects [run ci]
Aug 11, 2022
2f6c2d8
Docs Generation for Files [run ci]
Aug 11, 2022
46fbae9
Docs Generation for Compliance [run ci]
Aug 11, 2022
6f497b3
Docs Generation for Reports [run ci]
Aug 11, 2022
19135a3
Merge branch 'dev' into DocsGeneration/202208110040
timayabi2020 Aug 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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.11.0"
"version": "1.11.1"
}
41 changes: 34 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 @@ -7485,6 +7489,8 @@ paths:
- publicClient desc
- publisherDomain
- publisherDomain desc
- requestSignatureVerification
- requestSignatureVerification desc
- requiredResourceAccess
- requiredResourceAccess desc
- samlMetadataUrl
Expand Down Expand Up @@ -7544,6 +7550,7 @@ paths:
- passwordCredentials
- publicClient
- publisherDomain
- requestSignatureVerification
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
Expand Down Expand Up @@ -7660,6 +7667,7 @@ paths:
- passwordCredentials
- publicClient
- publisherDomain
- requestSignatureVerification
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
Expand Down Expand Up @@ -15497,6 +15505,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 +15574,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 +15649,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 +15667,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 +16506,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 +16945,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 +18091,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
70 changes: 66 additions & 4 deletions openApiDocs/beta/Bookings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ paths:
get:
tags:
- bookingBusinesses.bookingBusiness
summary: Get entity from bookingBusinesses by key
summary: Get bookingBusiness
operationId: bookingBusinesses.bookingBusiness_GetBookingBusiness
parameters:
- name: bookingBusiness-id
Expand Down Expand Up @@ -240,7 +240,7 @@ paths:
patch:
tags:
- bookingBusinesses.bookingBusiness
summary: Update entity in bookingBusinesses
summary: Update bookingbusiness
operationId: bookingBusinesses.bookingBusiness_UpdateBookingBusiness
parameters:
- name: bookingBusiness-id
Expand All @@ -266,7 +266,7 @@ paths:
delete:
tags:
- bookingBusinesses.bookingBusiness
summary: Delete entity from bookingBusinesses
summary: Delete bookingBusiness
operationId: bookingBusinesses.bookingBusiness_DeleteBookingBusiness
parameters:
- name: bookingBusiness-id
Expand Down Expand Up @@ -2294,7 +2294,7 @@ paths:
get:
tags:
- bookingCurrencies.bookingCurrency
summary: Get entity from bookingCurrencies by key
summary: Get bookingCurrency
operationId: bookingCurrencies.bookingCurrency_GetBookingCurrency
parameters:
- name: bookingCurrency-id
Expand Down Expand Up @@ -2389,6 +2389,63 @@ paths:
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
/solutions:
get:
tags:
- solutions.solutionsRoot
summary: Get solutions
operationId: solutions.solutionsRoot_GetSolutionsRoot
parameters:
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $expand
in: query
description: Expand related entities
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
enum:
- '*'
type: string
responses:
'200':
description: Retrieved entity
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.solutionsRoot'
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- solutions.solutionsRoot
summary: Update solutions
operationId: solutions.solutionsRoot_UpdateSolutionsRoot
requestBody:
description: New property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.solutionsRoot'
required: true
responses:
'204':
description: Success
default:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
components:
schemas:
microsoft.graph.bookingBusiness:
Expand Down Expand Up @@ -2817,6 +2874,11 @@ components:
description: 'The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $.'
additionalProperties:
type: object
microsoft.graph.solutionsRoot:
title: solutionsRoot
type: object
additionalProperties:
type: object
microsoft.graph.bookingNamedEntity:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down
2 changes: 1 addition & 1 deletion openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36598,7 +36598,7 @@ paths:
patch:
tags:
- places.place
summary: Update entity in places
summary: Update place
operationId: places.place_UpdatePlace
parameters:
- name: place-id
Expand Down
Loading