diff --git a/README.md b/README.md
index 1959c91aa..4e4691282 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.13). If you are looking for other releases, see [More Information](#more-information)
+This README is based on the released stable version (1.14). 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.13*
+:triangular_flag_on_post: *as of Version 1.14*
@@ -572,7 +572,7 @@ var database = sqlServer.Databases.Define(databaseName)
### Latest stable release
-**1.13** release builds are available on NuGet:
+**1.14** release builds are available on NuGet:
|Azure Management Library | Package name | Stable |
|---------------------------------------------|-----------------------------------------------------|------------------------|
@@ -612,7 +612,7 @@ var database = sqlServer.Databases.Define(databaseName)
## Upgrading from older versions
-If you are migrating your code from 1.11.x to 1.13.x, you can use these release notes for [preparing your code for 1.13 from 1.11](./notes/prepare-for-1.13.md).
+If you are migrating your code from 1.11.x to 1.14.x, you can use these release notes for [preparing your code for 1.14 from 1.13](./notes/prepare-for-1.14.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:
@@ -647,6 +647,7 @@ If you would like to become an active contributor to this project please follow
| Version | SHA1 | Remarks |
|-------------------|-------------------------------------------------------------------------------------------|-------------------------------------------------------|
+| 1.14 | [1.14](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.14) | Tagged release for 1.14 version of Azure management libraries |
| 1.13 | [1.13](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.13) | Tagged release for 1.13 version of Azure management libraries |
| 1.11 | [1.11](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.11) | Tagged release for 1.11 version of Azure management libraries |
| 1.10 | [1.10](https://github.com/Azure/azure-libraries-for-net/releases/tag/Fluent-v1.10) | Tagged release for 1.10 version of Azure management libraries |
diff --git a/notes/prepare-for-1.14.md b/notes/prepare-for-1.14.md
new file mode 100644
index 000000000..a1a21d153
--- /dev/null
+++ b/notes/prepare-for-1.14.md
@@ -0,0 +1,10 @@
+# Prepare for Azure Management Libraries for .NET 1.14 #
+
+Steps to migrate code that uses Azure Management Libraries for .NET from 1.13 to 1.14 ...
+
+> If this note missed any breaking changes, please open a pull request.
+
+
+V1.14 is backwards compatible with V1.10 in the APIs intended for public use that reached the general availability (stable) stage in V1.x with a few exceptions in the SQL management library (though these changes will have minimal impact on the developer).
+
+Some breaking changes were introduced in APIs that were still in Beta in V1.13, as indicated by their inheritance from the `IBeta` interface.
diff --git a/src/ResourceManagement/AppService/Microsoft.Azure.Management.AppService.Fluent.csproj b/src/ResourceManagement/AppService/Microsoft.Azure.Management.AppService.Fluent.csproj
index 5935dfbfb..b9295de04 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.13.0
+ 1.14.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 90fbb3ca2..419936a55 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 7719b2374..ba4081165 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.13.0
+ 1.14.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 70901dc7f..5dbdf1938 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 1cd266f81..d0abefca0 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.13.0
+ 1.14.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 c36deb2ff..0671016fc 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 aa0f860af..ee263192e 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.13.0
+ 1.14.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 d37a87b0e..727c9adda 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 b0fb472fb..0a81e659a 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.13.0
+ 1.14.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 5c46e72e2..3b88b68c0 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 e3710c898..919ff7ebf 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.13.0
+ 1.14.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 2ca760cfd..04df80251 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 0c78dc7ef..76d22e58c 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.13.0
+ 1.14.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 1bd95aaa2..6a9ca7564 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 bff58ee93..430591b72 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.13.0
+ 1.14.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 a12ee611b..b6d43ca1d 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 e3b04057e..4dd6c2ad0 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.13.0
+ 1.14.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 bfa1398aa..4f68bb5b7 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 f0bc13a53..6218b70c9 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.13.0
+ 1.14.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 0bb89b35c..2b03e12ab 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 af3427a98..575ac58fe 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.13.0
+ 1.14.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 a0c047cf8..12090bdd8 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 7c50ec838..56b5de8ad 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.13.0
+ 1.14.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 c57aca481..47dc59c44 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 93641d12e..fbaf7d0fe 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.13.0
+ 1.14.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 41fdb0c06..9662eead2 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 b8c9103f7..dbf5fa4ea 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.13.0
+ 1.14.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 e04cadcb9..fc44bd70e 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 136a6b187..6fa9680e8 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.13.0
+ 1.14.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 25dea6733..b84f7917e 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 d98c039a2..1842794f7 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.13.0
+ 1.14.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 e014fcd30..91c30df77 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 42ebcfd33..b830dafec 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.13.0
+ 1.14.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 3db4235c0..1eeb83729 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 00d1a97ca..3de65c3b3 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.13.0
+ 1.14.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 a4da5dcf9..1ef8c2c76 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 fdae92147..0b3c33647 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.13.0
+ 1.14.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 9cf833304..016f93a15 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 c09a64134..889394eae 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.13.0
+ 1.14.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 e2bb6b972..495d056d7 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 89bfa1ff9..e06a68be5 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.13.0
+ 1.14.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 011507cc4..ad97a5ed9 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 37482f7e7..92e5a78ac 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.13.0
+ 1.14.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 0c307ae2d..902ca2678 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 14a2cb5ac..47eb45a34 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.13.0
+ 1.14.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 307bacffc..02b367fd9 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 43dad5356..33d6b2c57 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.13.0
+ 1.14.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 5d50fdb5b..4f42f8878 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.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 c928d4412..0739237f1 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.13.0
+ 1.14.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 b5115daa0..9419044df 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.13.0.0")]
+[assembly: AssemblyFileVersion("1.14.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]