2017-09-28 02:32:53 +03:00
## 2017.09.29 version 2.1.0-preview
* Added ** *new** client libraries for following ARM services:
* Api Management ([azure-arm-apimanagement](https://www.npmjs.com/search?q=azure-arm-apimanagement))
* AppInsights Management ([azure-arm-appinsights](https://www.npmjs.com/search?q=azure-arm-appinsights))
* Consumption Management ([azure-arm-consumption](https://www.npmjs.com/search?q=azure-arm-consumption))
* ContainerInstance Management ([azure-arm-containerinstance](https://www.npmjs.com/search?q=azure-arm-containerinstance))
* Datafactory Management ([azure-arm-datafactory](https://www.npmjs.com/search?q=azure-arm-datafactory))
* DomainServices Management ([azure-arm-domainservices](https://www.npmjs.com/search?q=azure-arm-domainservices))
* EventGrid Management ([azure-arm-eventgrid](https://www.npmjs.com/search?q=azure-arm-eventgrid))
* MachineLearningCompute Management ([azure-arm-machinelearningcompute](https://www.npmjs.com/search?q=azure-machinelearningcompute))
* Monitor Management ([azure-arm-monitor](https://www.npmjs.com/search?q=azure-arm-monitor))
* Monitor ([azure-monitor](https://www.npmjs.com/search?q=azure-monitor))
* Operations Management ([azure-arm-operations](https://www.npmjs.com/search?q=azure-arm-operations))
* Recoveryservices Site Recovery Management ([azure-arm-recoveryservices-siterecovery](https://www.npmjs.com/search?q=azure-arm-recoveryservices-siterecovery))
* ResourceHealth Management ([azure-arm-resourcehealth](https://www.npmjs.com/search?q=azure-arm-resourcehealth))
* Storsimple8000series Management ([azure-arm-storsimple8000series](https://www.npmjs.com/search?q=azure-arm-storsimple8000series))
* StreamAnalytics Management ([azure-arm-streamanalytics](https://www.npmjs.com/search?q=azure-arm-streamanalytics))
* 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-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
* Added support for authentication using service principal from auth file. #2225
* Updated urls for different Azure Endpoints as necessary. #2245 , #2247
* Added support for automatic RP registration by adding a filter in the request pipeline.
* Updated AzureServiceClientOptions type definitions.
2017-04-03 21:00:32 +03:00
## 2017.04.03 version 2.0.0-preview
2017-04-02 04:38:35 +03:00
* Updated type definition (.d.ts) files for all the packages and improved typescript support.
2017-04-01 02:48:29 +03:00
* Added Promise support for all the APIs. For each callback based API, we now have an overloaded method that returns a Promise.
2017-04-02 04:38:35 +03:00
* Moved Javascript code to ES6 syntax.
* **Minimum required node.js version is 6.10**
* Added a new vscode extension named [Azure Node Essentials ](https://marketplace.visualstudio.com/items?itemName=azuresdkteam.azurenodeessentials ) to help you easily interact with Azure.
* Improved the loading time of rollup azure package
* Added client libraries for following ARM services
2017-04-03 21:00:32 +03:00
* Advisor Management ([azure-arm-advisor](https://www.npmjs.com/search?q=azure-arm-advisor))
* Automation Management ([azure-arm-automation](https://www.npmjs.com/search?q=azure-arm-automation))
* Billing Management ([azure-arm-billing](https://www.npmjs.com/search?q=azure-arm-billing))
* Cognitive Services Management ([azure-arm-cognitiveservices](https://www.npmjs.com/search?q=azure-arm-cognitiveservices))
* Container Registry Management ([azure-arm-containerregistry](https://www.npmjs.com/search?q=azure-arm-containerregistry))
* Customer Insights Management ([azure-arm-customerinsights](https://www.npmjs.com/search?q=azure-arm-customerinsights))
* DocumentDB Management ([azure-arm-documentdb](https://www.npmjs.com/search?q=azure-arm-documentdb))
* Logic Management ([azure-arm-logic](https://www.npmjs.com/search?q=azure-arm-logic))
* Machine Learning Management ([azure-arm-machinelearning](https://www.npmjs.com/search?q=azure-arm-machinelearning))
* Media Services Management ([azure-arm-mediaservices](https://www.npmjs.com/search?q=azure-arm-mediaservices))
* Operational Insights Management ([azure-arm-operationalinsights](https://www.npmjs.com/search?q=azure-arm-operationalinsights))
* Recovery Services Backup Management ([azure-arm-recoveryservicesbackup](https://www.npmjs.com/search?q=azure-arm-recoveryservicesbackup))
* Recovery Services Management ([azure-arm-recoveryservices](https://www.npmjs.com/search?q=azure-arm-recoveryservices))
* Relay Management ([azure-arm-relay](https://www.npmjs.com/search?q=azure-arm-relay))
* Scheduler Management ([azure-arm-scheduler](https://www.npmjs.com/search?q=azure-arm-scheduler))
* Search Management ([azure-arm-search](https://www.npmjs.com/search?q=azure-arm-search))
* ServiceFabric Management ([azure-arm-servicefabric](https://www.npmjs.com/search?q=azure-arm-servicefabric))
* ServiceMap Management ([azure-arm-servicemap](https://www.npmjs.com/search?q=azure-arm-servicemap))
* SQL Management ([azure-arm-sql](https://www.npmjs.com/search?q=azure-arm-sql))
* Storage Import Export Management ([azure-arm-storageimportexport](https://www.npmjs.com/search?q=azure-arm-storageimportexport))
* Runtime (ms-rest and ms-rest-azure)
2017-04-02 04:38:35 +03:00
* Updated d.ts files for ms-rest and ms-rest-azure
* All the login methods (interactiveLogin, loginWithServicePrincipalSecret, loginWithUsernamePassword) now support callbacks as well as Promises.
* Added support to send (a generic request, or a generic long running request (that polls)) using the authenticated base client in the runtime
## 2016.09.07 Version 1.2.0-preview
2016-09-08 01:17:51 +03:00
* Added client libraries for following ARM services
* Servicebus management
* Trafficmanager
* Powerbiembedded
* Eventhub management
* IotHub Management
* Regenerated following services with the latest (api-version) swagger spec
* KeyVaultManagement and KeyVault data plane
* ResourceManagement
* DevTestLabs
* NotificationHubManagement
* Commerce
* Removed ApiAppManagement library as the service is no longer deployed on Azure
* Updated the rollup file (lib/azure.js) to be in sync with the latest changes
* Updated License Info
* All the Autorest generated client libraries are under MIT license
* All the old codegenerator generated client libraries are under Apache-2.0
* Bumped up the request library to 2.74.0
2017-04-02 04:38:35 +03:00
## 2015.03.25 Version 0.10.5
2015-03-25 22:13:53 +03:00
* Used newer 'request' package version of '2.45.0'
* Updated website client lib to accept status code of 200 on 'createPublishingUser'
* Updated compute client readme file
2017-04-02 04:38:35 +03:00
## 2015.02.09 Version 0.10.4
2015-02-09 22:49:08 +03:00
* regenerate client lib code for the latest service api
2017-04-02 04:38:35 +03:00
## 2015.01.21 Version 0.10.3
2015-01-22 01:36:02 +03:00
* Added option to overwrite the http agent
* Minor script fixes
2017-04-02 04:38:35 +03:00
## 2014.12.02 Version 0.10.2
2014-12-02 22:25:06 +03:00
* Documentation link fixes for servicebus management client
* Fixed CertificateCloudCredentials to accept the pem as buffer or string
* Updated travis.yml
* Updated null and undefined check for several attributes in separate modules
2017-04-02 04:38:35 +03:00
## 2014.11.07 Version 0.10.1
2014-11-08 02:35:59 +03:00
* Fixed parsing of sql db error messages with xml namespace
* Implemented Renew-Lock for Message in ServiceBus
2017-04-02 04:38:35 +03:00
## 2014.10.02 Version 0.10.0
2014-10-03 23:08:26 +04:00
* Switch to use "azure-storage" from "azure-storage-legacy"
* Fix retry logic on http status code 408
2017-04-02 04:38:35 +03:00
## 2014.09.10 Version 0.9.16
2014-09-10 23:08:10 +04:00
* Release new azure authorization clients
* Release new subscription client of azure resource management
2014-09-11 00:28:13 +04:00
* Better odata error parsing in azure common package
2014-09-10 23:08:10 +04:00
2017-04-02 04:38:35 +03:00
## 2014.08.12 Version 0.9.15
2014-08-13 03:51:18 +04:00
* Fixed dependencies in the azure-sb module
2017-04-02 04:38:35 +03:00
## 2014.08.11 Version 0.9.14
2014-08-12 02:53:26 +04:00
* Bug fixes to notification hub client
* Updated repo pointers in package.json files
2017-04-02 04:38:35 +03:00
## 2014.07.30 Version 0.9.13
2014-08-12 02:53:26 +04:00
* Updates to service management clients
* Fixes to notification hub client
* Separated out service bus, and hdinsight management into separate modules
* Obsolete service management APIs removed
2017-04-02 04:38:35 +03:00
## 2014.07.02 Version 0.9.11
2014-08-12 02:53:26 +04:00
* Updated service management clients
2017-04-02 04:38:35 +03:00
## 2014.06.23 Version 0.9.10
2014-06-24 00:05:50 +04:00
* Bug fix for url filter creation
2017-04-02 04:38:35 +03:00
## 2014.06.19 Version 0.9.9
2014-06-20 00:15:07 +04:00
* ARM website wrappers
* Various bug fixes in management packages
* Helper constructor for resource identifiers
2017-04-02 04:38:35 +03:00
## 2014.06.03 Version 0.9.8
2014-06-03 02:12:22 +04:00
* Fix for blob streaming
* Split out storage into azure-storage-legacy module
* fix for apns notification hub payload format
* updated all service clients to support overriding timeouts
* Test suite fixes
2017-04-02 04:38:35 +03:00
## 2014.05.02 Version 0.9.7
2014-06-03 02:12:22 +04:00
* Updated all service clients with codegen fixes
* Exposing some cert management functions from azure-common
2017-04-02 04:38:35 +03:00
## 2014.04.29 Version 0.9.6
2014-04-30 04:39:28 +04:00
* Fixing missing dependencies in submodules
2017-04-02 04:38:35 +03:00
## 2014.04.29 Version 0.9.5
2014-04-30 02:15:04 +04:00
* Turning on monitoring and scheduler features in rollup package
* Fixing references to monitoring client in azure.js
2017-04-02 04:38:35 +03:00
## 2014.04.29 Version 0.9.4
2014-04-29 22:29:28 +04:00
* Added Monitoring and Scheduler clients
* Regeneration / update of all management clients
* Trimming extra spaces in urls
* Added "skipEncoding" option when writing blobs
* Returning status codes on management library errors
2017-04-02 04:38:35 +03:00
## 2014.01.30 Version 0.8.1
2014-01-30 01:57:08 +04:00
* Added web jobs APIs
* Support for expiration in template messages in Notification Hubs
2017-04-02 04:38:35 +03:00
## 2014.01.15 Version 0.8.0
2014-01-14 13:08:16 +04:00
* Added the Preview Service Management libraries as separate modules
* Added ability to consume PEM files directly from the Service Management libraries
* Added support for createOrUpdate and createRegistrationId in the Notification Hubs libraries
2017-04-02 04:38:35 +03:00
## 2014.01.10 Version 0.7.19
2014-01-10 18:19:26 +04:00
* Lock validator version
2017-04-02 04:38:35 +03:00
## 2013.11.27 Version 0.7.18
2013-11-27 23:06:00 +04:00
* Lock xmlbuilder version
2017-04-02 04:38:35 +03:00
## 2013.11.5 Version 0.7.17
2013-11-02 18:59:08 +04:00
* Added getBlob and createBlob operations that support stream piping
* Added compute, management, network, serviceBus, sql, storage management, store and subscription preview wrappers
* Multiple bugfixes
2017-04-02 04:38:35 +03:00
## 2013.10.16 Version 0.7.16
2013-10-15 15:59:42 +04:00
* Improved API documentation
* Updated Virtual Machines API to 2013-06-01
2013-11-02 18:59:08 +04:00
* Added website management preview wrappers
2013-10-15 15:59:42 +04:00
* Multiple bugfixes
2017-04-02 04:38:35 +03:00
## 2013.08.19 Version 0.7.15
2013-08-17 15:24:21 +04:00
* Multiple storage fixes
* Fix issue with Notification Hubs template message sending
2017-04-02 04:38:35 +03:00
## 2013.08.12 Version 0.7.14
2013-08-12 20:51:32 +04:00
* Multiple storage fixes
* Documentation improvements
* Added support for large blobs upload / download
2017-04-02 04:38:35 +03:00
## 2013.08.08 Version 0.7.13
2013-08-12 20:51:32 +04:00
* Lock request version
2017-04-02 04:38:35 +03:00
## 2013.07.29 Version 0.7.12
2013-07-27 02:24:43 +04:00
* Added MPNS support
* Added Service management vnet operations support
2017-04-02 04:38:35 +03:00
## 2013.07.10 Version 0.7.11
2013-07-10 22:41:51 +04:00
* Hooked up new configuration system to storage APIs
* Support for AZURE_STORAGE_CONNECTION_STRING environment variable
* Included API for websites management
* Fixed UTF-8 support in table batch submit
2017-04-02 04:38:35 +03:00
## 2013.06.26 Version 0.7.10
2013-06-26 22:29:13 +04:00
* Various fixes in storage APIs
2017-04-02 04:38:35 +03:00
## 2013.06.19 Version 0.7.9
2013-06-19 22:32:06 +04:00
* First part of new SDK configuration system
* Support for AZURE_SERVICEBUS_CONNECTION_STRING environment variable
* Updated SAS generation logic to include version number
* Infrastructure support for creating passwordless VMs
2017-04-02 04:38:35 +03:00
## 2013.06.13 Version 0.7.8
2013-06-13 21:22:34 +04:00
* Updates to HDInsight operations
2017-04-02 04:38:35 +03:00
## 2013.06.06 Version 0.7.7
2013-06-06 22:50:15 +04:00
* Added support for Android notification through Service Bus Notification Hubs
* Support prefixes when listing tables
* Support '$logs' as a valid blob container name to support reading diagnostic information
* Fix for network configuration serialization for subnets
2017-04-02 04:38:35 +03:00
## 2013.05.30 Version 0.7.6
2013-05-30 11:50:00 +04:00
* Added list, delete and create cluster operations for HD Insight.
2017-04-02 04:38:35 +03:00
## 2013.05.15 Version 0.7.5
2013-05-15 15:25:50 +04:00
* Fixed registration hubs issue with requiring access key when shared key was provided.
* Fixed registration hubs issue with listByTag, Channel and device token
2017-04-02 04:38:35 +03:00
## 2013.05.09 Version 0.7.4
2013-05-09 20:26:46 +04:00
* Fixed encoding issue with partition and row keys in table storage query
2017-04-02 04:38:35 +03:00
## 2013.05.01 Version 0.7.3
2013-05-02 00:18:21 +04:00
* Fixed issue #680: BlobService.getBlobUrl puts permissions in sas url even if not given
* Changes to test suite & sdk to run in other environments
* Notification hubs registrations
* Support in ServiceManagementClient for role reboot and reimage
2017-04-02 04:38:35 +03:00
## 2013.04.05 Version 0.7.2
2013-04-05 03:36:51 +04:00
* Removing workaround for SSL issue and forcing node version to be outside the > 0.8 && < 0.10.3 range where the issue occurs
2017-04-02 04:38:35 +03:00
## 2013.04.03 Version 0.7.1
2013-04-02 13:50:03 +04:00
* Adding (limited) support for node 0.10
* Fixing issue regarding registering providers when using websites or mobiles services
2017-04-02 04:38:35 +03:00
## 2013.03.25 Version 0.7.0
2013-03-21 21:43:44 +04:00
* Breaking change: Primitive types will be stored for table storage.
2013-02-02 16:50:27 +04:00
* Adding support for creating and deleting affinity groups
2013-02-21 05:12:33 +04:00
* Replacing http-mock by nock and making all tests use it by default
2013-03-19 14:58:23 +04:00
* Adding notification hubs messages for WNS and APNS
* Add Strict SSL validation for server certificates
* Add support for creating subscriptions that expire
2013-02-02 16:50:27 +04:00
2017-04-02 04:38:35 +03:00
## 2013.03.12 Version 0.6.11
2013-03-13 03:27:18 +04:00
* Added constraint to package.json to restrict to node versions < 0.9.
2017-04-02 04:38:35 +03:00
## 2013.02.11 Version 0.6.10
2013-02-12 08:47:49 +04:00
* Added helper date.* functions for generating SAS expirations (secondsFromNow, minutesFromNow, hoursFromNow, daysFromNow)
* Added SQL classes for managing SQL Servers, Databases and Firewall rules
2013-02-12 08:49:14 +04:00
* Updating to use latest xml2js
2013-02-12 08:47:49 +04:00
2017-04-02 04:38:35 +03:00
## 2012.12.12 Version 0.6.9
2012-12-11 21:07:33 +04:00
* Exporting WebResource, Client classes from package to support CLI.
* Install message updated to remind users the CLI is now a separate package.
2017-04-02 04:38:35 +03:00
## 2012.11.20 Version 0.6.8
2014-11-20 06:02:40 +03:00
* CLI functionality has been pulled out into a new "azure-cli" module. See https://github.com/Azure/azure-xplat-cli for details.
2012-11-20 19:36:24 +04:00
* Add support for sb: in ServiceBus connection strings.
* Add functions to ServiceManagement for managing storage accounts.
* Merged #314 from @smarx for allowing empty partition keys on the client.
* Merged #447 from @anodejs for array enumeration and exception on batch response.
* Various other fixes
2017-04-02 04:38:35 +03:00
## 2012.10.15 Version 0.6.7
2012-10-14 23:32:14 +04:00
* Adding connection strings support for storage and service bus
* Fixing issue with EMULATED and explicit variables making the later more relevant
2012-11-03 17:31:13 +04:00
* Adding Github support
* Adding website application settings support
2012-10-14 23:32:14 +04:00
2017-04-02 04:38:35 +03:00
## 2012.10.12 Version 0.6.6
2012-10-12 21:19:37 +04:00
* Using fixed version of commander.js to avoid bug in commander.js 1.0.5
2017-04-02 04:38:35 +03:00
## 2012.10.01 Version 0.6.5
2012-10-01 20:36:29 +04:00
* Bugfixing
2017-04-02 04:38:35 +03:00
## 2012.09.18 Version 0.6.4
2012-09-19 03:00:47 +04:00
* Multiple Bugfixes around blob streaming
2017-04-02 04:38:35 +03:00
## 2012.09.09 Version 0.6.3
2012-09-19 03:00:47 +04:00
* Fixing issue with xml2js
2017-04-02 04:38:35 +03:00
## 2012.08.15 Version 0.6.2
2012-08-15 12:01:11 +04:00
* Multiple Bugfixes
2017-04-02 04:38:35 +03:00
## 2012.07.02 Version 0.6.1
2012-08-15 12:01:11 +04:00
* Multiple Bugfixes
* Adding subscription setting and listing functionality.
2017-04-02 04:38:35 +03:00
## 2012.06.06 Version 0.6.0
2012-06-07 05:03:55 +04:00
* Adding CLI tool
* Multiple Bugfixes
2017-04-02 04:38:35 +03:00
## 2012.04.19 Version 0.5.3
2012-04-20 10:44:53 +04:00
* Service Runtime Wrappers
* Multiple Bugfixes
* Unit tests converted to mocha and code coverage made easy through JSCoverage
2017-04-02 04:38:35 +03:00
## 2012.02.10 Version 0.5.2
2012-02-11 01:00:42 +04:00
* Service Bus Wrappers
* Storage Services UT run against a mock server.
* Node.exe version requirement lowered to raise compatibility.
* Multiple Bugfixes
2017-04-02 04:38:35 +03:00
## 2011.12.14 Version 0.5.1
2012-10-14 23:32:14 +04:00
* Multiple bug fixes
2012-02-07 02:13:54 +04:00
2017-04-02 04:38:35 +03:00
## 2011.12.09 Version 0.5.0
2012-08-15 12:01:11 +04:00
* Initial Release