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

azure-mgmt-vnet

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-mgmt-vnet - npm Package Compare versions

Comparing version 0.9.8 to 0.9.9

0

lib/network.js

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

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

6

package.json

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

],
"version": "0.9.8",
"description": "Windows Azure Virtual Network Management Client Library for node",
"version": "0.9.9",
"description": "Microsoft Azure Virtual Network 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 - Virtual Network Management
# Microsoft Azure SDK for Node.js - Virtual Network Management
This project provides a Node.js package that makes it easy to manage Windows Azure Virtual Network. Right now it supports:
This project provides a Node.js package that makes it easy to manage Microsoft Azure Virtual Network. Right now it supports:
- **Node.js version: 0.6.15 or higher**

@@ -25,6 +25,6 @@ - **API version: 2013-11-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.

@@ -103,3 +103,3 @@ ### Create the VirtualNetworkManagementClient

- [Windows Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
- [Windows Azure SDK for Node.js - Compute Management](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/computeManagement)
- [Microsoft Azure SDK for Node.js](https://github.com/WindowsAzure/azure-sdk-for-node)
- [Microsoft Azure SDK for Node.js - Compute Management](https://github.com/WindowsAzure/azure-sdk-for-node/tree/master/lib/services/computeManagement)

Sorry, the diff of this file is too big to display

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