@pulumi/azuread 5.8.0 → 5.9.0-alpha.1637590268

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azuread",
3
- "version": "v5.8.0",
3
+ "version": "v5.9.0-alpha.1637590268+01187163",
4
4
  "description": "A Pulumi package for creating and managing azuread cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource azuread v5.8.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource azuread v5.9.0-alpha.1637590268+01187163"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/azuread",
3
- "version": "v5.8.0",
3
+ "version": "v5.9.0-alpha.1637590268+01187163",
4
4
  "description": "A Pulumi package for creating and managing azuread cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/output.d.ts CHANGED
@@ -358,6 +358,9 @@ export interface GetApplicationApi {
358
358
  * Allows an application to use claims mapping without specifying a custom signing key.
359
359
  */
360
360
  mappedClaimsEnabled: boolean;
361
+ /**
362
+ * One or more `oauth2PermissionScope` blocks as documented below, to describe delegated permissions exposed by the web API represented by this application.
363
+ */
361
364
  oauth2PermissionScopes: outputs.GetApplicationApiOauth2PermissionScope[];
362
365
  /**
363
366
  * The access token version expected by this resource. Possible values are `1` or `2`.