Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into restapi_auto_applicationinsights/resource-…
Browse files Browse the repository at this point in the history
…manager
  • Loading branch information
Dan Schulte committed Jul 30, 2018
2 parents 69d09e9 + 7a8f9d3 commit b710c1a
Show file tree
Hide file tree
Showing 3,521 changed files with 795,660 additions and 242,817 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 1 addition & 2 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
lib/common/node_modules/*
lib/services/*/node_modules/*
**/node_modules/*
packages
.git
11 changes: 9 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2018.06.24 version 2.3.1-preview
* Added client library for Log Analytics

## 2018.06.12 version 2.3.0-preview
* Updated dependencies based on `npm audit` warnings
* Removed deprecated `azure-monitor` from `azure` package

## 2017.10.11 version 2.2.1-preview
* Restricting dependency on "moment" from "^2.18.1" to "~2.18.1" due to bugs in 2.19.0. Updated packages are:
* azure
Expand Down Expand Up @@ -29,7 +36,7 @@
* VisualStudio Management ([azure-arm-visualstudio](https://www.npmjs.com/search?q=azure-arm-visualstudio))
* **Deprecated some** client libraries:
* [azure-arm-intune](https://www.npmjs.com/search?q=azure-arm-intune) has been deprecated as the service has been deprecated.
* [azure-arm-insights](https://www.npmjs.com/search?q=azure-arm-insights) and [azure-insights](https://www.npmjs.com/search?q=azure-insights) have been deprecated and replaced with [azure-arm-monitor](https://www.npmjs.com/search?q=azure-arm-monitor) and [azure-monitor](https://www.npmjs.com/search?q=azure-arm-monitor) respectively.
* [azure-arm-insights](https://www.npmjs.com/search?q=azure-arm-insights) and [azure-insights](https://www.npmjs.com/search?q=azure-insights) have been deprecated and replaced with [azure-arm-monitor](https://www.npmjs.com/search?q=azure-arm-monitor)(https://www.npmjs.com/search?q=azure-arm-monitor).
* [azure-arm-documentdb](https://www.npmjs.com/search?q=azure-arm-documentdb) has been deprecated and replaced with [azure-arm-cosmosdb](https://www.npmjs.com/search?q=azure-arm-cosmosdb).
* **Runtime** (ms-rest and ms-rest-azure) updates:
* Added support for MSI Authentication. #2224
Expand Down Expand Up @@ -116,7 +123,7 @@

## 2014.10.02 Version 0.10.0
* Switch to use "azure-storage" from "azure-storage-legacy"
* Fix retry logic on http status code 408
* Fix retry logic on http status code 408

## 2014.09.10 Version 0.9.16
* Release new azure authorization clients
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ so that we may prioritize it in the backlog.
## Documentation

Documentation of the supported sdks can be found at two places:
- https://azure.github.io/azure-sdk-for-node - This website primarily provides sdk documentation for
- https://azure.github.io/azure-sdk-for-node - This website primarily provides sdk documentation for
- ASM based services (azure-**asm**-*)
- some old data plane sdks like `azure-sb`, `azure-scheduler`, `azure-storage-legacy`, `azure-monitoring`, etc.
- runtime sdks like `ms-rest`, `ms-rest-azure`, `azure-common`
- https://aka.ms/azure-node-sdk - This website primarily provides sdk documentation for
- ARM based services (azure-**arm**-*)
- newer data plane sdks like `azure-batch`, `azure-graph`, `azure-monitor`, etc.
- newer data plane sdks like `azure-batch`, `azure-graph`, etc.

## Authenticating

Expand All @@ -49,7 +49,7 @@ There are three ways to authenticate against Azure while using the management pl

## AzureNodeEssentials VSCode extension

The [AzureNodeEssentials](https://marketplace.visualstudio.com/items?itemName=azuresdkteam.azurenodeessentials) extension helps you easily interact with Azure.
The [AzureNodeEssentials](https://marketplace.visualstudio.com/items?itemName=azuresdkteam.azurenodeessentials) extension helps you easily interact with Azure.
It helps you:
- create a project scaffolding
- install correct dependencies
Expand All @@ -69,7 +69,6 @@ Please feel free to provide feedback for the extension by opening github issues
| [Service Fabric](https://azure.microsoft.com/en-us/services/service-fabric/) | `npm install azure-servicefabric` |
| [Service Bus](http://azure.microsoft.com/en-us/services/service-bus/) | `npm install azure-sb` |
| [Storage](http://azure.microsoft.com/en-us/services/storage/) | `npm install azure-storage` |
| [Monitor](https://docs.microsoft.com/en-us/rest/api/monitor/) | `npm install azure-monitor` |
| [Batch](https://azure.microsoft.com/en-us/services/batch/) | `npm install azure-batch` |
| **Azure Resource Management (ARM) (Control plane)** |
| [Advisor](https://docs.microsoft.com/en-us/rest/api/advisor/) | `npm install azure-arm-advisor` |
Expand All @@ -90,7 +89,7 @@ Please feel free to provide feedback for the extension by opening github issues
| [Compute](http://azure.microsoft.com/en-us/services/virtual-machines/) | `npm install azure-arm-compute`|
| [Datafactory](https://azure.microsoft.com/en-us/services/datafactory/) | `npm install azure-arm-datafactory` |
| [Datalake Analytics](https://azure.microsoft.com/en-us/services/data-lake-analytics/) | `npm install azure-arm-datalake-analytics` |
| [Datalake Storage](https://azure.microsoft.com/en-us/services/data-lake-store/) | `npm install azure-arm-datalake-storage` |
| [Datalake Store](https://azure.microsoft.com/en-us/services/data-lake-store/) | `npm install azure-arm-datalake-store` |
| [DevTest Labs](https://azure.microsoft.com/en-us/services/devtest-lab/) | `npm install azure-arm-devtestlabs` |
| [DNS](http://azure.microsoft.com/en-us/services/dns/) | `npm install azure-arm-dns` |
| [DomainServices](https://docs.microsoft.com/en-us/azure/active-directory-domain-services/) | `npm install azure-arm-domainservices` |
Expand Down Expand Up @@ -128,7 +127,7 @@ Please feel free to provide feedback for the extension by opening github issues
| [Storsimple8000series](https://docs.microsoft.com/en-us/azure/storsimple/storsimple-overview) | `npm install azure-arm-storsimple8000series` |
| [Stream Analytics](https://docs.microsoft.com/en-us/rest/api/streamanalytics/) | `npm install azure-arm-streamanalytics` |
| [Sql](https://azure.microsoft.com/en-us/services/sql-database/) | `npm install azure-arm-sql` |
| [Traffic Manager](http://azure.microsoft.com/en-us/services/traffic-manager/) | `npm install azure-arm-trafficManager`|
| [Traffic Manager](http://azure.microsoft.com/en-us/services/traffic-manager/) | `npm install azure-arm-trafficmanager`|
| [Virtual Networks](http://azure.microsoft.com/en-us/services/virtual-network/) | `npm install azure-arm-network` |
| [VisualStudio](https://docs.microsoft.com/en-us/rest/api/) | `npm install azure-arm-visualstudio` |
| [WebApps (WebSites)](http://azure.microsoft.com/en-us/services/app-service/web/) | `npm install azure-arm-website` |
Expand All @@ -142,7 +141,7 @@ Please feel free to provide feedback for the extension by opening github issues
| [SQL Database](http://azure.microsoft.com/en-us/services/sql-database/) | `npm install azure-asm-sql` |
| [Storage](http://azure.microsoft.com/en-us/services/storage/) | `npm install azure-asm-storage` |
| [Subscriptions](https://msdn.microsoft.com/en-us/library/azure/gg715315.aspx) | `npm install azure-asm-subscription`|
| [Traffic Manager](http://azure.microsoft.com/en-us/services/traffic-manager/) | `npm install azure-asm-trafficManager` |
| [Traffic Manager](http://azure.microsoft.com/en-us/services/traffic-manager/) | `npm install azure-asm-trafficmanager` |
| [Virtual Networks](http://azure.microsoft.com/en-us/services/virtual-network/) | `npm install azure-asm-network` |
| [WebSites](http://azure.microsoft.com/en-us/services/app-service/web/) | `npm install azure-asm-website` |
| **Base Libraries** | |
Expand Down
Loading

0 comments on commit b710c1a

Please sign in to comment.