Skip to content

Commit

Permalink
Weekly OpenApiDocs Download (microsoftgraph#1180)
Browse files Browse the repository at this point in the history
* Weekly OpenApiDocs Download. [run ci]

* Add generated MgCommandMetadata.json. [run ci]

Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
  • Loading branch information
github-actions[bot] and Microsoft Graph DevX Tooling authored Mar 31, 2022
1 parent e8839fc commit e093795
Show file tree
Hide file tree
Showing 34 changed files with 77,464 additions and 49,935 deletions.
18 changes: 18 additions & 0 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4884,6 +4884,8 @@ paths:
- displayName desc
- homePageUrl
- homePageUrl desc
- informationalUrls
- informationalUrls desc
- logoUrl
- logoUrl desc
- publisher
Expand All @@ -4908,6 +4910,7 @@ paths:
- description
- displayName
- homePageUrl
- informationalUrls
- logoUrl
- publisher
- supportedProvisioningTypes
Expand Down Expand Up @@ -4999,6 +5002,7 @@ paths:
- description
- displayName
- homePageUrl
- informationalUrls
- logoUrl
- publisher
- supportedProvisioningTypes
Expand Down Expand Up @@ -20542,6 +20546,8 @@ components:
type: string
description: The home page URL of the application.
nullable: true
informationalUrls:
$ref: '#/components/schemas/microsoft.graph.informationalUrls'
logoUrl:
type: string
description: The URL to get the logo for this application.
Expand Down Expand Up @@ -21953,6 +21959,18 @@ components:
$ref: '#/components/schemas/microsoft.graph.attributeMappingSourceType'
additionalProperties:
type: object
microsoft.graph.informationalUrls:
title: informationalUrls
type: object
properties:
appSignUpUrl:
type: string
nullable: true
singleSignOnDocumentationUrl:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.hybridAgentUpdaterConfiguration:
title: hybridAgentUpdaterConfiguration
type: object
Expand Down
Loading

0 comments on commit e093795

Please sign in to comment.