This repository has been archived by the owner on May 5, 2023. It is now read-only.
2.2.0-preview
- Added new client libraries for following ARM services:
- Api Management (azure-arm-apimanagement)
- AppInsights Management (azure-arm-appinsights)
- Consumption Management (azure-arm-consumption)
- ContainerInstance Management (azure-arm-containerinstance)
- Datafactory Management (azure-arm-datafactory)
- DomainServices Management (azure-arm-domainservices)
- EventGrid Management (azure-arm-eventgrid)
- MachineLearningCompute Management (azure-arm-machinelearningcompute)
- Mobile Engagement(azure-arm-mobileengagement)
- Monitor Management (azure-arm-monitor)
- Monitor (azure-monitor)
- Operations Management (azure-arm-operations)
- Recoveryservices Site Recovery Management (azure-arm-recoveryservices-siterecovery)
- ResourceHealth Management (azure-arm-resourcehealth)
- Storsimple8000series Management (azure-arm-storsimple8000series)
- StreamAnalytics Management (azure-arm-streamanalytics)
- VisualStudio Management (azure-arm-visualstudio)
- Deprecated some client libraries:
- azure-arm-intune has been deprecated as the service has been deprecated.
- azure-arm-insights and azure-insights have been deprecated and replaced with azure-arm-monitor and azure-monitor respectively.
- azure-arm-documentdb has been deprecated and replaced with 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.
- Fixed the issue of "authentication_pending" error in interactiveLogin #2002