New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

azure-mgmt-subscription

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-mgmt-subscription - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

0

lib/subscription.js

@@ -0,0 +0,0 @@ //

@@ -0,0 +0,0 @@ /* jshint latedef:false */

@@ -0,0 +0,0 @@ Apache License

6

package.json

@@ -13,4 +13,4 @@ {

],
"version": "0.9.8",
"description": "Windows Azure Subscription Management Client Library for node",
"version": "0.9.9",
"description": "Microsoft Azure Subscription Management Client Library for node",
"tags": [

@@ -35,3 +35,3 @@ "azure",

"dependencies": {
"azure-common": "0.9.5"
"azure-common": "0.9.6"
},

@@ -38,0 +38,0 @@ "homepage": "http://github.com/WindowsAzure/azure-sdk-for-node",

@@ -1,4 +0,4 @@

# Windows Azure SDK for Node.js - Subscription Management
# Microsoft Azure SDK for Node.js - Subscription Management
This project provides a Node.js package that makes it easy to manage Windows Azure subscription. Right now it supports:
This project provides a Node.js package that makes it easy to manage Microsoft Azure subscription. Right now it supports:
- **Node.js version: 0.6.15 or higher**

@@ -22,6 +22,6 @@ - **API version: 2013-08-01**

This library support management certificate authentication. To authenticate the library for the REST API calls, you need to
* Have a management certificate set up in your Windows Azure subscription. You can do this by
* Either uploading a certificate in the [Windows Azure management portal](https://manage.windowsazure.com).
* Or use the [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
* Obtain the .pem file of your certificate. If you used [Windows Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
* Have a management certificate set up in your Microsoft Azure subscription. You can do this by
* Either uploading a certificate in the [Microsoft Azure management portal](https://manage.windowsazure.com).
* Or use the [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat).
* Obtain the .pem file of your certificate. If you used [Microsoft Azure Xplat-CLI](https://github.com/WindowsAzure/azure-sdk-tools-xplat) to set it up. You can run ``azure account cert export`` to get the .pem file.
* Open the .pem file in a text editor and **certvalue** and **keyvalue**.

@@ -45,2 +45,2 @@

- [Windows Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
- [Microsoft Azure SDK for Node.js - All-up](https://github.com/WindowsAzure/azure-sdk-for-node)
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