From 5b9eec6bbcf856c4baf76716c702dbe6ebea6145 Mon Sep 17 00:00:00 2001
From: Pareekshit Singh <35941423+praries880@users.noreply.github.com>
Date: Wed, 1 May 2019 16:04:40 -0700
Subject: [PATCH] Release 1.22.0 (#653)
* Release 1.22.0
* Readme file update and migration notes for 1.22 release
* update migration notes
---
README.md | 9 ++--
notes/prepare-for-1.22.md | 32 ++++++++++++
....Azure.Management.AppService.Fluent.csproj | 8 +--
.../AppService/Properties/AssemblyInfo.cs | 2 +-
.../Microsoft.Azure.Management.Fluent.csproj | 50 +++++++++----------
.../Azure.Fluent/Properties/AssemblyInfo.cs | 2 +-
...osoft.Azure.Management.Batch.Fluent.csproj | 6 +--
.../Batch/Properties/AssemblyInfo.cs | 2 +-
...oft.Azure.Management.BatchAI.Fluent.csproj | 8 +--
.../BatchAI/Properties/AssemblyInfo.cs | 2 +-
...crosoft.Azure.Management.Cdn.Fluent.csproj | 4 +-
.../Cdn/Properties/AssemblyInfo.cs | 2 +-
...oft.Azure.Management.Compute.Fluent.csproj | 12 ++---
.../Compute/Properties/AssemblyInfo.cs | 2 +-
...Management.ContainerInstance.Fluent.csproj | 6 +--
.../Properties/AssemblyInfo.cs | 2 +-
...Management.ContainerRegistry.Fluent.csproj | 6 +--
.../Properties/AssemblyInfo.cs | 2 +-
....Management.ContainerService.Fluent.csproj | 4 +-
.../Properties/AssemblyInfo.cs | 2 +-
...ft.Azure.Management.CosmosDB.Fluent.csproj | 4 +-
.../CosmosDB/Properties/AssemblyInfo.cs | 2 +-
...crosoft.Azure.Management.Dns.Fluent.csproj | 4 +-
.../Dns/Properties/AssemblyInfo.cs | 2 +-
...ft.Azure.Management.EventHub.Fluent.csproj | 4 +-
.../EventHub/Properties/AssemblyInfo.cs | 2 +-
....Azure.Management.Graph.RBAC.Fluent.csproj | 4 +-
.../Graph.RBAC/Properties/AssemblyInfo.cs | 2 +-
...ft.Azure.Management.KeyVault.Fluent.csproj | 4 +-
.../KeyVault/Properties/AssemblyInfo.cs | 2 +-
...osoft.Azure.Management.Locks.Fluent.csproj | 4 +-
.../Locks/Properties/AssemblyInfo.cs | 2 +-
...oft.Azure.Management.Monitor.Fluent.csproj | 4 +-
.../Monitor/Properties/AssemblyInfo.cs | 2 +-
...crosoft.Azure.Management.Msi.Fluent.csproj | 4 +-
.../Msi/Properties/AssemblyInfo.cs | 2 +-
...oft.Azure.Management.Network.Fluent.csproj | 4 +-
.../Network/Properties/AssemblyInfo.cs | 2 +-
...osoft.Azure.Management.Redis.Fluent.csproj | 4 +-
.../RedisCache/Properties/AssemblyInfo.cs | 2 +-
...e.Management.ResourceManager.Fluent.csproj | 2 +-
.../Properties/AssemblyInfo.cs | 2 +-
...soft.Azure.Management.Search.Fluent.csproj | 4 +-
.../Search/Properties/AssemblyInfo.cs | 2 +-
....Azure.Management.ServiceBus.Fluent.csproj | 4 +-
.../ServiceBus/Properties/AssemblyInfo.cs | 2 +-
...crosoft.Azure.Management.Sql.Fluent.csproj | 6 +--
.../Sql/Properties/AssemblyInfo.cs | 2 +-
...oft.Azure.Management.Storage.Fluent.csproj | 4 +-
.../Storage/Properties/AssemblyInfo.cs | 2 +-
...re.Management.TrafficManager.Fluent.csproj | 4 +-
.../TrafficManager/Properties/AssemblyInfo.cs | 2 +-
52 files changed, 146 insertions(+), 113 deletions(-)
create mode 100644 notes/prepare-for-1.22.md
diff --git a/README.md b/README.md
index 942e0336c..3b887815a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Azure Management Libraries for .NET
-This README is based on the released stable version (1.21). If you are looking for other releases, see [More Information](#more-information)
+This README is based on the released stable version (1.22). If you are looking for other releases, see [More Information](#more-information)
The Azure Management Libraries for .NET is a higher-level, object-oriented API for managing Azure resources. Libraries are built on the lower-level, request-response style [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest) and can run side-by-side with [auto generated clients](https://github.com/Azure/azure-sdk-for-net/tree/AutoRest).
@@ -22,7 +22,7 @@ The Azure Management Libraries for .NET is a higher-level, object-oriented API f
* [More information](#more-information)
## Feature Availability and Road Map
-:triangular_flag_on_post: *as of Version 1.21.0*
+:triangular_flag_on_post: *as of Version 1.22.0*
@@ -575,7 +575,7 @@ var database = sqlServer.Databases.Define(databaseName)
### Latest stable release
-**1.21** release builds are available on NuGet:
+**1.22** release builds are available on NuGet:
|Azure Management Library | Package name | Stable |
|---------------------------------------------|-----------------------------------------------------|------------------------|
@@ -615,7 +615,7 @@ var database = sqlServer.Databases.Define(databaseName)
## Upgrading from older versions
-If you are migrating your code from 1.20.x to 1.21.x, you can use these release notes for [preparing your code for 1.21 from 1.20](./notes/prepare-for-1.21.md).
+If you are migrating your code from 1.21.x to 1.22.x, you can use these release notes for [preparing your code for 1.22 from 1.21](./notes/prepare-for-1.22.md).
In general, Azure Libraries for .Net follow [semantic versioning](http://semver.org/), so user code should continue working in a compatible fashion between minor versions of the same major version release train, with the following caveats:
@@ -650,6 +650,7 @@ If you would like to become an active contributor to this project please follow
| Version | SHA1 | Remarks |
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
+| 1.21 | [1.21](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.21) | Tagged release for 1.21 version of Azure management libraries |
| 1.20 | [1.20](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.20) | Tagged release for 1.20 version of Azure management libraries |
| 1.19 | [1.19](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.19) | Tagged release for 1.19 version of Azure management libraries |
| 1.18 | [1.18](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.18) | Tagged release for 1.18 version of Azure management libraries |
diff --git a/notes/prepare-for-1.22.md b/notes/prepare-for-1.22.md
new file mode 100644
index 000000000..bce826362
--- /dev/null
+++ b/notes/prepare-for-1.22.md
@@ -0,0 +1,32 @@
+# Prepare for Azure Management Libraries for .NET 1.22 #
+
+Steps to migrate code that uses Azure Management Libraries for .NET from 1.21 to 1.22 ...
+
+> If this note missed any breaking changes, please open a pull request.
+
+
+V1.21 is backwards compatible with V1.20 in the APIs intended for public use that reached the general availability (stable) stage in V1.x.
+
+Some breaking changes were introduced in APIs that were still in Beta in V1.16, as indicated by their inheritance from the `IBeta` interface.
+
+
+## Breaking changes
+
+The following methods and/or types have been changed in V1.22 compared to the previous release (V1.21):
+
+
+
+ Area/Model |
+ In V1.21 |
+ In V1.22 |
+ Remarks |
+ Ref |
+
+
+ Storage |
+ List and ListAsync for StorageUsage |
+ Removed |
+ |
+
+ |
+
\ No newline at end of file
diff --git a/src/ResourceManagement/AppService/Microsoft.Azure.Management.AppService.Fluent.csproj b/src/ResourceManagement/AppService/Microsoft.Azure.Management.AppService.Fluent.csproj
index 0e37aff81..f2d4da503 100644
--- a/src/ResourceManagement/AppService/Microsoft.Azure.Management.AppService.Fluent.csproj
+++ b/src/ResourceManagement/AppService/Microsoft.Azure.Management.AppService.Fluent.csproj
@@ -5,7 +5,7 @@
Provides App Service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.AppService.Fluent
Microsoft.Azure.Management.AppService.Fluent
Microsoft Azure App Service management;app service;web app;Fluent
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/src/ResourceManagement/AppService/Properties/AssemblyInfo.cs b/src/ResourceManagement/AppService/Properties/AssemblyInfo.cs
index 86f558d57..446ce97d5 100644
--- a/src/ResourceManagement/AppService/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/AppService/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure App Service management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Azure.Fluent/Microsoft.Azure.Management.Fluent.csproj b/src/ResourceManagement/Azure.Fluent/Microsoft.Azure.Management.Fluent.csproj
index ec19d7ca4..915d75111 100644
--- a/src/ResourceManagement/Azure.Fluent/Microsoft.Azure.Management.Fluent.csproj
+++ b/src/ResourceManagement/Azure.Fluent/Microsoft.Azure.Management.Fluent.csproj
@@ -5,7 +5,7 @@
Provides management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Fluent
Microsoft.Azure.Management.Fluent
Microsoft Azure Management Fluent;Fluent
@@ -16,30 +16,30 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/ResourceManagement/Azure.Fluent/Properties/AssemblyInfo.cs b/src/ResourceManagement/Azure.Fluent/Properties/AssemblyInfo.cs
index 6403f4f3f..7135f5075 100644
--- a/src/ResourceManagement/Azure.Fluent/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Azure.Fluent/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Rollup Management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch.Fluent.csproj b/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch.Fluent.csproj
index cdb2791d6..1d355f3f0 100644
--- a/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch.Fluent.csproj
+++ b/src/ResourceManagement/Batch/Microsoft.Azure.Management.Batch.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Batch service accounts management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Batch.Fluent
Microsoft.Azure.Management.Batch.Fluent
Microsoft Azure batch management;Fluent
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/src/ResourceManagement/Batch/Properties/AssemblyInfo.cs b/src/ResourceManagement/Batch/Properties/AssemblyInfo.cs
index 8ae0d9a2a..1f98ac3d1 100644
--- a/src/ResourceManagement/Batch/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Batch/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Batch Management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/BatchAI/Microsoft.Azure.Management.BatchAI.Fluent.csproj b/src/ResourceManagement/BatchAI/Microsoft.Azure.Management.BatchAI.Fluent.csproj
index d0e4de5b8..d5d027ee4 100644
--- a/src/ResourceManagement/BatchAI/Microsoft.Azure.Management.BatchAI.Fluent.csproj
+++ b/src/ResourceManagement/BatchAI/Microsoft.Azure.Management.BatchAI.Fluent.csproj
@@ -5,7 +5,7 @@
Provides BatchAI service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.BatchAI.Fluent
Microsoft.Azure.Management.BatchAI.Fluent
Microsoft Azure BatchAI management;batchai;Fluent
@@ -16,9 +16,9 @@
-
-
-
+
+
+
diff --git a/src/ResourceManagement/BatchAI/Properties/AssemblyInfo.cs b/src/ResourceManagement/BatchAI/Properties/AssemblyInfo.cs
index 4549ce226..c80c845b1 100644
--- a/src/ResourceManagement/BatchAI/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/BatchAI/Properties/AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure BatchAI management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn.Fluent.csproj b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn.Fluent.csproj
index 53ba4342a..c1a6cd15d 100644
--- a/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn.Fluent.csproj
+++ b/src/ResourceManagement/Cdn/Microsoft.Azure.Management.Cdn.Fluent.csproj
@@ -5,7 +5,7 @@
Provides CDN management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Cdn.Fluent
Microsoft.Azure.Management.Cdn.Fluent
Microsoft Azure CDN management;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Cdn/Properties/AssemblyInfo.cs b/src/ResourceManagement/Cdn/Properties/AssemblyInfo.cs
index c63ad3127..c50fcc491 100644
--- a/src/ResourceManagement/Cdn/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Cdn/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure CDN management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute.Fluent.csproj b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute.Fluent.csproj
index 9c9a98ea2..a9be03f12 100644
--- a/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute.Fluent.csproj
+++ b/src/ResourceManagement/Compute/Microsoft.Azure.Management.Compute.Fluent.csproj
@@ -5,7 +5,7 @@
Provides virtual machine, virtual machine extensions and availability set management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Compute.Fluent
Microsoft.Azure.Management.Compute.Fluent
Microsoft Azure Compute management;virtual machine;compute;Fluent
@@ -16,11 +16,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/ResourceManagement/Compute/Properties/AssemblyInfo.cs b/src/ResourceManagement/Compute/Properties/AssemblyInfo.cs
index d8b1f17c2..7585b728b 100644
--- a/src/ResourceManagement/Compute/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Compute/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Compute management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/ContainerInstance/Microsoft.Azure.Management.ContainerInstance.Fluent.csproj b/src/ResourceManagement/ContainerInstance/Microsoft.Azure.Management.ContainerInstance.Fluent.csproj
index 38375a93c..40b85daf6 100644
--- a/src/ResourceManagement/ContainerInstance/Microsoft.Azure.Management.ContainerInstance.Fluent.csproj
+++ b/src/ResourceManagement/ContainerInstance/Microsoft.Azure.Management.ContainerInstance.Fluent.csproj
@@ -5,7 +5,7 @@
Provides container instance management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.ContainerInstance.Fluent
Microsoft.Azure.Management.ContainerInstance.Fluent
Microsoft Azure Container Instance management;container instance;Fluent
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/src/ResourceManagement/ContainerInstance/Properties/AssemblyInfo.cs b/src/ResourceManagement/ContainerInstance/Properties/AssemblyInfo.cs
index 1de686bc6..fb2f1a8db 100644
--- a/src/ResourceManagement/ContainerInstance/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/ContainerInstance/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Container Instance management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry.Fluent.csproj b/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry.Fluent.csproj
index 100fcda3a..fa8456e90 100644
--- a/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry.Fluent.csproj
+++ b/src/ResourceManagement/ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Container Registry management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.ContainerRegistry.Fluent
Microsoft.Azure.Management.ContainerRegistry.Fluent
Microsoft Azure Container Registry management;container registry;Fluent
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/src/ResourceManagement/ContainerRegistry/Properties/AssemblyInfo.cs b/src/ResourceManagement/ContainerRegistry/Properties/AssemblyInfo.cs
index caa3f0a73..3c7cb85e7 100644
--- a/src/ResourceManagement/ContainerRegistry/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/ContainerRegistry/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Container Registry management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/ContainerService/Microsoft.Azure.Management.ContainerService.Fluent.csproj b/src/ResourceManagement/ContainerService/Microsoft.Azure.Management.ContainerService.Fluent.csproj
index c57956518..ec3143f3f 100644
--- a/src/ResourceManagement/ContainerService/Microsoft.Azure.Management.ContainerService.Fluent.csproj
+++ b/src/ResourceManagement/ContainerService/Microsoft.Azure.Management.ContainerService.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Container Service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.ContainerService.Fluent
Microsoft.Azure.Management.ContainerService.Fluent
Microsoft Azure Container Service management;container service;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/ContainerService/Properties/AssemblyInfo.cs b/src/ResourceManagement/ContainerService/Properties/AssemblyInfo.cs
index 8864ada1d..d07c50ad5 100644
--- a/src/ResourceManagement/ContainerService/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/ContainerService/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Container Service management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/CosmosDB/Microsoft.Azure.Management.CosmosDB.Fluent.csproj b/src/ResourceManagement/CosmosDB/Microsoft.Azure.Management.CosmosDB.Fluent.csproj
index f64c46715..5393e5757 100644
--- a/src/ResourceManagement/CosmosDB/Microsoft.Azure.Management.CosmosDB.Fluent.csproj
+++ b/src/ResourceManagement/CosmosDB/Microsoft.Azure.Management.CosmosDB.Fluent.csproj
@@ -5,7 +5,7 @@
Provides CosmosDB management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.CosmosDB.Fluent
Microsoft.Azure.Management.CosmosDB.Fluent
Microsoft Azure CosmosDB management;cosmosdb;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/CosmosDB/Properties/AssemblyInfo.cs b/src/ResourceManagement/CosmosDB/Properties/AssemblyInfo.cs
index 0bf13ae7b..9609d3b83 100644
--- a/src/ResourceManagement/CosmosDB/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/CosmosDB/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure CosmosDB management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns.Fluent.csproj b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns.Fluent.csproj
index a15c29716..60a109ebf 100644
--- a/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns.Fluent.csproj
+++ b/src/ResourceManagement/Dns/Microsoft.Azure.Management.Dns.Fluent.csproj
@@ -5,7 +5,7 @@
Provides DNS management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Dns.Fluent
Microsoft.Azure.Management.Dns.Fluent
Microsoft Azure DNS management;dnszone;network;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Dns/Properties/AssemblyInfo.cs b/src/ResourceManagement/Dns/Properties/AssemblyInfo.cs
index 13c44998c..c64b3b7f9 100644
--- a/src/ResourceManagement/Dns/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Dns/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure DNS management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub.Fluent.csproj b/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub.Fluent.csproj
index 8cf17254d..858a49664 100644
--- a/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub.Fluent.csproj
+++ b/src/ResourceManagement/EventHub/Microsoft.Azure.Management.EventHub.Fluent.csproj
@@ -5,7 +5,7 @@
Provides EventHub service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.EventHub.Fluent
Microsoft.Azure.Management.EventHub.Fluent
Microsoft Azure EventHub management;eventhub;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/EventHub/Properties/AssemblyInfo.cs b/src/ResourceManagement/EventHub/Properties/AssemblyInfo.cs
index 96f84395a..0f393d409 100644
--- a/src/ResourceManagement/EventHub/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/EventHub/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure EventHub management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Management.Graph.RBAC.Fluent.csproj b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Management.Graph.RBAC.Fluent.csproj
index 9b9786477..fc58a3398 100644
--- a/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Management.Graph.RBAC.Fluent.csproj
+++ b/src/ResourceManagement/Graph.RBAC/Microsoft.Azure.Management.Graph.RBAC.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Graph RBAC management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Graph.RBAC.Fluent
Microsoft.Azure.Management.Graph.RBAC.Fluent
Microsoft Azure GraphRBAC management;virtual machine;graphrbac;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Graph.RBAC/Properties/AssemblyInfo.cs b/src/ResourceManagement/Graph.RBAC/Properties/AssemblyInfo.cs
index 82ed9c5f1..a5c64ba05 100644
--- a/src/ResourceManagement/Graph.RBAC/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Graph.RBAC/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Graph RBAC management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/KeyVault/Microsoft.Azure.Management.KeyVault.Fluent.csproj b/src/ResourceManagement/KeyVault/Microsoft.Azure.Management.KeyVault.Fluent.csproj
index 057cc5a90..c468148a2 100644
--- a/src/ResourceManagement/KeyVault/Microsoft.Azure.Management.KeyVault.Fluent.csproj
+++ b/src/ResourceManagement/KeyVault/Microsoft.Azure.Management.KeyVault.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Key Vault service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.KeyVault.Fluent
Microsoft.Azure.Management.KeyVault.Fluent
Microsoft Azure Key Vault management;key vault;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/KeyVault/Properties/AssemblyInfo.cs b/src/ResourceManagement/KeyVault/Properties/AssemblyInfo.cs
index 9cfa619d7..f66e5ae5e 100644
--- a/src/ResourceManagement/KeyVault/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/KeyVault/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Key Vault management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Locks/Microsoft.Azure.Management.Locks.Fluent.csproj b/src/ResourceManagement/Locks/Microsoft.Azure.Management.Locks.Fluent.csproj
index db35d6101..c5671c2d0 100644
--- a/src/ResourceManagement/Locks/Microsoft.Azure.Management.Locks.Fluent.csproj
+++ b/src/ResourceManagement/Locks/Microsoft.Azure.Management.Locks.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Locks service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Locks.Fluent
Microsoft.Azure.Management.Locks.Fluent
Microsoft Azure Locks management;locks;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Locks/Properties/AssemblyInfo.cs b/src/ResourceManagement/Locks/Properties/AssemblyInfo.cs
index 74a3199a8..31187626c 100644
--- a/src/ResourceManagement/Locks/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Locks/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@
[assembly: AssemblyDescription("Provides Microsoft Locks service management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Monitor/Microsoft.Azure.Management.Monitor.Fluent.csproj b/src/ResourceManagement/Monitor/Microsoft.Azure.Management.Monitor.Fluent.csproj
index 37d77376d..2d1866efa 100755
--- a/src/ResourceManagement/Monitor/Microsoft.Azure.Management.Monitor.Fluent.csproj
+++ b/src/ResourceManagement/Monitor/Microsoft.Azure.Management.Monitor.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Monitor service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Monitor.Fluent
Microsoft.Azure.Management.Monitor.Fluent
Microsoft Azure Monitor management;monitor;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Monitor/Properties/AssemblyInfo.cs b/src/ResourceManagement/Monitor/Properties/AssemblyInfo.cs
index fb0bb603b..12113f198 100755
--- a/src/ResourceManagement/Monitor/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Monitor/Properties/AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Monitor management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Msi/Microsoft.Azure.Management.Msi.Fluent.csproj b/src/ResourceManagement/Msi/Microsoft.Azure.Management.Msi.Fluent.csproj
index 3738ae461..516a7a100 100644
--- a/src/ResourceManagement/Msi/Microsoft.Azure.Management.Msi.Fluent.csproj
+++ b/src/ResourceManagement/Msi/Microsoft.Azure.Management.Msi.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Managed Service Identity Management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Msi.Fluent
Microsoft.Azure.Management.Msi.Fluent
Microsoft Azure Managed Service Identity management;msi;system assigned msi;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Msi/Properties/AssemblyInfo.cs b/src/ResourceManagement/Msi/Properties/AssemblyInfo.cs
index e6e7c2475..e5bb79b20 100644
--- a/src/ResourceManagement/Msi/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Msi/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Managed Service Identity Management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network.Fluent.csproj b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network.Fluent.csproj
index f3068301a..9687cfb83 100644
--- a/src/ResourceManagement/Network/Microsoft.Azure.Management.Network.Fluent.csproj
+++ b/src/ResourceManagement/Network/Microsoft.Azure.Management.Network.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Network management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Network.Fluent
Microsoft.Azure.Management.Network.Fluent
Microsoft Azure Network management;virtual network;network;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Network/Properties/AssemblyInfo.cs b/src/ResourceManagement/Network/Properties/AssemblyInfo.cs
index 421de6526..9b16cd93b 100644
--- a/src/ResourceManagement/Network/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Network/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Network management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis.Fluent.csproj b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis.Fluent.csproj
index a420bc1dd..71e39fd91 100644
--- a/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis.Fluent.csproj
+++ b/src/ResourceManagement/RedisCache/Microsoft.Azure.Management.Redis.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Redis cache service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Redis.Fluent
Microsoft.Azure.Management.Redis.Fluent
Microsoft Azure Redis Cache management;redis management;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/RedisCache/Properties/AssemblyInfo.cs b/src/ResourceManagement/RedisCache/Properties/AssemblyInfo.cs
index 891ae895c..477a9e991 100644
--- a/src/ResourceManagement/RedisCache/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/RedisCache/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Redis Cache management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/ResourceManager/Microsoft.Azure.Management.ResourceManager.Fluent.csproj b/src/ResourceManagement/ResourceManager/Microsoft.Azure.Management.ResourceManager.Fluent.csproj
index c1de10cf5..89f572402 100644
--- a/src/ResourceManagement/ResourceManager/Microsoft.Azure.Management.ResourceManager.Fluent.csproj
+++ b/src/ResourceManagement/ResourceManager/Microsoft.Azure.Management.ResourceManager.Fluent.csproj
@@ -5,7 +5,7 @@
Provides resource group and resource management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.ResourceManager.Fluent
Microsoft.Azure.Management.ResourceManager.Fluent
Microsoft Azure Resource Manager;resource;Fluent
diff --git a/src/ResourceManagement/ResourceManager/Properties/AssemblyInfo.cs b/src/ResourceManagement/ResourceManager/Properties/AssemblyInfo.cs
index c56dd645c..568b962a7 100644
--- a/src/ResourceManagement/ResourceManager/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/ResourceManager/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Resource Manager management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Search/Microsoft.Azure.Management.Search.Fluent.csproj b/src/ResourceManagement/Search/Microsoft.Azure.Management.Search.Fluent.csproj
index 58187077d..736fe4a1b 100644
--- a/src/ResourceManagement/Search/Microsoft.Azure.Management.Search.Fluent.csproj
+++ b/src/ResourceManagement/Search/Microsoft.Azure.Management.Search.Fluent.csproj
@@ -5,7 +5,7 @@
Provides search service accounts management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Search.Fluent
Microsoft.Azure.Management.Search.Fluent
Microsoft Azure search management;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Search/Properties/AssemblyInfo.cs b/src/ResourceManagement/Search/Properties/AssemblyInfo.cs
index 3ba5e421b..32c351da9 100644
--- a/src/ResourceManagement/Search/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Search/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Search Management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus.Fluent.csproj b/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus.Fluent.csproj
index a04b2cce5..79723b747 100644
--- a/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus.Fluent.csproj
+++ b/src/ResourceManagement/ServiceBus/Microsoft.Azure.Management.ServiceBus.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Service Bus management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.ServiceBus.Fluent
Microsoft.Azure.Management.ServiceBus.Fluent
Microsoft Azure Service Bus management;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/ServiceBus/Properties/AssemblyInfo.cs b/src/ResourceManagement/ServiceBus/Properties/AssemblyInfo.cs
index 593154866..4e1ca3fb2 100644
--- a/src/ResourceManagement/ServiceBus/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/ServiceBus/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure ServiceBus management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/Sql/Microsoft.Azure.Management.Sql.Fluent.csproj b/src/ResourceManagement/Sql/Microsoft.Azure.Management.Sql.Fluent.csproj
index a3d0f6480..5778d574f 100644
--- a/src/ResourceManagement/Sql/Microsoft.Azure.Management.Sql.Fluent.csproj
+++ b/src/ResourceManagement/Sql/Microsoft.Azure.Management.Sql.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Sql management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Sql.Fluent
Microsoft.Azure.Management.Sql.Fluent
Microsoft Azure Sql management;Fluent
@@ -16,8 +16,8 @@
-
-
+
+
diff --git a/src/ResourceManagement/Sql/Properties/AssemblyInfo.cs b/src/ResourceManagement/Sql/Properties/AssemblyInfo.cs
index bbffd32ad..999e0cc08 100644
--- a/src/ResourceManagement/Sql/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Sql/Properties/AssemblyInfo.cs
@@ -15,7 +15,7 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage.Fluent.csproj b/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage.Fluent.csproj
index 52525bdf4..bb9e04782 100644
--- a/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage.Fluent.csproj
+++ b/src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Storage service management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.Storage.Fluent
Microsoft.Azure.Management.Storage.Fluent
Microsoft Azure Storage management;storage accounts;storage;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/Storage/Properties/AssemblyInfo.cs b/src/ResourceManagement/Storage/Properties/AssemblyInfo.cs
index 006775d5b..0df96297e 100644
--- a/src/ResourceManagement/Storage/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/Storage/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Storage management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
diff --git a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager.Fluent.csproj b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager.Fluent.csproj
index d68106a48..c9b9181bb 100644
--- a/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager.Fluent.csproj
+++ b/src/ResourceManagement/TrafficManager/Microsoft.Azure.Management.TrafficManager.Fluent.csproj
@@ -5,7 +5,7 @@
Provides Traffic Manager management (Fluent) capabilities for Microsoft Azure.
- 1.21.0
+ 1.22.0
Microsoft.Azure.Management.TrafficManager.Fluent
Microsoft.Azure.Management.TrafficManager.Fluent
Microsoft Azure Traffic Manager management;trafficmanager;Fluent
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManagement/TrafficManager/Properties/AssemblyInfo.cs b/src/ResourceManagement/TrafficManager/Properties/AssemblyInfo.cs
index 39d4a056e..3c4ed1ac2 100644
--- a/src/ResourceManagement/TrafficManager/Properties/AssemblyInfo.cs
+++ b/src/ResourceManagement/TrafficManager/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure Traffic Manager management APIs.")]
[assembly: AssemblyVersion("1.0.0.60")]
-[assembly: AssemblyFileVersion("1.21.0.0")]
+[assembly: AssemblyFileVersion("1.22.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]