# azure-extra

> Microsoft Azure Client Library in node for miscellaneous items

Latest version **0.2.14** (published 2017-09-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install azure-extra
pnpm add azure-extra
yarn add azure-extra
bun add azure-extra
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.14 |
| Published | 2017-09-29 |
| First published | 2014-09-18 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1174 |
| Author | Microsoft Corporation |
| Maintainers | windowsazure |
| Keywords | node, azure |

## Links

- npm: https://www.npmjs.com/package/azure-extra
- Repository: https://github.com/Azure/azure-sdk-for-node
- Homepage: http://github.com/Azure/azure-sdk-for-node
- Issues: http://github.com/Azure/azure-sdk-for-node/issues
- npm.io page: https://npm.io/package/azure-extra

## Dependencies (2)

- [underscore](https://npm.io/package/underscore.md) ^1.8.3
- [azure-common](https://npm.io/package/azure-common.md) ^0.9.13

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 0.2.14 (latest) — 2017-09-29
- 0.2.13 — 2016-09-02
- 0.2.12 — 2015-12-30
- 0.1.12 — 2015-10-23
- 0.1.11 — 2015-09-18
- 0.1.10 — 2015-06-08
- 0.1.9 — 2015-05-22
- 0.1.8 — 2015-05-04
- 0.1.7 — 2015-03-25
- 0.1.6 — 2015-02-09
- 0.1.5 — 2015-01-21
- 0.1.4 — 2014-12-02
- 0.1.3 — 2014-11-08
- 0.1.2 — 2014-10-03
- 0.1.1 — 2014-09-26
- … 1 more at https://npm.io/package/azure-extra/versions

## README

# 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

```bash
npm install azure-extra
```

## How to Use

### Authentication

### Create the Graph Rbac client

```javascript
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

- [Microsoft Azure SDK for Node.js](https://github.com/Azure/azure-sdk-for-node)

---
_Source: https://npm.io/package/azure-extra · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
