npm.io
0.2.14 • Published 8 years ago

azure-extra

Licence
Apache-2.0
Version
0.2.14
Deps
2
Vulns
0
Weekly
0
Stars
1.2K

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>"
}));

Keywords