@pulumi/azuread
Advanced tools
Comparing version 2.2.0-alpha.1588613557 to 2.2.0-alpha.1589233059
@@ -5,3 +5,14 @@ import * as pulumi from "@pulumi/pulumi"; | ||
* | ||
* ## Example Usage | ||
* | ||
* | ||
* | ||
* ```typescript | ||
* import * as pulumi from "@pulumi/pulumi"; | ||
* import * as azuread from "@pulumi/azuread"; | ||
* | ||
* const current = azuread.getClientConfig({}); | ||
* export const accountId = current.then(current => current.clientId); | ||
* ``` | ||
* | ||
* > This content is derived from https://github.com/terraform-providers/terraform-provider-azuread/blob/master/website/docs/d/client_config.html.markdown. | ||
@@ -8,0 +19,0 @@ */ |
@@ -10,3 +10,14 @@ "use strict"; | ||
* | ||
* ## Example Usage | ||
* | ||
* | ||
* | ||
* ```typescript | ||
* import * as pulumi from "@pulumi/pulumi"; | ||
* import * as azuread from "@pulumi/azuread"; | ||
* | ||
* const current = azuread.getClientConfig({}); | ||
* export const accountId = current.then(current => current.clientId); | ||
* ``` | ||
* | ||
* > This content is derived from https://github.com/terraform-providers/terraform-provider-azuread/blob/master/website/docs/d/client_config.html.markdown. | ||
@@ -13,0 +24,0 @@ */ |
{ | ||
"name": "@pulumi/azuread", | ||
"version": "v2.2.0-alpha.1588613557+g70472ce", | ||
"version": "v2.2.0-alpha.1589233059+g77e4469", | ||
"description": "A Pulumi package for creating and managing azuread cloud resources.", | ||
@@ -14,3 +14,3 @@ "keywords": [ | ||
"build": "tsc", | ||
"install": "node scripts/install-pulumi-plugin.js resource azuread v2.2.0-alpha.1588613557+g70472ce" | ||
"install": "node scripts/install-pulumi-plugin.js resource azuread v2.2.0-alpha.1589233059+g77e4469" | ||
}, | ||
@@ -17,0 +17,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
180815
3341