Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pulumi/azuread

Package Overview
Dependencies
Maintainers
2
Versions
550
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/azuread - npm Package Compare versions

Comparing version 2.2.0-alpha.1588613557 to 2.2.0-alpha.1589233059

11

getClientConfig.d.ts

@@ -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 @@ */

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc