@pulumi/azuread 5.18.0 → 5.19.0-alpha.1647019170

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.18.0",
3
+ "version": "v5.19.0-alpha.1647019170+421d726e",
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.18.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource azuread v5.19.0-alpha.1647019170+421d726e"
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.18.0",
3
+ "version": "v5.19.0-alpha.1647019170+421d726e",
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.18.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource azuread v5.19.0-alpha.1647019170+421d726e"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/types/output.d.ts CHANGED
@@ -758,6 +758,10 @@ export interface GetServicePrincipalsServicePrincipal {
758
758
  * The display name of the application associated with this service principal.
759
759
  */
760
760
  displayName: string;
761
+ /**
762
+ * The object ID of the service principal.
763
+ */
764
+ objectId: string;
761
765
  /**
762
766
  * The single sign-on mode configured for this application. Azure AD uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Azure AD My Apps.
763
767
  */