0.2.14 • Published 7 years ago

azure-extra v0.2.14

Weekly downloads
4,668
License
Apache-2.0
Repository
github
Last release
7 years ago

Microsoft Azure SDK for Node.js - Policy

This project provides a Node.js package for accessing the Azure PAS. Right now it supports:

  • Node.js version: 0.6.15 or higher
  • API version:

Features

How to Install

npm install azure-extra

How to Use

Authentication

Create the Graph Rbac client

var fs = require("fs"),
common = require("azure-common"),
graphRbacManagement = require("azure-extra");

var graphRbacManagementClient = graphRbacManagement.createGraphRbacManagementClient(new common.TokenCloudCredentials({
  tenantId: "<your tenant id>"
  subscriptionId: "<your subscription id>",
  token: "<your token here>"
}));

Related projects

0.2.14

7 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago