Skip to content

Commit 39c694b

Browse files
authored
Merge branch 'dev' into fehintolaobafemi/parametercompleter
2 parents 81ecb1f + d16a581 commit 39c694b

File tree

88 files changed

+9348
-3925
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+9348
-3925
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 10
8+
- package-ecosystem: "gitsubmodule"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
open-pull-requests-limit: 1

openApiDocs/beta/Applications.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ paths:
101101
- verifiedPublisher desc
102102
- web
103103
- web desc
104+
- windows
105+
- windows desc
104106
- onPremisesPublishing
105107
- onPremisesPublishing desc
106108
type: string
@@ -146,6 +148,7 @@ paths:
146148
- uniqueName
147149
- verifiedPublisher
148150
- web
151+
- windows
149152
- onPremisesPublishing
150153
- appManagementPolicies
151154
- createdOnBehalfOf
@@ -290,6 +293,7 @@ paths:
290293
- uniqueName
291294
- verifiedPublisher
292295
- web
296+
- windows
293297
- onPremisesPublishing
294298
- appManagementPolicies
295299
- createdOnBehalfOf
@@ -9099,6 +9103,8 @@ paths:
90999103
- verifiedPublisher desc
91009104
- web
91019105
- web desc
9106+
- windows
9107+
- windows desc
91029108
- onPremisesPublishing
91039109
- onPremisesPublishing desc
91049110
type: string
@@ -9144,6 +9150,7 @@ paths:
91449150
- uniqueName
91459151
- verifiedPublisher
91469152
- web
9153+
- windows
91479154
- onPremisesPublishing
91489155
- appManagementPolicies
91499156
- createdOnBehalfOf
@@ -9302,6 +9309,8 @@ paths:
93029309
- verifiedPublisher desc
93039310
- web
93049311
- web desc
9312+
- windows
9313+
- windows desc
93059314
- onPremisesPublishing
93069315
- onPremisesPublishing desc
93079316
type: string
@@ -10671,6 +10680,8 @@ paths:
1067110680
- verifiedPublisher desc
1067210681
- web
1067310682
- web desc
10683+
- windows
10684+
- windows desc
1067410685
- onPremisesPublishing
1067510686
- onPremisesPublishing desc
1067610687
type: string
@@ -10716,6 +10727,7 @@ paths:
1071610727
- uniqueName
1071710728
- verifiedPublisher
1071810729
- web
10730+
- windows
1071910731
- onPremisesPublishing
1072010732
- appManagementPolicies
1072110733
- createdOnBehalfOf
@@ -10881,6 +10893,8 @@ paths:
1088110893
- verifiedPublisher desc
1088210894
- web
1088310895
- web desc
10896+
- windows
10897+
- windows desc
1088410898
- onPremisesPublishing
1088510899
- onPremisesPublishing desc
1088610900
type: string
@@ -19947,6 +19961,8 @@ components:
1994719961
$ref: '#/components/schemas/microsoft.graph.verifiedPublisher'
1994819962
web:
1994919963
$ref: '#/components/schemas/microsoft.graph.webApplication'
19964+
windows:
19965+
$ref: '#/components/schemas/microsoft.graph.windowsApplication'
1995019966
onPremisesPublishing:
1995119967
$ref: '#/components/schemas/microsoft.graph.onPremisesPublishing'
1995219968
appManagementPolicies:
@@ -21415,6 +21431,21 @@ components:
2141521431
description: Specifies the index of the URLs where user tokens are sent for sign-in. This is only valid for applications using SAML.
2141621432
additionalProperties:
2141721433
type: object
21434+
microsoft.graph.windowsApplication:
21435+
title: windowsApplication
21436+
type: object
21437+
properties:
21438+
packageSid:
21439+
type: string
21440+
description: The package security identifier that Microsoft has assigned the application. Optional. Read-only.
21441+
nullable: true
21442+
redirectUris:
21443+
type: array
21444+
items:
21445+
type: string
21446+
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. Only available for applications that support the PersonalMicrosoftAccount signInAudience.
21447+
additionalProperties:
21448+
type: object
2141821449
microsoft.graph.onPremisesPublishing:
2141921450
title: onPremisesPublishing
2142021451
type: object

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,26 @@ paths:
187187
default:
188188
$ref: '#/components/responses/error'
189189
x-ms-docs-operation-type: operation
190+
'/subscriptions/{subscription-id}/microsoft.graph.reauthorize':
191+
post:
192+
tags:
193+
- subscriptions.Actions
194+
summary: Invoke action reauthorize
195+
operationId: subscriptions_reauthorize
196+
parameters:
197+
- name: subscription-id
198+
in: path
199+
description: 'key: id of subscription'
200+
required: true
201+
schema:
202+
type: string
203+
x-ms-docs-key-type: subscription
204+
responses:
205+
'204':
206+
description: Success
207+
default:
208+
$ref: '#/components/responses/error'
209+
x-ms-docs-operation-type: action
190210
components:
191211
schemas:
192212
microsoft.graph.subscription:

0 commit comments

Comments
 (0)