Skip to content

Commit e093795

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#1180)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent e8839fc commit e093795

34 files changed

+77464
-49935
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4884,6 +4884,8 @@ paths:
48844884
- displayName desc
48854885
- homePageUrl
48864886
- homePageUrl desc
4887+
- informationalUrls
4888+
- informationalUrls desc
48874889
- logoUrl
48884890
- logoUrl desc
48894891
- publisher
@@ -4908,6 +4910,7 @@ paths:
49084910
- description
49094911
- displayName
49104912
- homePageUrl
4913+
- informationalUrls
49114914
- logoUrl
49124915
- publisher
49134916
- supportedProvisioningTypes
@@ -4999,6 +5002,7 @@ paths:
49995002
- description
50005003
- displayName
50015004
- homePageUrl
5005+
- informationalUrls
50025006
- logoUrl
50035007
- publisher
50045008
- supportedProvisioningTypes
@@ -20542,6 +20546,8 @@ components:
2054220546
type: string
2054320547
description: The home page URL of the application.
2054420548
nullable: true
20549+
informationalUrls:
20550+
$ref: '#/components/schemas/microsoft.graph.informationalUrls'
2054520551
logoUrl:
2054620552
type: string
2054720553
description: The URL to get the logo for this application.
@@ -21953,6 +21959,18 @@ components:
2195321959
$ref: '#/components/schemas/microsoft.graph.attributeMappingSourceType'
2195421960
additionalProperties:
2195521961
type: object
21962+
microsoft.graph.informationalUrls:
21963+
title: informationalUrls
21964+
type: object
21965+
properties:
21966+
appSignUpUrl:
21967+
type: string
21968+
nullable: true
21969+
singleSignOnDocumentationUrl:
21970+
type: string
21971+
nullable: true
21972+
additionalProperties:
21973+
type: object
2195621974
microsoft.graph.hybridAgentUpdaterConfiguration:
2195721975
title: hybridAgentUpdaterConfiguration
2195821976
type: object

0 commit comments

Comments
 (0)