Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly OpenApiDocs Download #578

Merged
merged 1 commit into from
Mar 10, 2021
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 @@ -22,5 +22,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.4.0"
"version": "1.4.1"
}
9 changes: 6 additions & 3 deletions openApiDocs/v1.0/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6891,7 +6891,7 @@ components:
items:
type: string
nullable: true
description: 'The list of single sign-on modes supported by this application. The supported values are password, saml, external, and oidc.'
description: 'The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.'
additionalProperties:
type: object
microsoft.graph.applicationServicePrincipal:
Expand Down Expand Up @@ -6969,6 +6969,7 @@ components:
description: 'Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities.'
appDescription:
type: string
description: The description exposed by the associated application.
nullable: true
appDisplayName:
type: string
Expand Down Expand Up @@ -6998,6 +6999,7 @@ components:
description: The roles exposed by the application which this service principal represents. For more information see the appRoles property definition on the application entity. Not nullable.
description:
type: string
description: Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters.
nullable: true
displayName:
type: string
Expand All @@ -7024,6 +7026,7 @@ components:
nullable: true
notes:
type: string
description: 'Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters.'
nullable: true
notificationEmailAddresses:
type: array
Expand Down Expand Up @@ -7542,11 +7545,11 @@ components:
properties:
key:
type: string
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
description: Key.
nullable: true
value:
type: string
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
description: Value.
nullable: true
additionalProperties:
type: object
Expand Down
1 change: 1 addition & 0 deletions openApiDocs/v1.0/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4085,6 +4085,7 @@ components:
properties:
conferenceId:
type: string
description: The conference id of the online meeting.
nullable: true
dialinUrl:
type: string
Expand Down
12 changes: 11 additions & 1 deletion openApiDocs/v1.0/Devices.CloudPrint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4404,6 +4404,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.printOperation'
description: The list of print long running operations.
printers:
type: array
items:
Expand All @@ -4423,6 +4424,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.printTaskDefinition'
description: List of abstract definition for a task that can be triggered when various events occur within Universal Print.
additionalProperties:
type: object
microsoft.graph.printConnector:
Expand Down Expand Up @@ -5514,23 +5516,28 @@ components:
$ref: '#/components/schemas/microsoft.graph.printerDefaults'
displayName:
type: string
description: The name of the printer/printerShare.
isAcceptingJobs:
type: boolean
description: Whether the printer/printerShare is currently accepting new print jobs.
nullable: true
location:
$ref: '#/components/schemas/microsoft.graph.printerLocation'
manufacturer:
type: string
description: The manufacturer of the printer/printerShare.
nullable: true
model:
type: string
description: The model name of the printer/printerShare.
nullable: true
status:
$ref: '#/components/schemas/microsoft.graph.printerStatus'
jobs:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.printJob'
description: The list of jobs that are queued for printing by the printer/printerShare.
additionalProperties:
type: object
microsoft.graph.printEvent:
Expand Down Expand Up @@ -7444,7 +7451,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
intendedPolicies:
type: array
items:
Expand Down Expand Up @@ -10460,6 +10467,7 @@ components:
properties:
conferenceId:
type: string
description: The conference id of the online meeting.
nullable: true
dialinUrl:
type: string
Expand Down Expand Up @@ -12622,6 +12630,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.identitySet'
description:
type: string
description: Verbose description of the application.
nullable: true
displayName:
type: string
Expand All @@ -12636,6 +12645,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
shortDescription:
type: string
description: Short description of the application.
nullable: true
teamsAppId:
type: string
Expand Down
2 changes: 1 addition & 1 deletion openApiDocs/v1.0/Devices.CorporateManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11608,7 +11608,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
intendedPolicies:
type: array
items:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/v1.0/Education.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9115,7 +9115,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
intendedPolicies:
type: array
items:
Expand Down Expand Up @@ -11798,6 +11798,7 @@ components:
properties:
conferenceId:
type: string
description: The conference id of the online meeting.
nullable: true
dialinUrl:
type: string
Expand Down Expand Up @@ -13662,6 +13663,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.identitySet'
description:
type: string
description: Verbose description of the application.
nullable: true
displayName:
type: string
Expand All @@ -13676,6 +13678,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
shortDescription:
type: string
description: Short description of the application.
nullable: true
teamsAppId:
type: string
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/v1.0/Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15992,7 +15992,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
intendedPolicies:
type: array
items:
Expand Down Expand Up @@ -17999,6 +17999,7 @@ components:
properties:
conferenceId:
type: string
description: The conference id of the online meeting.
nullable: true
dialinUrl:
type: string
Expand Down Expand Up @@ -20540,6 +20541,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.identitySet'
description:
type: string
description: Verbose description of the application.
nullable: true
displayName:
type: string
Expand All @@ -20554,6 +20556,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
shortDescription:
type: string
description: Short description of the application.
nullable: true
teamsAppId:
type: string
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/v1.0/Groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25697,6 +25697,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.identitySet'
description:
type: string
description: Verbose description of the application.
nullable: true
displayName:
type: string
Expand All @@ -25711,6 +25712,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
shortDescription:
type: string
description: Short description of the application.
nullable: true
teamsAppId:
type: string
Expand Down Expand Up @@ -26942,7 +26944,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
intendedPolicies:
type: array
items:
Expand Down Expand Up @@ -28812,6 +28814,7 @@ components:
properties:
conferenceId:
type: string
description: The conference id of the online meeting.
nullable: true
dialinUrl:
type: string
Expand Down
20 changes: 20 additions & 0 deletions openApiDocs/v1.0/Identity.Governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -667,6 +668,8 @@ paths:
- id desc
- createdDateTime
- createdDateTime desc
- displayName
- displayName desc
- fileData
- fileData desc
- fileName
Expand All @@ -690,6 +693,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -796,6 +800,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -936,6 +941,8 @@ paths:
- id desc
- createdDateTime
- createdDateTime desc
- displayName
- displayName desc
- fileData
- fileData desc
- fileName
Expand All @@ -959,6 +966,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -1077,6 +1085,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -1216,6 +1225,8 @@ paths:
- id desc
- createdDateTime
- createdDateTime desc
- displayName
- displayName desc
- fileData
- fileData desc
- fileName
Expand All @@ -1239,6 +1250,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -1345,6 +1357,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -1485,6 +1498,8 @@ paths:
- id desc
- createdDateTime
- createdDateTime desc
- displayName
- displayName desc
- fileData
- fileData desc
- fileName
Expand All @@ -1508,6 +1523,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -1626,6 +1642,7 @@ paths:
enum:
- id
- createdDateTime
- displayName
- fileData
- fileName
- isDefault
Expand Down Expand Up @@ -2145,6 +2162,9 @@ components:
type: string
format: date-time
nullable: true
displayName:
type: string
nullable: true
fileData:
$ref: '#/components/schemas/microsoft.graph.agreementFileData'
fileName:
Expand Down
5 changes: 4 additions & 1 deletion openApiDocs/v1.0/Identity.SignIns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9585,7 +9585,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
intendedPolicies:
type: array
items:
Expand Down Expand Up @@ -12292,6 +12292,7 @@ components:
properties:
conferenceId:
type: string
description: The conference id of the online meeting.
nullable: true
dialinUrl:
type: string
Expand Down Expand Up @@ -15586,6 +15587,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.identitySet'
description:
type: string
description: Verbose description of the application.
nullable: true
displayName:
type: string
Expand All @@ -15600,6 +15602,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
shortDescription:
type: string
description: Short description of the application.
nullable: true
teamsAppId:
type: string
Expand Down
Loading