diff --git a/ChangeLog.md b/ChangeLog.md
index 76bf06d02884..7e4a77bef9cc 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,4 +1,4 @@
-##2016.03.08 version 1.3.0
+##2016.03.08 version 1.3.0
* Azure LogicApp: New cmdlets for managing LogicApps
* Get-AzureLogicAppAccessKey
* Get-AzureLogicApp
@@ -22,6 +22,11 @@
- New-AzureStorageShareSASToken
- New-AzureStorageQueueSASToken
- New-AzureStorageTableSASToken
+* Azure SQL DB Backup/restore
+ * Get-AzureRmSqlDatabaseGeoBackup
+ * Get-AzureRmSqlDeletedDatabaseBackup
+ * Restore-AzureRmSqlDatabase
+ * This cmdlet accepts as pipelined input the result of one of the first two cmdlets (or Get-AzureRmSqlDatabase if restoring a live DB to a point-in-time)
## 2016.02.04 version 1.2.1
* Fix installer issue - remove PSGallery modules on install
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj
index ff40cad72bba..7c9040d9712a 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/Commands.ApiManagement.ServiceManagement.csproj
@@ -91,7 +91,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config
index a490781ab585..d7f5ae61aee9 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj
index 6bfbc20092ae..0632ec4c00c8 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj
@@ -88,7 +88,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config
index fcdb6094109b..6f6dec3b319b 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/packages.config
@@ -15,7 +15,7 @@
-
+
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj b/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj
index 27d3d6a22d63..b35416f56b64 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement/Commands.ApiManagement.csproj
@@ -95,7 +95,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config b/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config
index a490781ab585..d7f5ae61aee9 100644
--- a/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj
index 757264d61260..b84315d6e3dc 100644
--- a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj
+++ b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj
@@ -88,7 +88,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config
index 7567457ee839..b12f925d6336 100644
--- a/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config
+++ b/src/ResourceManager/ApiManagement/Commands.SMAPI.Test/packages.config
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
index e828fa31ffe0..496ed4aefcf6 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
@@ -87,7 +87,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/packages.config b/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
index 977ecc5028d0..47669e1eb6e2 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
@@ -12,7 +12,7 @@
-
+
diff --git a/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj b/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
index d975c5b84217..fe1855d46396 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
+++ b/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
@@ -85,7 +85,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Automation/Commands.Automation/packages.config b/src/ResourceManager/Automation/Commands.Automation/packages.config
index 6ec3abbf6edc..797e9d57dd6f 100644
--- a/src/ResourceManager/Automation/Commands.Automation/packages.config
+++ b/src/ResourceManager/Automation/Commands.Automation/packages.config
@@ -11,7 +11,7 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj
index e90a7323df9b..b2b62bdc097c 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/Commands.AzureBackup.Test.csproj
@@ -72,7 +72,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config
index aab0a2c74107..ed1ab791a440 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup.Test/packages.config
@@ -13,7 +13,7 @@
-
+
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj b/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj
index f760e0c830ef..c4de70a8c2c4 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup/Commands.AzureBackup.csproj
@@ -73,7 +73,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config b/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config
index 843ab83f79dd..08c86a055067 100644
--- a/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config
+++ b/src/ResourceManager/AzureBackup/Commands.AzureBackup/packages.config
@@ -11,7 +11,7 @@
-
+
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj b/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj
index 81b1acb2ee35..c544dc9f90e4 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj
+++ b/src/ResourceManager/AzureBatch/Commands.Batch.Test/Commands.Batch.Test.csproj
@@ -99,7 +99,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config b/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config
index 55019721b189..cb061576d145 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config
+++ b/src/ResourceManager/AzureBatch/Commands.Batch.Test/packages.config
@@ -20,7 +20,7 @@
-
+
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj b/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj
index 326ee27a2bd9..e9f788090696 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj
+++ b/src/ResourceManager/AzureBatch/Commands.Batch/Commands.Batch.csproj
@@ -86,7 +86,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/AzureBatch/Commands.Batch/packages.config b/src/ResourceManager/AzureBatch/Commands.Batch/packages.config
index e5bfcaa3f139..7db956ba467d 100644
--- a/src/ResourceManager/AzureBatch/Commands.Batch/packages.config
+++ b/src/ResourceManager/AzureBatch/Commands.Batch/packages.config
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Commands.AzureStackAdmin.csproj b/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Commands.AzureStackAdmin.csproj
index e7c94c5617d3..011c261aac5f 100644
--- a/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Commands.AzureStackAdmin.csproj
+++ b/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/Commands.AzureStackAdmin.csproj
@@ -61,7 +61,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/packages.config b/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/packages.config
index c30e7289f5f6..0b5f89a2b553 100644
--- a/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/packages.config
+++ b/src/ResourceManager/AzureStackAdmin/Commands.AzureStackAdmin/packages.config
@@ -7,6 +7,6 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/Commands.AzureStackStorage.csproj b/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/Commands.AzureStackStorage.csproj
index 2d8abb91db26..d9434e32cfcb 100644
--- a/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/Commands.AzureStackStorage.csproj
+++ b/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/Commands.AzureStackStorage.csproj
@@ -60,7 +60,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/packages.config b/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/packages.config
index afa7365cda98..e171873f8f51 100644
--- a/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/packages.config
+++ b/src/ResourceManager/AzureStackStorage/Commands.AzureStackStorage/packages.config
@@ -15,7 +15,7 @@
-
+
diff --git a/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj b/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj
index 423348f2e5b8..a1178cb73435 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj
+++ b/src/ResourceManager/Compute/Commands.Compute/Commands.Compute.csproj
@@ -116,7 +116,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/SetAzureRmVMAEMExtension.cs b/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/SetAzureRmVMAEMExtension.cs
index 5f56806ef259..fe911b650955 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/SetAzureRmVMAEMExtension.cs
+++ b/src/ResourceManager/Compute/Commands.Compute/Extension/AEM/SetAzureRmVMAEMExtension.cs
@@ -296,6 +296,7 @@ public override void ExecuteCmdlet()
if (wadstorage == null)
{
this._Helper.WriteError("A Standard Storage Account is required.");
+ return;
}
selectedVM = SetAzureVMDiagnosticsExtensionC(selectedVM, wadstorage.Key, wadstorage.Value);
@@ -337,7 +338,7 @@ public override void ExecuteCmdlet()
}).GetAwaiter().GetResult();
this._Helper.WriteHost("[INFO] Azure Enhanced Monitoring Extension for SAP configuration updated. It can take up to 15 Minutes for the monitoring data to appear in the SAP system.");
- this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-VMConfigForSAP_GUI commandlet.");
+ this._Helper.WriteHost("[INFO] You can check the configuration of a virtual machine by calling the Test-AzureRmVMAEMExtension commandlet.");
var result = Mapper.Map(op);
WriteObject(result);
diff --git a/src/ResourceManager/Compute/Commands.Compute/packages.config b/src/ResourceManager/Compute/Commands.Compute/packages.config
index a1c904ac7ca6..03daf234ff28 100644
--- a/src/ResourceManager/Compute/Commands.Compute/packages.config
+++ b/src/ResourceManager/Compute/Commands.Compute/packages.config
@@ -22,7 +22,7 @@
-
+
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj
index df5e304066e9..4da333ebb84d 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/Commands.DataFactories.Test.csproj
@@ -107,7 +107,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config
index 1857ee954e6e..5faf69fbf99b 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories.Test/packages.config
@@ -20,7 +20,7 @@
-
+
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj b/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj
index bbcf54ceb05c..80a73e3d9b65 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories/Commands.DataFactories.csproj
@@ -99,7 +99,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config b/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config
index bd7faa8b4226..69f276d6e7a6 100644
--- a/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config
+++ b/src/ResourceManager/DataFactories/Commands.DataFactories/packages.config
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj
index b0d067d2a8b7..0fe518a912f1 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/Commands.DataLakeAnalytics.Test.csproj
@@ -99,7 +99,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config
index ceacf810487e..4bd26af66c7c 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics.Test/packages.config
@@ -17,7 +17,7 @@
-
+
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj
index cbaca38ab43e..2309bb7b38df 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/Commands.DataLakeAnalytics.csproj
@@ -74,7 +74,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config
index 5628b8ae6f9a..b4f7dff4728a 100644
--- a/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config
+++ b/src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/packages.config
@@ -13,7 +13,7 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj
index 71b8e4dcd185..44eb26171a68 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/Commands.DataLakeStore.Test.csproj
@@ -91,7 +91,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config
index ae3a7e143772..7c780b93e5c2 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore.Test/packages.config
@@ -15,7 +15,7 @@
-
+
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj
index eb2469f28e4e..802d214742c8 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/Commands.DataLakeStore.csproj
@@ -74,7 +74,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
index de19739a30eb..73d27303da8a 100644
--- a/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
+++ b/src/ResourceManager/DataLakeStore/Commands.DataLakeStore/packages.config
@@ -13,7 +13,7 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj b/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj
index fe6e45364641..dd609ef5ed14 100644
--- a/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj
+++ b/src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj
@@ -83,7 +83,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Dns/Commands.Dns.Test/packages.config b/src/ResourceManager/Dns/Commands.Dns.Test/packages.config
index bd1cb46edab1..701a14c7ec0a 100644
--- a/src/ResourceManager/Dns/Commands.Dns.Test/packages.config
+++ b/src/ResourceManager/Dns/Commands.Dns.Test/packages.config
@@ -13,7 +13,7 @@
-
+
diff --git a/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj b/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj
index 2d8e724c8670..5f31db6a8c0e 100644
--- a/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj
+++ b/src/ResourceManager/Dns/Commands.Dns/Commands.Dns.csproj
@@ -132,7 +132,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Dns/Commands.Dns/packages.config b/src/ResourceManager/Dns/Commands.Dns/packages.config
index 0eef3ed320b6..305d254f1809 100644
--- a/src/ResourceManager/Dns/Commands.Dns/packages.config
+++ b/src/ResourceManager/Dns/Commands.Dns/packages.config
@@ -15,7 +15,7 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
index 548e0e59f96d..243ab2aa9312 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/Commands.HDInsight.Test.csproj
@@ -97,7 +97,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config
index fe4fbb2b0675..946cf72e0886 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight.Test/packages.config
@@ -21,7 +21,7 @@
-
+
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
index 3bbaf486fa32..c645d035df66 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj
@@ -157,7 +157,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config b/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config
index e0d6d314832b..021a6615e109 100644
--- a/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config
+++ b/src/ResourceManager/HDInsight/Commands.HDInsight/packages.config
@@ -17,7 +17,7 @@
-
+
diff --git a/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj b/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj
index 2f8bb379ac60..2aba9868db10 100644
--- a/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj
+++ b/src/ResourceManager/Insights/Commands.Insights.Test/Commands.Insights.Test.csproj
@@ -87,7 +87,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Insights/Commands.Insights.Test/packages.config b/src/ResourceManager/Insights/Commands.Insights.Test/packages.config
index 2679ffcb83ab..b7456da58e70 100644
--- a/src/ResourceManager/Insights/Commands.Insights.Test/packages.config
+++ b/src/ResourceManager/Insights/Commands.Insights.Test/packages.config
@@ -17,7 +17,7 @@
-
+
diff --git a/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj b/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj
index 175035bd8350..9586fc91fc38 100644
--- a/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj
+++ b/src/ResourceManager/Insights/Commands.Insights/Commands.Insights.csproj
@@ -85,7 +85,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Insights/Commands.Insights/packages.config b/src/ResourceManager/Insights/Commands.Insights/packages.config
index 9c7cd7c9951f..fea9e12864d7 100644
--- a/src/ResourceManager/Insights/Commands.Insights/packages.config
+++ b/src/ResourceManager/Insights/Commands.Insights/packages.config
@@ -15,7 +15,7 @@
-
+
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj
index df3d2d2d989b..6241b3a05882 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/Commands.KeyVault.Test.csproj
@@ -104,7 +104,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config
index 12bb521e9191..9a3435e8132b 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault.Test/packages.config
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj
index 9fb2f317ed78..cbe20cfa07f6 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault/Commands.KeyVault.csproj
@@ -164,7 +164,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config b/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config
index a5e7d48bf9cf..5b75fd157dfc 100644
--- a/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config
+++ b/src/ResourceManager/KeyVault/Commands.KeyVault/packages.config
@@ -18,7 +18,7 @@
-
+
diff --git a/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj b/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj
index 42671c6debd5..c2ba252dcbd8 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj
+++ b/src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj
@@ -227,7 +227,10 @@
Always
-
+
+ Always
+
+
Always
@@ -314,6 +317,12 @@
Always
+
+ Always
+
+
+ Always
+
Always
diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.cs b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.cs
index ef973bc2ee67..f8d982e4328c 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.cs
+++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.cs
@@ -26,11 +26,18 @@ public void TestExpressRouteCircuitCRUD()
NetworkResourcesController.NewInstance.RunPsTest("Test-ExpressRouteCircuitCRUD");
}
- [Fact(Skip = "Rerecord tests")]
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestExpressRouteCircuitPrivatePublicPeeringCRUD()
+ {
+ NetworkResourcesController.NewInstance.RunPsTest("Test-ExpressRouteCircuitPrivatePublicPeeringCRUD");
+ }
+
+ [Fact]
[Trait(Category.AcceptanceType, Category.CheckIn)]
- public void TestExpressRouteCircuitPeeringCRUD()
+ public void TestExpressRouteCircuitMicrosoftPeeringCRUD()
{
- NetworkResourcesController.NewInstance.RunPsTest("Test-ExpressRouteCircuitPeeringCRUD");
+ NetworkResourcesController.NewInstance.RunPsTest("Test-ExpressRouteCircuitMicrosoftPeeringCRUD");
}
[Fact]
diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.ps1 b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.ps1
index df5c63c23ea0..0cc91c7d85c1 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.ps1
+++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ExpressRouteCircuitTests.ps1
@@ -27,74 +27,74 @@ function Test-ExpressRouteCircuitCRUD
$location = "brazilSouth"
try
{
- # Create the resource group
- $resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation
-
- # Create the ExpressRouteCircuit
+ # Create the resource group
+ $resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation
+
+ # Create the ExpressRouteCircuit
$circuit = New-AzureRmExpressRouteCircuit -Name $circuitName -Location $location -ResourceGroupName $rgname -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "equinix" -PeeringLocation "Silicon Valley" -BandwidthInMbps 500;
-
- # get Circuit
- $getCircuit = Get-AzureRmExpressRouteCircuit -Name $circuitName -ResourceGroupName $rgname
+
+ # get Circuit
+ $getCircuit = Get-AzureRmExpressRouteCircuit -Name $circuitName -ResourceGroupName $rgname
- #verification
- Assert-AreEqual $rgName $getCircuit.ResourceGroupName
- Assert-AreEqual $circuitName $getCircuit.Name
- Assert-NotNull $getCircuit.Location
- Assert-NotNull $getCircuit.Etag
- Assert-AreEqual 0 @($getCircuit.Peerings).Count
- Assert-AreEqual "Standard_MeteredData" $getCircuit.Sku.Name
- Assert-AreEqual "Standard" $getCircuit.Sku.Tier
- Assert-AreEqual "MeteredData" $getCircuit.Sku.Family
- Assert-AreEqual "equinix" $getCircuit.ServiceProviderProperties.ServiceProviderName
- Assert-AreEqual "Silicon Valley" $getCircuit.ServiceProviderProperties.PeeringLocation
- Assert-AreEqual "500" $getCircuit.ServiceProviderProperties.BandwidthInMbps
+ #verification
+ Assert-AreEqual $rgName $getCircuit.ResourceGroupName
+ Assert-AreEqual $circuitName $getCircuit.Name
+ Assert-NotNull $getCircuit.Location
+ Assert-NotNull $getCircuit.Etag
+ Assert-AreEqual 0 @($getCircuit.Peerings).Count
+ Assert-AreEqual "Standard_MeteredData" $getCircuit.Sku.Name
+ Assert-AreEqual "Standard" $getCircuit.Sku.Tier
+ Assert-AreEqual "MeteredData" $getCircuit.Sku.Family
+ Assert-AreEqual "equinix" $getCircuit.ServiceProviderProperties.ServiceProviderName
+ Assert-AreEqual "Silicon Valley" $getCircuit.ServiceProviderProperties.PeeringLocation
+ Assert-AreEqual "500" $getCircuit.ServiceProviderProperties.BandwidthInMbps
- # list
- $list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
- Assert-AreEqual 1 @($list).Count
- Assert-AreEqual $list[0].ResourceGroupName $getCircuit.ResourceGroupName
- Assert-AreEqual $list[0].Name $getCircuit.Name
- Assert-AreEqual $list[0].Location $getCircuit.Location
- Assert-AreEqual $list[0].Etag $getCircuit.Etag
- Assert-AreEqual @($list[0].Peerings).Count @($getCircuit.Peerings).Count
+ # list
+ $list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
+ Assert-AreEqual 1 @($list).Count
+ Assert-AreEqual $list[0].ResourceGroupName $getCircuit.ResourceGroupName
+ Assert-AreEqual $list[0].Name $getCircuit.Name
+ Assert-AreEqual $list[0].Location $getCircuit.Location
+ Assert-AreEqual $list[0].Etag $getCircuit.Etag
+ Assert-AreEqual @($list[0].Peerings).Count @($getCircuit.Peerings).Count
# set
- $getCircuit.ServiceProviderProperties.BandwidthInMbps = 1000
- $getCircuit.Sku.Tier = "Premium"
- $getCircuit.Sku.Family = "UnlimitedData"
+ $getCircuit.ServiceProviderProperties.BandwidthInMbps = 1000
+ $getCircuit.Sku.Tier = "Premium"
+ $getCircuit.Sku.Family = "UnlimitedData"
- $getCircuit = Set-AzureRmExpressRouteCircuit -ExpressRouteCircuit $getCircuit
- Assert-AreEqual $rgName $getCircuit.ResourceGroupName
- Assert-AreEqual $circuitName $getCircuit.Name
- Assert-NotNull $getCircuit.Location
- Assert-NotNull $getCircuit.Etag
- Assert-AreEqual 0 @($getCircuit.Peerings).Count
- Assert-AreEqual "Standard_MeteredData" $getCircuit.Sku.Name
- Assert-AreEqual "Premium" $getCircuit.Sku.Tier
- Assert-AreEqual "UnlimitedData" $getCircuit.Sku.Family
- Assert-AreEqual "equinix" $getCircuit.ServiceProviderProperties.ServiceProviderName
- Assert-AreEqual "Silicon Valley" $getCircuit.ServiceProviderProperties.PeeringLocation
- Assert-AreEqual "1000" $getCircuit.ServiceProviderProperties.BandwidthInMbps
+ $getCircuit = Set-AzureRmExpressRouteCircuit -ExpressRouteCircuit $getCircuit
+ Assert-AreEqual $rgName $getCircuit.ResourceGroupName
+ Assert-AreEqual $circuitName $getCircuit.Name
+ Assert-NotNull $getCircuit.Location
+ Assert-NotNull $getCircuit.Etag
+ Assert-AreEqual 0 @($getCircuit.Peerings).Count
+ Assert-AreEqual "Standard_MeteredData" $getCircuit.Sku.Name
+ Assert-AreEqual "Premium" $getCircuit.Sku.Tier
+ Assert-AreEqual "UnlimitedData" $getCircuit.Sku.Family
+ Assert-AreEqual "equinix" $getCircuit.ServiceProviderProperties.ServiceProviderName
+ Assert-AreEqual "Silicon Valley" $getCircuit.ServiceProviderProperties.PeeringLocation
+ Assert-AreEqual "1000" $getCircuit.ServiceProviderProperties.BandwidthInMbps
- # Delete Circuit
- $delete = Remove-AzureRmExpressRouteCircuit -ResourceGroupName $rgname -name $circuitName -PassThru -Force
- Assert-AreEqual true $delete
-
- $list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
- Assert-AreEqual 0 @($list).Count
+ # Delete Circuit
+ $delete = Remove-AzureRmExpressRouteCircuit -ResourceGroupName $rgname -name $circuitName -PassThru -Force
+ Assert-AreEqual true $delete
+
+ $list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
+ Assert-AreEqual 0 @($list).Count
}
finally
{
- # Cleanup
- Clean-ResourceGroup $rgname
+ # Cleanup
+ Clean-ResourceGroup $rgname
}
}
<#
.SYNOPSIS
-Tests ExpressRouteCircuitPeeringCRUD.
+Tests ExpressRouteCircuitPeeringCRUD for private peering and public peering
#>
-function Test-ExpressRouteCircuitPeeringCRUD
+function Test-ExpressRouteCircuitPrivatePublicPeeringCRUD
{
# Setup
$rgname = Get-ResourceGroupName
@@ -107,11 +107,11 @@ function Test-ExpressRouteCircuitPeeringCRUD
{
# Create the resource group
$resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation
-
+
# Create the ExpressRouteCircuit with peering
- $peering = New-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePrivatePeering -PeeringType AzurePrivatePeering -PeerASN 100 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 200
- $circuit = New-AzureRmExpressRouteCircuit -Name $circuitName -Location $location -ResourceGroupName $rgname -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "equinix" -PeeringLocation "Silicon Valley" -BandwidthInMbps 1000 -Peering $peering
-
+ $peering = New-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePrivatePeering -PeeringType AzurePrivatePeering -PeerASN 100 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 22
+ $circuit = New-AzureRmExpressRouteCircuit -Name $circuitName -Location $location -ResourceGroupName $rgname -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "equinix" -PeeringLocation "Silicon Valley" -BandwidthInMbps 1000 -Peering $peering
+
#verification
Assert-AreEqual $rgName $circuit.ResourceGroupName
Assert-AreEqual $circuitName $circuit.Name
@@ -124,15 +124,15 @@ function Test-ExpressRouteCircuitPeeringCRUD
Assert-AreEqual "equinix" $circuit.ServiceProviderProperties.ServiceProviderName
Assert-AreEqual "Silicon Valley" $circuit.ServiceProviderProperties.PeeringLocation
Assert-AreEqual "1000" $circuit.ServiceProviderProperties.BandwidthInMbps
-
+
# Verify the peering
- Assert-AreEqual "AzurePrivatePeering" $circuit.Peerings[0].Name
- Assert-AreEqual "AzurePrivatePeering" $circuit.Peerings[0].PeeringType
+ Assert-AreEqual "AzurePrivatePeering" $circuit.Peerings[0].Name
+ Assert-AreEqual "AzurePrivatePeering" $circuit.Peerings[0].PeeringType
Assert-AreEqual "100" $circuit.Peerings[0].PeerASN
Assert-AreEqual "192.168.1.0/30" $circuit.Peerings[0].PrimaryPeerAddressPrefix
Assert-AreEqual "192.168.2.0/30" $circuit.Peerings[0].SecondaryPeerAddressPrefix
- Assert-AreEqual "200" $circuit.Peerings[0].VlanId
-
+ Assert-AreEqual "22" $circuit.Peerings[0].VlanId
+
# get peering
$p = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePrivatePeering
Assert-AreEqual "AzurePrivatePeering" $p.Name
@@ -140,58 +140,145 @@ function Test-ExpressRouteCircuitPeeringCRUD
Assert-AreEqual "100" $p.PeerASN
Assert-AreEqual "192.168.1.0/30" $p.PrimaryPeerAddressPrefix
Assert-AreEqual "192.168.2.0/30" $p.SecondaryPeerAddressPrefix
- Assert-AreEqual "200" $p.VlanId
+ Assert-AreEqual "22" $p.VlanId
Assert-Null $p.MicrosoftPeeringConfig
# List peering
$listPeering = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig
Assert-AreEqual 1 @($listPeering).Count
- # add a new Peering
- $circuit = Get-AzureRmExpressRouteCircuit -Name $circuitName -ResourceGroupName $rgname | Add-AzureRmExpressRouteCircuitPeeringConfig -Name MicrosoftPeering -PeeringType MicrosoftPeering -PeerASN 99 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 200 -MicrosoftConfigAdvertisedPublicPrefixes @("11.2.3.4/30", "12.2.3.4/30") -MicrosoftConfigCustomerAsn 1000 -MicrosoftConfigRoutingRegistryName AFRINIC | Set-AzureRmExpressRouteCircuit
+ # add public peering
+ $circuit = Get-AzureRmExpressRouteCircuit -Name $circuitName -ResourceGroupName $rgname | Add-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePublicPeering -PeeringType AzurePublicPeering -PeerASN 30 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 33 | Set-AzureRmExpressRouteCircuit
+ $p = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePublicPeering
+ Assert-AreEqual "AzurePublicPeering" $p.Name
+ Assert-AreEqual "AzurePublicPeering" $p.PeeringType
+ Assert-AreEqual "30" $p.PeerASN
+ Assert-AreEqual "192.168.1.0/30" $p.PrimaryPeerAddressPrefix
+ Assert-AreEqual "192.168.2.0/30" $p.SecondaryPeerAddressPrefix
+ Assert-AreEqual "33" $p.VlanId
+
+ #set public peering
+ $circuit = Get-AzureRmExpressRouteCircuit -Name $circuitName -ResourceGroupName $rgname | Set-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePublicPeering -PeeringType AzurePublicPeering -PeerASN 100 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 55 | Set-AzureRmExpressRouteCircuit
+ $p = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig -Name AzurePublicPeering
+ Assert-AreEqual "AzurePublicPeering" $p.Name
+ Assert-AreEqual "AzurePublicPeering" $p.PeeringType
+ Assert-AreEqual "100" $p.PeerASN
+ Assert-AreEqual "192.168.1.0/30" $p.PrimaryPeerAddressPrefix
+ Assert-AreEqual "192.168.2.0/30" $p.SecondaryPeerAddressPrefix
+ Assert-AreEqual "55" $p.VlanId
+
+ $listPeering = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig
+ Assert-AreEqual 2 @($listPeering).Count
+
+ # Delete Circuit
+ $delete = Remove-AzureRmExpressRouteCircuit -ResourceGroupName $rgname -name $circuitName -PassThru -Force
+ Assert-AreEqual true $delete
+
+ $list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
+ Assert-AreEqual 0 @($list).Count
+
+ }
+ finally
+ {
+ # Cleanup
+ Clean-ResourceGroup $rgname
+ }
+}
+
+<#
+.SYNOPSIS
+Tests express route microsoft peering
+#>
+function Test-ExpressRouteCircuitMicrosoftPeeringCRUD
+{
+ # Setup
+ $rgname = Get-ResourceGroupName
+ $circuitName = Get-ResourceName
+ $rglocation = Get-ProviderLocation ResourceManagement
+ $resourceTypeParent = "Microsoft.Network/expressRouteCircuits"
+ $location = Get-ProviderLocation $resourceTypeParent
+ $location = "brazilSouth"
+ try
+ {
+ # Create the resource group
+ $resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation
+ # Create the ExpressRouteCircuit with peering
+ $peering = New-AzureRmExpressRouteCircuitPeeringConfig -Name MicrosoftPeering -PeeringType MicrosoftPeering -PeerASN 33 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 223 -MicrosoftConfigAdvertisedPublicPrefixes @("11.2.3.4/30", "12.2.3.4/30") -MicrosoftConfigCustomerAsn 1000 -MicrosoftConfigRoutingRegistryName AFRINIC
+ $circuit = New-AzureRmExpressRouteCircuit -Name $circuitName -Location $location -ResourceGroupName $rgname -SkuTier Premium -SkuFamily MeteredData -ServiceProviderName "equinix" -PeeringLocation "Silicon Valley" -BandwidthInMbps 1000 -Peering $peering
+
+ #verification
+ Assert-AreEqual $rgName $circuit.ResourceGroupName
+ Assert-AreEqual $circuitName $circuit.Name
+ Assert-NotNull $circuit.Location
+ Assert-NotNull $circuit.Etag
+ Assert-AreEqual 1 @($circuit.Peerings).Count
+ Assert-AreEqual "Premium_MeteredData" $circuit.Sku.Name
+ Assert-AreEqual "Premium" $circuit.Sku.Tier
+ Assert-AreEqual "MeteredData" $circuit.Sku.Family
+ Assert-AreEqual "equinix" $circuit.ServiceProviderProperties.ServiceProviderName
+ Assert-AreEqual "Silicon Valley" $circuit.ServiceProviderProperties.PeeringLocation
+ Assert-AreEqual "1000" $circuit.ServiceProviderProperties.BandwidthInMbps
+
+ # Verify the peering
+ Assert-AreEqual "MicrosoftPeering" $circuit.Peerings[0].Name
+ Assert-AreEqual "MicrosoftPeering" $circuit.Peerings[0].PeeringType
+ Assert-AreEqual "192.168.1.0/30" $circuit.Peerings[0].PrimaryPeerAddressPrefix
+ Assert-AreEqual "192.168.2.0/30" $circuit.Peerings[0].SecondaryPeerAddressPrefix
+ Assert-AreEqual "223" $circuit.Peerings[0].VlanId
+ Assert-NotNull $circuit.Peerings[0].MicrosoftPeeringConfig
+ Assert-AreEqual "1000" $circuit.Peerings[0].MicrosoftPeeringConfig.CustomerASN
+ Assert-AreEqual "AFRINIC" $circuit.Peerings[0].MicrosoftPeeringConfig.RoutingRegistryName
+ Assert-AreEqual 2 @($circuit.Peerings[0].MicrosoftPeeringConfig.AdvertisedPublicPrefixes).Count
+ Assert-NotNull $circuit.Peerings[0].MicrosoftPeeringConfig.AdvertisedPublicPrefixesState
+
+ # get peering
$p = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig -Name MicrosoftPeering
Assert-AreEqual "MicrosoftPeering" $p.Name
Assert-AreEqual "MicrosoftPeering" $p.PeeringType
- Assert-AreEqual "99" $p.PeerASN
Assert-AreEqual "192.168.1.0/30" $p.PrimaryPeerAddressPrefix
Assert-AreEqual "192.168.2.0/30" $p.SecondaryPeerAddressPrefix
- Assert-AreEqual "200" $p.VlanId
+ Assert-AreEqual "223" $p.VlanId
Assert-NotNull $p.MicrosoftPeeringConfig
Assert-AreEqual "1000" $p.MicrosoftPeeringConfig.CustomerASN
Assert-AreEqual "AFRINIC" $p.MicrosoftPeeringConfig.RoutingRegistryName
Assert-AreEqual 2 @($p.MicrosoftPeeringConfig.AdvertisedPublicPrefixes).Count
Assert-NotNull $p.MicrosoftPeeringConfig.AdvertisedPublicPrefixesState
+ # List peering
$listPeering = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig
- Assert-AreEqual 2 @($listPeering).Count
+ Assert-AreEqual 1 @($listPeering).Count
# Set a new peering
- $circuit = Get-AzureRmExpressRouteCircuit -Name $circuitName -ResourceGroupName $rgname | Set-AzureRmExpressRouteCircuitPeeringConfig -Name MicrosoftPeering -PeeringType MicrosoftPeering -PeerASN 100 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 200 -MicrosoftConfigAdvertisedPublicPrefixes @("11.2.3.4/30", "12.2.3.4/30") -MicrosoftConfigCustomerAsn 1000 -MicrosoftConfigRoutingRegistryName AFRINIC | Set-AzureRmExpressRouteCircuit
+ $circuit = Get-AzureRmExpressRouteCircuit -Name $circuitName -ResourceGroupName $rgname | Set-AzureRmExpressRouteCircuitPeeringConfig -Name MicrosoftPeering -PeeringType MicrosoftPeering -PeerASN 44 -PrimaryPeerAddressPrefix "192.168.1.0/30" -SecondaryPeerAddressPrefix "192.168.2.0/30" -VlanId 555 -MicrosoftConfigAdvertisedPublicPrefixes @("11.2.3.4/30", "12.2.3.4/30") -MicrosoftConfigCustomerAsn 1000 -MicrosoftConfigRoutingRegistryName AFRINIC | Set-AzureRmExpressRouteCircuit
$p = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig -Name MicrosoftPeering
Assert-AreEqual "MicrosoftPeering" $p.Name
Assert-AreEqual "MicrosoftPeering" $p.PeeringType
- Assert-AreEqual "100" $p.PeerASN
+ Assert-AreEqual "44" $p.PeerASN
Assert-AreEqual "192.168.1.0/30" $p.PrimaryPeerAddressPrefix
Assert-AreEqual "192.168.2.0/30" $p.SecondaryPeerAddressPrefix
- Assert-AreEqual "200" $p.VlanId
+ Assert-AreEqual "555" $p.VlanId
Assert-NotNull $p.MicrosoftPeeringConfig
Assert-AreEqual "1000" $p.MicrosoftPeeringConfig.CustomerASN
Assert-AreEqual "AFRINIC" $p.MicrosoftPeeringConfig.RoutingRegistryName
Assert-AreEqual 2 @($p.MicrosoftPeeringConfig.AdvertisedPublicPrefixes).Count
Assert-NotNull $p.MicrosoftPeeringConfig.AdvertisedPublicPrefixesState
+
+ # List peering
+ $listPeering = $circuit | Get-AzureRmExpressRouteCircuitPeeringConfig
+ Assert-AreEqual 1 @($listPeering).Count
# Delete Circuit
$delete = Remove-AzureRmExpressRouteCircuit -ResourceGroupName $rgname -name $circuitName -PassThru -Force
Assert-AreEqual true $delete
-
+
$list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
Assert-AreEqual 0 @($list).Count
}
finally
{
# Cleanup
- Clean-ResourceGroup $rgname
+ Clean-ResourceGroup $rgname
}
}
@@ -214,11 +301,11 @@ function Test-ExpressRouteCircuitAuthorizationCRUD
{
# Create the resource group
$resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation
-
+
# Create the ExpressRouteCircuit with authorization
$authorization = New-AzureRmExpressRouteCircuitAuthorization -Name $authorizationName
$circuit = New-AzureRmExpressRouteCircuit -Name $circuitName -Location $location -ResourceGroupName $rgname -SkuTier Standard -SkuFamily MeteredData -ServiceProviderName "equinix" -PeeringLocation "Silicon Valley" -BandwidthInMbps 500 -Authorization $authorization
-
+
#verification
Assert-AreEqual $rgName $circuit.ResourceGroupName
Assert-AreEqual $circuitName $circuit.Name
@@ -253,13 +340,13 @@ function Test-ExpressRouteCircuitAuthorizationCRUD
# Delete Circuit
$delete = Remove-AzureRmExpressRouteCircuit -ResourceGroupName $rgname -name $circuitName -PassThru -Force
Assert-AreEqual true $delete
-
+
$list = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
Assert-AreEqual 0 @($list).Count
}
finally
{
- # Cleanup
+ # Cleanup
Clean-ResourceGroup $rgname
}
}
diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.cs b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.cs
index 3b58fc48dd21..c65b814b2a1b 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.cs
+++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.cs
@@ -32,5 +32,12 @@ public void TestVirtualNetworkGatewayConnectionSharedKeyCRUD()
{
NetworkResourcesController.NewInstance.RunPsTest("Test-VirtualNetworkGatewayConnectionSharedKeyCRUD");
}
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestVirtualNetworkeExpressRouteGatewayConnectionCRUD()
+ {
+ NetworkResourcesController.NewInstance.RunPsTest("Test-VirtualNetworkeExpressRouteGatewayConnectionCRUD");
+ }
}
}
diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1 b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1
index ad383ef911dc..78350e8eb674 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1
+++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayConnectionTests.ps1
@@ -12,6 +12,52 @@
# limitations under the License.
# ----------------------------------------------------------------------------------
+<#
+.SYNOPSIS
+Virtual network express route gateway connection tests
+This is a special case which need a provisioned circuit
+If you need to re-record this case, please contact express route team
+#>
+function Test-VirtualNetworkeExpressRouteGatewayConnectionCRUD
+{
+ # Setup
+ $rgname = "onesdkTestConnection"
+ $vnetConnectionName = Get-ResourceName
+ $location = "westus"
+ try
+ {
+ # Get the resource group
+ $resourceGroup = Get-AzureRmResourceGroup -Name $rgname
+ Assert-NotNull $resourceGroup
+ # Get Gateway
+ $gw = Get-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname
+ Assert-AreEqual 1 @($gw).Count
+ # Get Circuit
+ $circuit = Get-AzureRmExpressRouteCircuit -ResourceGroupName $rgname
+ Assert-AreEqual 1 @($circuit).Count
+
+ # Create & Get VirtualNetworkGatewayConnection
+ $actual = New-AzureRmVirtualNetworkGatewayConnection -ResourceGroupName $rgname -name $vnetConnectionName -location $location -VirtualNetworkGateway1 $gw -ConnectionType ExpressRoute -RoutingWeight 3 -PeerId $circuit.Id
+ $expected = Get-AzureRmVirtualNetworkGatewayConnection -ResourceGroupName $rgname -name $vnetConnectionName
+ Assert-AreEqual $expected.ResourceGroupName $actual.ResourceGroupName
+ Assert-AreEqual $expected.Name $actual.Name
+ Assert-AreEqual "ExpressRoute" $expected.ConnectionType
+ Assert-AreEqual "3" $expected.RoutingWeight
+
+
+ # Delete VirtualNetworkGatewayConnection
+ $delete = Remove-AzureRmVirtualNetworkGatewayConnection -ResourceGroupName $actual.ResourceGroupName -name $vnetConnectionName -PassThru -Force
+ Assert-AreEqual true $delete
+ $list = Get-AzureRmVirtualNetworkGatewayConnection -ResourceGroupName $actual.ResourceGroupName
+ Assert-AreEqual 0 @($list).Count
+ }
+ finally
+ {
+ # Cleanup
+
+ }
+}
+
<#
.SYNOPSIS
Virtual network gateway connection tests
@@ -35,7 +81,7 @@ function Test-VirtualNetworkGatewayConnectionCRUD
{
# Create the resource group
$resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation -Tags @{Name = "testtag"; Value = "testval"}
-
+
# Create the Virtual Network
$subnet = New-AzureRmVirtualNetworkSubnetConfig -Name "GatewaySubnet" -AddressPrefix 10.0.0.0/24
$vnet = New-AzureRmvirtualNetwork -Name $vnetName -ResourceGroupName $rgname -Location $location -AddressPrefix 10.0.0.0/16 -Subnet $subnet
@@ -54,8 +100,8 @@ function Test-VirtualNetworkGatewayConnectionCRUD
Assert-AreEqual $vnetGateway.Name $actual.Name
#Assert-AreEqual "Vpn" $expected.GatewayType
#Assert-AreEqual "RouteBased" $expected.VpnType
-
- # Create LocalNetworkGateway
+
+ # Create LocalNetworkGateway
$actual = New-AzureRmLocalNetworkGateway -ResourceGroupName $rgname -name $localnetName -location $location -AddressPrefix 192.168.0.0/16 -GatewayIpAddress 192.168.3.10
$localnetGateway = Get-AzureRmLocalNetworkGateway -ResourceGroupName $rgname -name $localnetName
Assert-AreEqual $localnetGateway.ResourceGroupName $actual.ResourceGroupName
@@ -92,19 +138,19 @@ function Test-VirtualNetworkGatewayConnectionCRUD
$actual = Set-AzureRmVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection $expected -Force
$expected = Get-AzureRmVirtualNetworkGatewayConnection -ResourceGroupName $rgname -name $vnetConnectionName
- Assert-AreEqual "4" $expected.RoutingWeight
+ Assert-AreEqual "4" $expected.RoutingWeight
#Assert-AreEqual "xyz" $expected.SharedKey
-
+
# Delete VirtualNetworkGatewayConnection
$delete = Remove-AzureRmVirtualNetworkGatewayConnection -ResourceGroupName $actual.ResourceGroupName -name $vnetConnectionName -PassThru -Force
Assert-AreEqual true $delete
-
+
$list = Get-AzureRmVirtualNetworkGatewayConnection -ResourceGroupName $actual.ResourceGroupName
Assert-AreEqual 0 @($list).Count
}
finally
{
- # Cleanup
+ # Cleanup
Clean-ResourceGroup $rgname
}
}
@@ -132,7 +178,7 @@ function Test-VirtualNetworkGatewayConnectionSharedKeyCRUD
{
# Create the resource group
$resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation -Tags @{Name = "testtag"; Value = "testval"}
-
+
# Create the Virtual Network
$subnet = New-AzureRmVirtualNetworkSubnetConfig -Name "GatewaySubnet" -AddressPrefix 10.0.0.0/24
$vnet = New-AzureRmvirtualNetwork -Name $vnetName -ResourceGroupName $rgname -Location $location -AddressPrefix 10.0.0.0/16 -Subnet $subnet
@@ -151,7 +197,7 @@ function Test-VirtualNetworkGatewayConnectionSharedKeyCRUD
Assert-AreEqual $vnetGateway.Name $actual.Name
#Assert-AreEqual "Vpn" $expected.GatewayType
#Assert-AreEqual "RouteBased" $expected.VpnType
-
+
# Create LocalNetworkGateway
$actual = New-AzureRmLocalNetworkGateway -ResourceGroupName $rgname -name $localnetName -location $location -AddressPrefix 192.168.0.0/16 -GatewayIpAddress 192.168.3.11
$localnetGateway = Get-AzureRmLocalNetworkGateway -ResourceGroupName $rgname -name $localnetName
@@ -188,7 +234,7 @@ function Test-VirtualNetworkGatewayConnectionSharedKeyCRUD
}
finally
{
- # Cleanup
- Clean-ResourceGroup $rgname
+ # Cleanup
+ Clean-ResourceGroup $rgname
}
}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.cs b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.cs
index 7856915aa423..fd1ebb42cc07 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.cs
+++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.cs
@@ -19,6 +19,14 @@ namespace Commands.Network.Test.ScenarioTests
{
public class VirtualNetworkGatewayTests : Microsoft.WindowsAzure.Commands.Test.Utilities.Common.RMTestBase
{
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestVirtualNetworkExpressRouteGatewayCRUD()
+ {
+ NetworkResourcesController.NewInstance.RunPsTest("Test-VirtualNetworkExpressRouteGatewayCRUD");
+ }
+
+
[Fact(Skip = "Rerecord tests")]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestVirtualNetworkGatewayCRUD()
diff --git a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.ps1 b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.ps1
index 313cb0c0115f..43a48eb78754 100644
--- a/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.ps1
+++ b/src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/VirtualNetworkGatewayTests.ps1
@@ -12,6 +12,69 @@
# limitations under the License.
# ----------------------------------------------------------------------------------
+<#
+.SYNOPSIS
+Virtual network express route gateway tests
+#>
+function Test-VirtualNetworkExpressRouteGatewayCRUD
+{
+ # Setup
+ $rgname = Get-ResourceGroupName
+ $rname = Get-ResourceName
+ $domainNameLabel = Get-ResourceName
+ $vnetName = Get-ResourceName
+ $publicIpName = Get-ResourceName
+ $vnetGatewayConfigName = Get-ResourceName
+ $rglocation = Get-ProviderLocation ResourceManagement
+ $resourceTypeParent = "Microsoft.Network/virtualNetworkGateways"
+ $location = Get-ProviderLocation $resourceTypeParent
+
+ try
+ {
+ # Create the resource group
+ $resourceGroup = New-AzureRmResourceGroup -Name $rgname -Location $rglocation -Tags @{Name = "testtag"; Value = "testval"}
+
+
+ # Create the Virtual Network
+ $subnet = New-AzureRmVirtualNetworkSubnetConfig -Name "GatewaySubnet" -AddressPrefix 10.0.0.0/24
+ $vnet = New-AzureRmvirtualNetwork -Name $vnetName -ResourceGroupName $rgname -Location $location -AddressPrefix 10.0.0.0/16 -Subnet $subnet
+ $vnet = Get-AzureRmvirtualNetwork -Name $vnetName -ResourceGroupName $rgname
+ $subnet = Get-AzureRmVirtualNetworkSubnetConfig -Name "GatewaySubnet" -VirtualNetwork $vnet
+
+ # Create the publicip
+ $publicip = New-AzureRmPublicIpAddress -ResourceGroupName $rgname -name $publicIpName -location $location -AllocationMethod Dynamic -DomainNameLabel $domainNameLabel
+
+ # Create & Get virtualnetworkgateway
+ $vnetIpConfig = New-AzureRmVirtualNetworkGatewayIpConfig -Name $vnetGatewayConfigName -PublicIpAddress $publicip -Subnet $subnet
+
+ $actual = New-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname -name $rname -location $location -IpConfigurations $vnetIpConfig -GatewayType ExpressRoute
+ $expected = Get-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname -name $rname
+ Assert-AreEqual $expected.ResourceGroupName $actual.ResourceGroupName
+ Assert-AreEqual $expected.Name $actual.Name
+ #Assert-AreEqual "ExpressRoute" $expected.GatewayType
+
+ # List virtualNetworkGateways
+ $list = Get-AzureRmVirtualNetworkGateway -ResourceGroupName $rgname
+ Assert-AreEqual 1 @($list).Count
+ Assert-AreEqual $list[0].ResourceGroupName $actual.ResourceGroupName
+ Assert-AreEqual $list[0].Name $actual.Name
+ Assert-AreEqual $list[0].Location $actual.Location
+
+ # Delete virtualNetworkGateway
+ $delete = Remove-AzureRmVirtualNetworkGateway -ResourceGroupName $actual.ResourceGroupName -name $rname -PassThru -Force
+ Assert-AreEqual true $delete
+
+ $list = Get-AzureRmVirtualNetworkGateway -ResourceGroupName $actual.ResourceGroupName
+ Assert-AreEqual 0 @($list).Count
+
+ }
+ finally
+ {
+ # Cleanup
+ Clean-ResourceGroup $rgname
+ }
+}
+
<#
.SYNOPSIS
Virtual network gateway tests
diff --git a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitMicrosoftPeeringCRUD.json b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitMicrosoftPeeringCRUD.json
new file mode 100644
index 000000000000..7c1f398158ff
--- /dev/null
+++ b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitMicrosoftPeeringCRUD.json
@@ -0,0 +1,1688 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorization\": {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "5934"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "9aef34d0-90c6-4268-900c-111ec7c7a37a"
+ ],
+ "x-ms-correlation-request-id": [
+ "9aef34d0-90c6-4268-900c-111ec7c7a37a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213048Z:9aef34d0-90c6-4268-900c-111ec7c7a37a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:30:48 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk3248?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazMyNDg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "102"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-request-id": [
+ "0e3d67d3-bcd1-47cf-945f-4e05aae139a8"
+ ],
+ "x-ms-correlation-request-id": [
+ "0e3d67d3-bcd1-47cf-945f-4e05aae139a8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213048Z:0e3d67d3-bcd1-47cf-945f-4e05aae139a8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:30:48 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk3248?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazMyNDg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "e5ccf781-4c6e-4e61-b440-1a058e3717a4"
+ ],
+ "x-ms-correlation-request-id": [
+ "e5ccf781-4c6e-4e61-b440-1a058e3717a4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213725Z:e5ccf781-4c6e-4e61-b440-1a058e3717a4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:37:24 GMT"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk3248?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazMyNDg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "29"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248\",\r\n \"name\": \"onesdk3248\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "173"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "29cb5bda-3388-49ca-b7ec-d6f6d2eb0033"
+ ],
+ "x-ms-correlation-request-id": [
+ "29cb5bda-3388-49ca-b7ec-d6f6d2eb0033"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213049Z:29cb5bda-3388-49ca-b7ec-d6f6d2eb0033"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:30:48 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-request-id": [
+ "42c716d9-e72b-4839-b9c4-ed85f44d01f3"
+ ],
+ "x-ms-correlation-request-id": [
+ "42c716d9-e72b-4839-b9c4-ed85f44d01f3"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213049Z:42c716d9-e72b-4839-b9c4-ed85f44d01f3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:30:49 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "76135d96-d7e1-4f0c-95a6-fa88697c6bd2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/expressRouteCircuits/onesdk1113' under resource group 'onesdk3248' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "163"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "031d7882-97bb-4945-a25b-eeddde3daa9b"
+ ],
+ "x-ms-correlation-request-id": [
+ "031d7882-97bb-4945-a25b-eeddde3daa9b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213050Z:031d7882-97bb-4945-a25b-eeddde3daa9b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:30:49 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 33,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 223,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"ValidationNeeded\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2021"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0fa66175-33a5-424d-bd08-2ee4868a0f54"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14993"
+ ],
+ "x-ms-correlation-request-id": [
+ "a3426074-d318-435e-9231-606f85daa92a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213335Z:a3426074-d318-435e-9231-606f85daa92a"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:33:35 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c0f65a0d-2a42-4dad-b828-995d86ebf726"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 33,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 223,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"ValidationNeeded\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2021"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "42d64095-bd43-40ff-95e6-6d7aa024a088"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-correlation-request-id": [
+ "1e413c31-f5d3-4571-870d-832d8c811a3d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213342Z:1e413c31-f5d3-4571-870d-832d8c811a3d"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:33:41 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "368a926f-08f8-4ee3-8a6a-66c655bb639d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 33,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 223,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"ValidationNeeded\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2021"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "4c8f94f1-803c-41eb-89f0-c1e60e439776"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-correlation-request-id": [
+ "eeeb4d68-1a45-4718-8073-73fb1a41f348"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213347Z:eeeb4d68-1a45-4718-8073-73fb1a41f348"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:33:47 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fe92eb0d-0de5-41e0-b5db-d4fd6b288cfd"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 33,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 223,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"ValidationNeeded\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2021"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "152d4faa-4e33-47cb-a7fe-00265c427347"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-correlation-request-id": [
+ "c221fb6e-52d4-49bd-96c3-12aac0d0ecf5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213430Z:c221fb6e-52d4-49bd-96c3-12aac0d0ecf5"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:34:29 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"ecb21263-42bc-4293-af40-02056b8b88ca\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"ecb21263-42bc-4293-af40-02056b8b88ca\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 44,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 555,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"ValidationNeeded\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2021"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ae25d9ec-a725-437c-b461-63e7f6b42497"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14987"
+ ],
+ "x-ms-correlation-request-id": [
+ "97715811-8127-4037-a818-6e63f200b0e8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213542Z:97715811-8127-4037-a818-6e63f200b0e8"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:35:42 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7eed8e5b-a6b6-41bd-b10e-e038abe4d02d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"ecb21263-42bc-4293-af40-02056b8b88ca\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"ecb21263-42bc-4293-af40-02056b8b88ca\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 44,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 555,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"ValidationNeeded\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2021"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1a832f83-8288-4e20-adb4-57a754769e7a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14986"
+ ],
+ "x-ms-correlation-request-id": [
+ "76eaf922-6fb5-4a9b-96fc-051a2be4603c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213551Z:76eaf922-6fb5-4a9b-96fc-051a2be4603c"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:35:50 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"location\": \"brazilSouth\",\r\n \"properties\": {\r\n \"authorizations\": [],\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"properties\": {\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 33,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"vlanId\": 223,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "959"
+ ],
+ "x-ms-client-request-id": [
+ "b7b2973e-d958-4a3f-a2af-2ff13f669fe9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"a4a1c9a7-44a3-45a4-afbd-e7a6d87065bd\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"a4a1c9a7-44a3-45a4-afbd-e7a6d87065bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 33,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 223,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"NotConfigured\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1890"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "5b7169d6-67e7-4e23-85f0-8b46475829fd"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/5b7169d6-67e7-4e23-85f0-8b46475829fd?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "57352655-6dce-439c-a0d8-fa31ce2c9cd7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213054Z:57352655-6dce-439c-a0d8-fa31ce2c9cd7"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:30:53 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\",\r\n \"authorizations\": [],\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"etag\": \"W/\\\"f3908f07-2b95-4b9f-8671-9f3211ff29e3\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"properties\": {\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"state\": \"Enabled\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 44,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"vlanId\": 555,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1816"
+ ],
+ "x-ms-client-request-id": [
+ "14d61732-65a0-43c4-852d-7e89492d29fc"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1113\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113\",\r\n \"etag\": \"W/\\\"865ed48d-1629-43cd-9ef9-09c7badd6279\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"e72a4bbb-394c-419d-9edc-05dc2322a477\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"865ed48d-1629-43cd-9ef9-09c7badd6279\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 44,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 555,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"ValidationNeeded\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"27dbc354-a766-47c8-a30e-25302c5ba2a7\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_MeteredData\",\r\n \"tier\": \"Premium\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2020"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "dc6b41bb-df0c-4e13-8633-7da1c984756f"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/dc6b41bb-df0c-4e13-8633-7da1c984756f?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "2c8fa414-4f74-4348-b631-68f653fa9fce"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213432Z:2c8fa414-4f74-4348-b631-68f653fa9fce"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:34:31 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/5b7169d6-67e7-4e23-85f0-8b46475829fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy81YjcxNjlkNi02N2U3LTRlMjMtODVmMC04YjQ2NDc1ODI5ZmQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2a300091-def3-407a-91fb-2bea957282b1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "fb7e5bd4-abf1-4539-86aa-bbaa6a86701c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213125Z:fb7e5bd4-abf1-4539-86aa-bbaa6a86701c"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:31:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/5b7169d6-67e7-4e23-85f0-8b46475829fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy81YjcxNjlkNi02N2U3LTRlMjMtODVmMC04YjQ2NDc1ODI5ZmQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "9df770dd-371f-4d3c-be46-6b6fefe729be"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "d05a77db-91d9-4218-a194-871472907f44"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213156Z:d05a77db-91d9-4218-a194-871472907f44"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:31:55 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/5b7169d6-67e7-4e23-85f0-8b46475829fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy81YjcxNjlkNi02N2U3LTRlMjMtODVmMC04YjQ2NDc1ODI5ZmQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a92526e0-3a9d-4629-9771-dbe0b59651d9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "c7141950-6023-431a-b137-c4d285562f69"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213227Z:c7141950-6023-431a-b137-c4d285562f69"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:32:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/5b7169d6-67e7-4e23-85f0-8b46475829fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy81YjcxNjlkNi02N2U3LTRlMjMtODVmMC04YjQ2NDc1ODI5ZmQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ca5c6278-8fcd-4656-a785-0ca3523c13fb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "95caab90-01c0-43ab-9093-5dc526707fe5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213258Z:95caab90-01c0-43ab-9093-5dc526707fe5"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:32:57 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/5b7169d6-67e7-4e23-85f0-8b46475829fd?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy81YjcxNjlkNi02N2U3LTRlMjMtODVmMC04YjQ2NDc1ODI5ZmQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b2aa8ffb-0199-43c8-a016-bd5347d22e29"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-correlation-request-id": [
+ "a275df5a-7d50-4104-915b-3d90b3a211a6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213328Z:a275df5a-7d50-4104-915b-3d90b3a211a6"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:33:28 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/dc6b41bb-df0c-4e13-8633-7da1c984756f?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9kYzZiNDFiYi1kZjBjLTRlMTMtODYzMy03ZGExYzk4NDc1NmY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0509a603-8de0-4f11-b5e0-187bd2662724"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14989"
+ ],
+ "x-ms-correlation-request-id": [
+ "43be7810-c616-4d7d-b4bb-79da5f452046"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213503Z:43be7810-c616-4d7d-b4bb-79da5f452046"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:35:02 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/dc6b41bb-df0c-4e13-8633-7da1c984756f?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9kYzZiNDFiYi1kZjBjLTRlMTMtODYzMy03ZGExYzk4NDc1NmY/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0079924c-cc02-4805-84d8-7f83b39f0645"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14988"
+ ],
+ "x-ms-correlation-request-id": [
+ "fe92f719-bc69-430d-bc54-16a4608ae7bc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213534Z:fe92f719-bc69-430d-bc54-16a4608ae7bc"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:35:33 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits/onesdk1113/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazExMTMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "d9c41c02-0db2-4da6-954c-3dad1ff097e3"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "930f5177-5176-48bd-a42a-dd7d6a67fac1"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/930f5177-5176-48bd-a42a-dd7d6a67fac1?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operationResults/930f5177-5176-48bd-a42a-dd7d6a67fac1?api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "848af695-f769-45e8-854a-977254c3025a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213552Z:848af695-f769-45e8-854a-977254c3025a"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:35:51 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/930f5177-5176-48bd-a42a-dd7d6a67fac1?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy85MzBmNTE3Ny01MTc2LTQ4YmQtYTQyYS1kZDdkNmE2N2ZhYzE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2beedaa8-1230-4f28-821b-725130853364"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14985"
+ ],
+ "x-ms-correlation-request-id": [
+ "58e59edf-2ee2-45aa-86c3-deaea8fdbd4c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213623Z:58e59edf-2ee2-45aa-86c3-deaea8fdbd4c"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:36:22 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/930f5177-5176-48bd-a42a-dd7d6a67fac1?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy85MzBmNTE3Ny01MTc2LTQ4YmQtYTQyYS1kZDdkNmE2N2ZhYzE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "c0401d72-92dd-488f-b29e-344303480b0c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-correlation-request-id": [
+ "b2b0072d-67fe-4e1d-85c3-db81368d046b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213653Z:b2b0072d-67fe-4e1d-85c3-db81368d046b"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:36:53 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/930f5177-5176-48bd-a42a-dd7d6a67fac1?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy85MzBmNTE3Ny01MTc2LTQ4YmQtYTQyYS1kZDdkNmE2N2ZhYzE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8e5d44eb-e3ab-4b2f-96eb-0027f821686b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14983"
+ ],
+ "x-ms-correlation-request-id": [
+ "2b511cb5-b640-4610-9bc6-02943a306482"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213724Z:2b511cb5-b640-4610-9bc6-02943a306482"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:37:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk3248/providers/Microsoft.Network/expressRouteCircuits?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazMyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "53453632-69d6-4b03-a53c-b03cabcdbb88"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14982"
+ ],
+ "x-ms-request-id": [
+ "ed312706-254e-4340-bcf0-fe0a4eef96cc"
+ ],
+ "x-ms-correlation-request-id": [
+ "ed312706-254e-4340-bcf0-fe0a4eef96cc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213724Z:ed312706-254e-4340-bcf0-fe0a4eef96cc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:37:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk3248?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazMyNDg/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "1435b3b2-ae88-4807-b72c-1ac0c9120f3c"
+ ],
+ "x-ms-correlation-request-id": [
+ "1435b3b2-ae88-4807-b72c-1ac0c9120f3c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213725Z:1435b3b2-ae88-4807-b72c-1ac0c9120f3c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:37:24 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNalE0TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-request-id": [
+ "dd8fe161-46c6-4b89-81bb-bbe099da545b"
+ ],
+ "x-ms-correlation-request-id": [
+ "dd8fe161-46c6-4b89-81bb-bbe099da545b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213725Z:dd8fe161-46c6-4b89-81bb-bbe099da545b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:37:25 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNalE0TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-request-id": [
+ "92736a12-ce62-4dd8-8dac-797fee593154"
+ ],
+ "x-ms-correlation-request-id": [
+ "92736a12-ce62-4dd8-8dac-797fee593154"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213740Z:92736a12-ce62-4dd8-8dac-797fee593154"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:37:39 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNalE0TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-request-id": [
+ "8213207e-5894-47b6-8ea4-a7e9cd35f08e"
+ ],
+ "x-ms-correlation-request-id": [
+ "8213207e-5894-47b6-8ea4-a7e9cd35f08e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213755Z:8213207e-5894-47b6-8ea4-a7e9cd35f08e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:37:55 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMjQ4LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNalE0TFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-request-id": [
+ "24ea23b3-1676-414a-97e4-c04057e031ed"
+ ],
+ "x-ms-correlation-request-id": [
+ "24ea23b3-1676-414a-97e4-c04057e031ed"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T213810Z:24ea23b3-1676-414a-97e4-c04057e031ed"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 21:38:10 GMT"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "Test-ExpressRouteCircuitMicrosoftPeeringCRUD": [
+ "onesdk3248",
+ "onesdk1113"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "18b0dc06-a2b8-4c0f-95af-550319fa5eac"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitPeeringCRUD.json b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitPeeringCRUD.json
deleted file mode 100644
index 90c32e38a7b0..000000000000
--- a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitPeeringCRUD.json
+++ /dev/null
@@ -1,2170 +0,0 @@
-{
- "Entries": [
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorization\": {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"North Central US\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"West US\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"Central US\",\r\n \"East Asia\",\r\n \"East US\",\r\n \"North Central US\",\r\n \"West US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"Southeast Asia\",\r\n \"South Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-04-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "5908"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
- ],
- "x-ms-request-id": [
- "b1c584f0-8140-4a5a-8ade-f15f1db7cbcd"
- ],
- "x-ms-correlation-request-id": [
- "b1c584f0-8140-4a5a-8ade-f15f1db7cbcd"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103528Z:b1c584f0-8140-4a5a-8ade-f15f1db7cbcd"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:28 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourcegroups/onesdk4734?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlZ3JvdXBzL29uZXNkazQ3MzQ/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
- "RequestMethod": "HEAD",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "102"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-failure-cause": [
- "gateway"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14983"
- ],
- "x-ms-request-id": [
- "90a7095f-37f5-4c10-9da9-d5364d48b785"
- ],
- "x-ms-correlation-request-id": [
- "90a7095f-37f5-4c10-9da9-d5364d48b785"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103528Z:90a7095f-37f5-4c10-9da9-d5364d48b785"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:28 GMT"
- ]
- },
- "StatusCode": 404
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourcegroups/onesdk4734?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlZ3JvdXBzL29uZXNkazQ3MzQ/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
- "RequestMethod": "HEAD",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
- ],
- "x-ms-request-id": [
- "75d0d275-662c-4fce-9808-939a02c79b02"
- ],
- "x-ms-correlation-request-id": [
- "75d0d275-662c-4fce-9808-939a02c79b02"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103917Z:75d0d275-662c-4fce-9808-939a02c79b02"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:17 GMT"
- ]
- },
- "StatusCode": 204
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourcegroups/onesdk4734?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlZ3JvdXBzL29uZXNkazQ3MzQ/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
- "RequestHeaders": {
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Content-Length": [
- "29"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734\",\r\n \"name\": \"onesdk4734\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "173"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
- ],
- "x-ms-request-id": [
- "3cbb6d00-ebfc-48df-ae30-17f0bcd6a863"
- ],
- "x-ms-correlation-request-id": [
- "3cbb6d00-ebfc-48df-ae30-17f0bcd6a863"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103529Z:3cbb6d00-ebfc-48df-ae30-17f0bcd6a863"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:28 GMT"
- ]
- },
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/resources?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"value\": []\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "12"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14982"
- ],
- "x-ms-request-id": [
- "5c76c0f4-97c6-40b3-a143-4d13f9f93c39"
- ],
- "x-ms-correlation-request-id": [
- "5c76c0f4-97c6-40b3-a143-4d13f9f93c39"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103529Z:5c76c0f4-97c6-40b3-a143-4d13f9f93c39"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:29 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/expressRouteCircuits/onesdk8836' under resource group 'onesdk4734' was not found.\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "163"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-failure-cause": [
- "gateway"
- ],
- "x-ms-request-id": [
- "7d8a2cd4-cc8f-45d4-8877-6d54e0a4e19b"
- ],
- "x-ms-correlation-request-id": [
- "7d8a2cd4-cc8f-45d4-8877-6d54e0a4e19b"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103530Z:7d8a2cd4-cc8f-45d4-8877-6d54e0a4e19b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:30 GMT"
- ]
- },
- "StatusCode": 404
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "1716"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "330a32cd-b27d-4916-8532-16ab8a87981e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14988"
- ],
- "x-ms-correlation-request-id": [
- "022f7f6e-c529-4004-9942-c152feaec063"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103757Z:022f7f6e-c529-4004-9942-c152feaec063"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:37:56 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "1716"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "8335f966-e84f-4a33-a63d-a1d6bf25c08b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14987"
- ],
- "x-ms-correlation-request-id": [
- "eecb14ad-b088-4169-ad2e-d88eaf1b0779"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103801Z:eecb14ad-b088-4169-ad2e-d88eaf1b0779"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:00 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "1716"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "04fd1d4a-ab35-4a7b-b454-34dcc5a7752f"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14986"
- ],
- "x-ms-correlation-request-id": [
- "b5e2828c-8c95-45e9-bd57-3aeda6bed3c0"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103806Z:b5e2828c-8c95-45e9-bd57-3aeda6bed3c0"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:06 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 99,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"NotConfigured\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "2679"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "c9d14c7d-f7c3-4467-a770-1fd9e5c4e066"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14983"
- ],
- "x-ms-correlation-request-id": [
- "395e50a8-f393-49fa-b73e-886eeb2dd6e8"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103819Z:395e50a8-f393-49fa-b73e-886eeb2dd6e8"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:18 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 99,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"NotConfigured\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "2679"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "54e95b52-328a-4b87-8490-d7aa7dc56f6c"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14982"
- ],
- "x-ms-correlation-request-id": [
- "6a5dc1a5-a598-4edb-b5ea-fe1b4283524e"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103819Z:6a5dc1a5-a598-4edb-b5ea-fe1b4283524e"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:18 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 99,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"NotConfigured\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "2679"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "2cbad28b-d8cc-4863-b4b2-f9195de3f666"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14981"
- ],
- "x-ms-correlation-request-id": [
- "943d32ff-b595-4e3e-9b12-a8ba3389cac7"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103819Z:943d32ff-b595-4e3e-9b12-a8ba3389cac7"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:19 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"836b84ac-d141-4def-8d43-67526b4331fc\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Failed\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"836b84ac-d141-4def-8d43-67526b4331fc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"836b84ac-d141-4def-8d43-67526b4331fc\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"NotConfigured\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "2680"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "f3e78fa2-f6ac-41c4-afdd-764c56033885"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14978"
- ],
- "x-ms-correlation-request-id": [
- "de424dc0-a53e-41f1-838f-054f349f135f"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103832Z:de424dc0-a53e-41f1-838f-054f349f135f"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:31 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"properties\": {\r\n \"peerings\": [\r\n {\r\n \"properties\": {\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"vlanId\": 200\r\n },\r\n \"name\": \"AzurePrivatePeering\"\r\n }\r\n ],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n }\r\n },\r\n \"name\": \"onesdk8836\",\r\n \"type\": \"microsoft.network/ExpressRouteCircuits\",\r\n \"location\": \"brazilSouth\"\r\n}",
- "RequestHeaders": {
- "Content-Type": [
- "application/json"
- ],
- "Content-Length": [
- "768"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"31c838a0-250a-4d62-8eb1-ca284962f0f5\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"31c838a0-250a-4d62-8eb1-ca284962f0f5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 200\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "1588"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "10"
- ],
- "x-ms-request-id": [
- "c50e4947-aa84-452c-9de7-1eddb45a6841"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "x-ms-correlation-request-id": [
- "6c583ffd-a6ef-41cd-9e54-b1fce4393bf9"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103533Z:6c583ffd-a6ef-41cd-9e54-b1fce4393bf9"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:33 GMT"
- ]
- },
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"properties\": {\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\",\r\n \"peerings\": [\r\n {\r\n \"properties\": {\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"state\": \"Enabled\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"vlanId\": 200,\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"name\": \"AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\"\r\n },\r\n {\r\n \"properties\": {\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 99,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n },\r\n \"name\": \"MicrosoftPeering\"\r\n }\r\n ],\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"etag\": \"W/\\\"3c30cf74-fe7c-4fb3-9b3c-5b3abfbeb7bd\\\"\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"name\": \"onesdk8836\",\r\n \"type\": \"microsoft.network/ExpressRouteCircuits\",\r\n \"location\": \"brazilsouth\"\r\n}",
- "RequestHeaders": {
- "Content-Type": [
- "application/json"
- ],
- "Content-Length": [
- "2210"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"a745ffd7-622a-439c-81c9-fee615e2dcde\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"a745ffd7-622a-439c-81c9-fee615e2dcde\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"a745ffd7-622a-439c-81c9-fee615e2dcde\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 99,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"NotConfigured\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "2681"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "10"
- ],
- "x-ms-request-id": [
- "7cfacbd6-5130-4a26-b618-9ca03446878c"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/7cfacbd6-5130-4a26-b618-9ca03446878c?api-version=2015-05-01-preview"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
- ],
- "x-ms-correlation-request-id": [
- "1bcc8a4b-647d-49a1-b420-99bf2b107514"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103807Z:1bcc8a4b-647d-49a1-b420-99bf2b107514"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:06 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "PUT",
- "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"properties\": {\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\",\r\n \"peerings\": [\r\n {\r\n \"properties\": {\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"state\": \"Enabled\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"vlanId\": 200,\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"name\": \"AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\"\r\n },\r\n {\r\n \"properties\": {\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"state\": \"Disabled\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n },\r\n \"name\": \"MicrosoftPeering\",\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/MicrosoftPeering\"\r\n }\r\n ],\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"provisioningState\": \"Failed\"\r\n },\r\n \"etag\": \"W/\\\"435e13cb-eff9-4f3f-b109-ed9ffc677159\\\"\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"name\": \"onesdk8836\",\r\n \"type\": \"microsoft.network/ExpressRouteCircuits\",\r\n \"location\": \"brazilsouth\"\r\n}",
- "RequestHeaders": {
- "Content-Type": [
- "application/json"
- ],
- "Content-Length": [
- "2529"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"onesdk8836\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836\",\r\n \"etag\": \"W/\\\"e9a3a297-9573-40c1-b3d1-767607f89fd1\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"9264150d-64f5-4b0c-8849-ab74d1fe42c8\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"e9a3a297-9573-40c1-b3d1-767607f89fd1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-3-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-4-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 200\r\n }\r\n },\r\n {\r\n \"name\": \"MicrosoftPeering\",\r\n \"id\": \"/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/peerings/MicrosoftPeering\",\r\n \"etag\": \"W/\\\"e9a3a297-9573-40c1-b3d1-767607f89fd1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"MicrosoftPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 200,\r\n \"microsoftPeeringConfig\": {\r\n \"advertisedPublicPrefixes\": [\r\n \"11.2.3.4/30\",\r\n \"12.2.3.4/30\"\r\n ],\r\n \"advertisedPublicPrefixesState\": \"NotConfigured\",\r\n \"customerASN\": 1000,\r\n \"routingRegistryName\": \"AFRINIC\"\r\n }\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"6b3967ba-f8fa-497a-b08d-50cf193335ea\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "2682"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "10"
- ],
- "x-ms-request-id": [
- "367b6708-41ba-4370-b82d-7c5b0699b02a"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/367b6708-41ba-4370-b82d-7c5b0699b02a?api-version=2015-05-01-preview"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1197"
- ],
- "x-ms-correlation-request-id": [
- "08a28830-9474-405c-81ff-2473795b383d"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103820Z:08a28830-9474-405c-81ff-2473795b383d"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:20 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "87dcdad4-e95d-4176-a1d5-116679e0463e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14998"
- ],
- "x-ms-correlation-request-id": [
- "d255d22e-fe24-47a6-84fa-b436b5822dc5"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103534Z:d255d22e-fe24-47a6-84fa-b436b5822dc5"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:34 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "7ac25081-7750-4e83-b192-2d1fdc5577b1"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
- ],
- "x-ms-correlation-request-id": [
- "0a920dc2-2054-453b-8bb0-e2eb4de2b825"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103545Z:0a920dc2-2054-453b-8bb0-e2eb4de2b825"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:35:44 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "6e937b2c-2487-4888-9607-49c91df3d980"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
- ],
- "x-ms-correlation-request-id": [
- "64175c14-2c5b-4720-ab45-b8352f0569bf"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103601Z:64175c14-2c5b-4720-ab45-b8352f0569bf"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:36:00 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "3aa3183b-fb87-47c2-8b97-b85aaee4f5ea"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
- ],
- "x-ms-correlation-request-id": [
- "a612ff11-f237-4212-8001-b09bbf663954"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103616Z:a612ff11-f237-4212-8001-b09bbf663954"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:36:16 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "a9a3d53d-afb5-4b8b-b990-43f1356bf564"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14994"
- ],
- "x-ms-correlation-request-id": [
- "346d52e6-a1b7-4920-9c75-64b65e887153"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103632Z:346d52e6-a1b7-4920-9c75-64b65e887153"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:36:32 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "b1c08f2f-9e2e-41de-8e6a-661a1bf3fcbe"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14993"
- ],
- "x-ms-correlation-request-id": [
- "4e1af3f4-feb8-4563-be71-75d0b508a103"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103648Z:4e1af3f4-feb8-4563-be71-75d0b508a103"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:36:48 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "3c014132-f16e-45a2-ab12-1d16ba6c7168"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14992"
- ],
- "x-ms-correlation-request-id": [
- "4badd965-f29f-4063-83d4-9112a71e2bb7"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103704Z:4badd965-f29f-4063-83d4-9112a71e2bb7"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:37:03 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "bfb9d509-2ce2-4f54-9369-a22b8842f7e2"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14991"
- ],
- "x-ms-correlation-request-id": [
- "cad713c7-1959-42e7-8e83-a8e3cedf533a"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103720Z:cad713c7-1959-42e7-8e83-a8e3cedf533a"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:37:19 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "7e7da96d-70b8-47bc-ae30-0d47572a9a0f"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14990"
- ],
- "x-ms-correlation-request-id": [
- "ec1b13a0-cb24-49d2-9438-436505e22112"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103735Z:ec1b13a0-cb24-49d2-9438-436505e22112"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:37:34 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/c50e4947-aa84-452c-9de7-1eddb45a6841?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy9jNTBlNDk0Ny1hYTg0LTQ1MmMtOWRlNy0xZWRkYjQ1YTY4NDE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "29"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "62fc3e86-7f9c-4dac-898b-753a6374d2d1"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14989"
- ],
- "x-ms-correlation-request-id": [
- "448c9553-accb-47ca-9274-86650574dea3"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103751Z:448c9553-accb-47ca-9274-86650574dea3"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:37:51 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/7cfacbd6-5130-4a26-b618-9ca03446878c?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy83Y2ZhY2JkNi01MTMwLTRhMjYtYjYxOC05Y2EwMzQ0Njg3OGM/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "a9434c4e-f006-4c63-afa8-e937f73a4c15"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14985"
- ],
- "x-ms-correlation-request-id": [
- "7b9f3533-87d8-4ad8-9264-40343cf75bd0"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103807Z:7b9f3533-87d8-4ad8-9264-40343cf75bd0"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:07 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/7cfacbd6-5130-4a26-b618-9ca03446878c?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy83Y2ZhY2JkNi01MTMwLTRhMjYtYjYxOC05Y2EwMzQ0Njg3OGM/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"InternalServerError\",\r\n \"message\": \"An error occured.\",\r\n \"details\": []\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "138"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "50b21f86-a309-4037-8602-fee57134ca6e"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14984"
- ],
- "x-ms-correlation-request-id": [
- "c0f5663d-638e-40ae-9b67-36bb432f0640"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103818Z:c0f5663d-638e-40ae-9b67-36bb432f0640"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:18 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/367b6708-41ba-4370-b82d-7c5b0699b02a?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8zNjdiNjcwOC00MWJhLTQzNzAtYjgyZC03YzViMDY5OWIwMmE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "76b1de2f-647f-4eb2-a9b4-6a57a613c5bf"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14980"
- ],
- "x-ms-correlation-request-id": [
- "b26bd32a-db21-49f0-984c-8c0432cbaaca"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103821Z:b26bd32a-db21-49f0-984c-8c0432cbaaca"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:20 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/367b6708-41ba-4370-b82d-7c5b0699b02a?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8zNjdiNjcwOC00MWJhLTQzNzAtYjgyZC03YzViMDY5OWIwMmE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"InternalServerError\",\r\n \"message\": \"An error occured.\",\r\n \"details\": []\r\n }\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "138"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "e02d25c6-c4a9-46dc-a0c6-9495934ddac9"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14979"
- ],
- "x-ms-correlation-request-id": [
- "cbd79f2e-4ff4-410f-a450-356ea2b21d33"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103832Z:cbd79f2e-4ff4-410f-a450-356ea2b21d33"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:31 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits/onesdk8836/?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazg4MzYvP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "DELETE",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "10"
- ],
- "x-ms-request-id": [
- "6fc00e68-7a35-4049-b74a-11b446e12191"
- ],
- "Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/6fc00e68-7a35-4049-b74a-11b446e12191?api-version=2015-05-01-preview"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operationResults/6fc00e68-7a35-4049-b74a-11b446e12191?api-version=2015-05-01-preview"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1196"
- ],
- "x-ms-correlation-request-id": [
- "3f2979e1-06cb-4033-ae3b-abc01800f51c"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103833Z:3f2979e1-06cb-4033-ae3b-abc01800f51c"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:32 GMT"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/6fc00e68-7a35-4049-b74a-11b446e12191?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy82ZmMwMGU2OC03YTM1LTQwNDktYjc0YS0xMWI0NDZlMTIxOTE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "43a4cd46-7dd9-420e-a5cb-5b9d6ab08aa4"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14977"
- ],
- "x-ms-correlation-request-id": [
- "4a4d1b29-6a0a-4c5e-9eb0-c240df78efde"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103834Z:4a4d1b29-6a0a-4c5e-9eb0-c240df78efde"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:33 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/6fc00e68-7a35-4049-b74a-11b446e12191?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy82ZmMwMGU2OC03YTM1LTQwNDktYjc0YS0xMWI0NDZlMTIxOTE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "712fbd36-1491-4d7c-9f39-98b087ee045b"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14976"
- ],
- "x-ms-correlation-request-id": [
- "86f07a91-bb0f-4a8d-9da6-49e0df61627f"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103845Z:86f07a91-bb0f-4a8d-9da6-49e0df61627f"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:38:44 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/6fc00e68-7a35-4049-b74a-11b446e12191?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy82ZmMwMGU2OC03YTM1LTQwNDktYjc0YS0xMWI0NDZlMTIxOTE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "30"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "517aa3b2-3ffc-4ba2-aa50-55f66ac61106"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14975"
- ],
- "x-ms-correlation-request-id": [
- "38bd81d7-5c35-4539-974d-d575620ecb87"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103901Z:38bd81d7-5c35-4539-974d-d575620ecb87"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:00 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/providers/Microsoft.Network/locations/brazilsouth/operations/6fc00e68-7a35-4049-b74a-11b446e12191?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy82ZmMwMGU2OC03YTM1LTQwNDktYjc0YS0xMWI0NDZlMTIxOTE/YXBpLXZlcnNpb249MjAxNS0wNS0wMS1wcmV2aWV3",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2015-05-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "29"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "2bb91dcd-4da7-4763-bdcc-4ca04efa0092"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14974"
- ],
- "x-ms-correlation-request-id": [
- "a0a21520-f143-4640-81a0-d4517e182d42"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103917Z:a0a21520-f143-4640-81a0-d4517e182d42"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:16 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourceGroups/onesdk4734/providers/Microsoft.Network/expressRouteCircuits?api-version=2015-05-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlR3JvdXBzL29uZXNkazQ3MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzP2FwaS12ZXJzaW9uPTIwMTUtMDUtMDEtcHJldmlldw==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Network.NetworkResourceProviderClient/2.0.0.0"
- ]
- },
- "ResponseBody": "{\r\n \"value\": []\r\n}",
- "ResponseHeaders": {
- "Content-Length": [
- "19"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-request-id": [
- "6a24a63b-7067-473c-88ef-08ccfe358809"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14973"
- ],
- "x-ms-correlation-request-id": [
- "f8ac6ec8-af58-4ac2-bcf0-6e57dcc684ca"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103917Z:f8ac6ec8-af58-4ac2-bcf0-6e57dcc684ca"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:17 GMT"
- ]
- },
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/resourcegroups/onesdk4734?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL3Jlc291cmNlZ3JvdXBzL29uZXNkazQ3MzQ/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
- "RequestMethod": "DELETE",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
- ],
- "x-ms-request-id": [
- "0c8a0a4e-0ebd-4b4f-bedd-34953f482b21"
- ],
- "x-ms-correlation-request-id": [
- "0c8a0a4e-0ebd-4b4f-bedd-34953f482b21"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103918Z:0c8a0a4e-0ebd-4b4f-bedd-34953f482b21"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:17 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs0NzM0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs0NzM0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczBOek0wTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14997"
- ],
- "x-ms-request-id": [
- "f25af64b-9166-4fbe-8a3b-609b0381f40c"
- ],
- "x-ms-correlation-request-id": [
- "f25af64b-9166-4fbe-8a3b-609b0381f40c"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103918Z:f25af64b-9166-4fbe-8a3b-609b0381f40c"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:17 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs0NzM0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs0NzM0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczBOek0wTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "15"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14996"
- ],
- "x-ms-request-id": [
- "d9604e45-965e-4124-914c-7d9892d991ba"
- ],
- "x-ms-correlation-request-id": [
- "d9604e45-965e-4124-914c-7d9892d991ba"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103933Z:d9604e45-965e-4124-914c-7d9892d991ba"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:32 GMT"
- ],
- "Location": [
- "https://management.azure.com/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs0NzM0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
- ]
- },
- "StatusCode": 202
- },
- {
- "RequestUri": "/subscriptions/64229c92-175a-4eba-a2fd-ee1f9e29766e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs0NzM0LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjQyMjljOTItMTc1YS00ZWJhLWEyZmQtZWUxZjllMjk3NjZlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczBOek0wTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-version": [
- "2014-04-01-preview"
- ],
- "User-Agent": [
- "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
- ]
- },
- "ResponseBody": "",
- "ResponseHeaders": {
- "Content-Length": [
- "0"
- ],
- "Expires": [
- "-1"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "14995"
- ],
- "x-ms-request-id": [
- "62f6e8c1-898b-4264-9b8d-56f31e16d979"
- ],
- "x-ms-correlation-request-id": [
- "62f6e8c1-898b-4264-9b8d-56f31e16d979"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20151103T103948Z:62f6e8c1-898b-4264-9b8d-56f31e16d979"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Tue, 03 Nov 2015 10:39:48 GMT"
- ]
- },
- "StatusCode": 200
- }
- ],
- "Names": {
- "Test-ExpressRouteCircuitPeeringCRUD": [
- "onesdk4734",
- "onesdk8836"
- ]
- },
- "Variables": {
- "SubscriptionId": "64229c92-175a-4eba-a2fd-ee1f9e29766e"
- }
-}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitPrivatePublicPeeringCRUD.json b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitPrivatePublicPeeringCRUD.json
new file mode 100644
index 000000000000..a04cb661f44d
--- /dev/null
+++ b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitPrivatePublicPeeringCRUD.json
@@ -0,0 +1,2346 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorization\": {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "5934"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-request-id": [
+ "5be439bc-e48b-4162-a4a2-83823fce7b95"
+ ],
+ "x-ms-correlation-request-id": [
+ "5be439bc-e48b-4162-a4a2-83823fce7b95"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012327Z:5be439bc-e48b-4162-a4a2-83823fce7b95"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:23:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk5965?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazU5NjU/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "102"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-request-id": [
+ "28fc9c52-5bb1-42e2-9ac7-3f58a1db4902"
+ ],
+ "x-ms-correlation-request-id": [
+ "28fc9c52-5bb1-42e2-9ac7-3f58a1db4902"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012327Z:28fc9c52-5bb1-42e2-9ac7-3f58a1db4902"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:23:26 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk5965?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazU5NjU/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-request-id": [
+ "e6a38483-7d86-4bed-b2be-28a148f0a4d5"
+ ],
+ "x-ms-correlation-request-id": [
+ "e6a38483-7d86-4bed-b2be-28a148f0a4d5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013423Z:e6a38483-7d86-4bed-b2be-28a148f0a4d5"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:34:22 GMT"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk5965?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazU5NjU/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"West US\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "29"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965\",\r\n \"name\": \"onesdk5965\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "173"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-request-id": [
+ "af3a867c-8f14-40b3-b283-aefe580e9054"
+ ],
+ "x-ms-correlation-request-id": [
+ "af3a867c-8f14-40b3-b283-aefe580e9054"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012327Z:af3a867c-8f14-40b3-b283-aefe580e9054"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:23:26 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14989"
+ ],
+ "x-ms-request-id": [
+ "f9a471a7-545d-4f24-96b2-f9969add6622"
+ ],
+ "x-ms-correlation-request-id": [
+ "f9a471a7-545d-4f24-96b2-f9969add6622"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012327Z:f9a471a7-545d-4f24-96b2-f9969add6622"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:23:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "56e79049-c138-40da-9ea6-4e9045cffbaf"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/expressRouteCircuits/onesdk2263' under resource group 'onesdk5965' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "163"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "224641e7-c4ef-4083-abc6-a5de51a94506"
+ ],
+ "x-ms-correlation-request-id": [
+ "224641e7-c4ef-4083-abc6-a5de51a94506"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012328Z:224641e7-c4ef-4083-abc6-a5de51a94506"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:23:28 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1715"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "52efd915-314d-45f6-930d-2164d4463e16"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-correlation-request-id": [
+ "36767b3f-2fc9-4865-b108-9e26c18fbe07"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012515Z:36767b3f-2fc9-4865-b108-9e26c18fbe07"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:25:14 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "16761232-3267-4201-a202-9cfe9739e595"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1715"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1515e347-3f4a-4e5a-9856-8ce05621959f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14993"
+ ],
+ "x-ms-correlation-request-id": [
+ "ee4568e7-822f-44b1-816d-c1e99907015b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012516Z:ee4568e7-822f-44b1-816d-c1e99907015b"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:25:16 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "445cac83-8254-4602-9ad1-56f8e05f3be2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1715"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a1f6761c-824d-4065-a4a1-bd98c4543ba3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-correlation-request-id": [
+ "aa210540-ff5b-4d10-8e40-d9353b170e5e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012520Z:aa210540-ff5b-4d10-8e40-d9353b170e5e"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:25:20 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0a3bf555-8ec2-477d-be47-6ac1a1ff64a2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1715"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "14f3a889-aae8-4b6f-8693-60048322e761"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-correlation-request-id": [
+ "346a8dba-6b3a-4de1-bebb-e24300755ac0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012523Z:346a8dba-6b3a-4de1-bebb-e24300755ac0"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:25:23 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 30,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 33\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2500"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2b13c360-7a05-4487-8599-c1aa3502b4e4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14985"
+ ],
+ "x-ms-correlation-request-id": [
+ "4e637c6c-1fdb-4c59-aaa3-4c00698bf138"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012805Z:4e637c6c-1fdb-4c59-aaa3-4c00698bf138"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:28:04 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "d31c250c-239c-41d7-841d-9c18b7a63062"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 30,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 33\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2500"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "837467c2-e5dc-4d77-bc13-ad23ec36da4d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-correlation-request-id": [
+ "74df87ed-6625-4d75-afa7-896776233447"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012818Z:74df87ed-6625-4d75-afa7-896776233447"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:28:18 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "480af79d-4b84-4e6d-841d-de63d50a656c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 30,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 33\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2500"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d7309db5-3995-40b6-af28-ed03ace4407d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14983"
+ ],
+ "x-ms-correlation-request-id": [
+ "c9f8dab5-f100-4e96-bc7d-b76710212f51"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012829Z:c9f8dab5-f100-4e96-bc7d-b76710212f51"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:28:28 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "1706bca1-c8e8-4610-aaf5-5b7886d84697"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 30,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 33\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2500"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "cb09912c-170a-4674-bf32-bf843ac7f8c6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14982"
+ ],
+ "x-ms-correlation-request-id": [
+ "35f8f90d-a105-4a46-9ba8-45f516a38b35"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012833Z:35f8f90d-a105-4a46-9ba8-45f516a38b35"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:28:33 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"8e958513-f8c6-49d9-9430-863338dbaace\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"8e958513-f8c6-49d9-9430-863338dbaace\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"8e958513-f8c6-49d9-9430-863338dbaace\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 55\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2501"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "9d1879ad-ae9f-47ca-99eb-01e6e9c13fb9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14976"
+ ],
+ "x-ms-correlation-request-id": [
+ "fc06cd6b-94ea-43a3-acc5-9370da136aa7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013137Z:fc06cd6b-94ea-43a3-acc5-9370da136aa7"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:31:37 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "98bcf6fe-04b9-45b2-ab35-4e589995cc1e"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"8e958513-f8c6-49d9-9430-863338dbaace\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"8e958513-f8c6-49d9-9430-863338dbaace\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"8e958513-f8c6-49d9-9430-863338dbaace\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 55\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2501"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1f1ac3e6-3cce-4aa9-bfdd-b0b0e5584e07"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14975"
+ ],
+ "x-ms-correlation-request-id": [
+ "69f24480-1c8f-4419-90b2-6d0b2d8cfdcc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013148Z:69f24480-1c8f-4419-90b2-6d0b2d8cfdcc"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:31:47 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"location\": \"brazilSouth\",\r\n \"properties\": {\r\n \"authorizations\": [],\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"properties\": {\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"vlanId\": 22\r\n }\r\n }\r\n ],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "716"
+ ],
+ "x-ms-client-request-id": [
+ "e8b63e5d-7e6d-486e-b076-63d399303d8b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"02e4cc5e-acd8-49ad-990d-e93434dce8c0\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"02e4cc5e-acd8-49ad-990d-e93434dce8c0\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 22\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"00000000-0000-0000-0000-000000000000\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1587"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "66ae4590-7940-4ab6-8d63-0f4b568eb64c"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/66ae4590-7940-4ab6-8d63-0f4b568eb64c?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "477fbfee-f2d3-4702-a7b1-b1f6726988c7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012330Z:477fbfee-f2d3-4702-a7b1-b1f6726988c7"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:23:30 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\",\r\n \"authorizations\": [],\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"b89058ba-2388-4ab5-9425-05d858fb4892\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"properties\": {\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"state\": \"Enabled\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"vlanId\": 22,\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"properties\": {\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 30,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"vlanId\": 33\r\n }\r\n }\r\n ],\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1910"
+ ],
+ "x-ms-client-request-id": [
+ "16ef0eb2-ff5c-400f-b039-12b74ac4a88d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"8f377c82-4a02-45e3-ae00-76480cf27bf7\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"8f377c82-4a02-45e3-ae00-76480cf27bf7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"8f377c82-4a02-45e3-ae00-76480cf27bf7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 0,\r\n \"peerASN\": 30,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"state\": \"Disabled\",\r\n \"vlanId\": 33\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2371"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "24ad7146-7edf-43ce-8a66-febce7604801"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/24ad7146-7edf-43ce-8a66-febce7604801?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "7f5c9f60-7712-4789-85f5-4c0c28d50d1c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012524Z:7f5c9f60-7712-4789-85f5-4c0c28d50d1c"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:25:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n },\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\",\r\n \"authorizations\": [],\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"properties\": {\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"state\": \"Enabled\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"vlanId\": 22,\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"etag\": \"W/\\\"0cbf6a4f-f58c-4eb5-8a26-fb0632754292\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"properties\": {\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"state\": \"Enabled\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"vlanId\": 55,\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ],\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "2362"
+ ],
+ "x-ms-client-request-id": [
+ "4ab9b6b9-5598-411d-af0e-61ef852ee1fd"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk2263\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263\",\r\n \"etag\": \"W/\\\"8716363f-41f4-45e9-859e-a4d3904b579d\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"439d3301-507c-4a7d-9e66-30072907bc56\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"8716363f-41f4-45e9-859e-a4d3904b579d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 22\r\n }\r\n },\r\n {\r\n \"name\": \"AzurePublicPeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/peerings/AzurePublicPeering\",\r\n \"etag\": \"W/\\\"8716363f-41f4-45e9-859e-a4d3904b579d\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"peeringType\": \"AzurePublicPeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 100,\r\n \"primaryPeerAddressPrefix\": \"192.168.1.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.168.2.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 55\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 1000\r\n },\r\n \"circuitProvisioningState\": \"Disabled\",\r\n \"serviceKey\": \"b1d749f8-19d5-4bd7-acfe-7d63a4c2e259\",\r\n \"serviceProviderProvisioningState\": \"NotProvisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "2499"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "360022c6-f577-49f6-ae16-740c5f5d048c"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/360022c6-f577-49f6-ae16-740c5f5d048c?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "408d6b9b-2b0e-498a-b3f8-416938f0b701"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012835Z:408d6b9b-2b0e-498a-b3f8-416938f0b701"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:28:34 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/66ae4590-7940-4ab6-8d63-0f4b568eb64c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy82NmFlNDU5MC03OTQwLTRhYjYtOGQ2My0wZjRiNTY4ZWI2NGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "dd8a267c-f746-4470-805b-ad0ab3dec2ef"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "5fa072bc-227d-4ddd-b02d-845f582786fd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012401Z:5fa072bc-227d-4ddd-b02d-845f582786fd"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:24:00 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/66ae4590-7940-4ab6-8d63-0f4b568eb64c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy82NmFlNDU5MC03OTQwLTRhYjYtOGQ2My0wZjRiNTY4ZWI2NGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "e4b1ae3c-aae4-4d86-b336-feebd88a87e4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "d55279df-5e33-4dbb-9272-36a113b4e390"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012432Z:d55279df-5e33-4dbb-9272-36a113b4e390"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:24:31 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/66ae4590-7940-4ab6-8d63-0f4b568eb64c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy82NmFlNDU5MC03OTQwLTRhYjYtOGQ2My0wZjRiNTY4ZWI2NGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "5004351d-d4b8-49d8-b5a8-a194219a5a84"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "0d04e493-0ef1-4220-a1eb-0a659bb17b71"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012503Z:0d04e493-0ef1-4220-a1eb-0a659bb17b71"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:25:02 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/24ad7146-7edf-43ce-8a66-febce7604801?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8yNGFkNzE0Ni03ZWRmLTQzY2UtOGE2Ni1mZWJjZTc2MDQ4MDE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "35f3b850-e0e5-4c16-bd57-84109dba74fc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-correlation-request-id": [
+ "e0e62cb1-0859-4c8c-94f0-2e81f15ad06d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012555Z:e0e62cb1-0859-4c8c-94f0-2e81f15ad06d"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:25:54 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/24ad7146-7edf-43ce-8a66-febce7604801?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8yNGFkNzE0Ni03ZWRmLTQzY2UtOGE2Ni1mZWJjZTc2MDQ4MDE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "9907493d-743e-4c61-8737-5de421b7096d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14989"
+ ],
+ "x-ms-correlation-request-id": [
+ "b784c942-2fdc-434a-83e2-1f545c3eb926"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012626Z:b784c942-2fdc-434a-83e2-1f545c3eb926"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:26:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/24ad7146-7edf-43ce-8a66-febce7604801?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8yNGFkNzE0Ni03ZWRmLTQzY2UtOGE2Ni1mZWJjZTc2MDQ4MDE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "308fc7da-13b9-4e90-977c-f386e8f0f70d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14988"
+ ],
+ "x-ms-correlation-request-id": [
+ "6c3bd6e2-6d74-4b81-9690-d8bb167f6df9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012657Z:6c3bd6e2-6d74-4b81-9690-d8bb167f6df9"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:26:57 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/24ad7146-7edf-43ce-8a66-febce7604801?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8yNGFkNzE0Ni03ZWRmLTQzY2UtOGE2Ni1mZWJjZTc2MDQ4MDE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "e247cf07-6eef-453c-aae5-6cbd5f35f27c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14987"
+ ],
+ "x-ms-correlation-request-id": [
+ "baf6f8ec-ae4a-433f-bbab-6a7fd86b9ecf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012728Z:baf6f8ec-ae4a-433f-bbab-6a7fd86b9ecf"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:27:27 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/24ad7146-7edf-43ce-8a66-febce7604801?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8yNGFkNzE0Ni03ZWRmLTQzY2UtOGE2Ni1mZWJjZTc2MDQ4MDE/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d9bf5a2b-7be6-464c-a1bc-5ef836ac7c93"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14986"
+ ],
+ "x-ms-correlation-request-id": [
+ "4785a78a-64b4-449c-bcbd-65c95ee06259"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012759Z:4785a78a-64b4-449c-bcbd-65c95ee06259"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:27:58 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/360022c6-f577-49f6-ae16-740c5f5d048c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8zNjAwMjJjNi1mNTc3LTQ5ZjYtYWUxNi03NDBjNWY1ZDA0OGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "61e9717f-2add-40c2-9857-26277c530c18"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14981"
+ ],
+ "x-ms-correlation-request-id": [
+ "3749c616-bdc9-48c4-9f29-441a3a3dcdb2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012905Z:3749c616-bdc9-48c4-9f29-441a3a3dcdb2"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:29:05 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/360022c6-f577-49f6-ae16-740c5f5d048c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8zNjAwMjJjNi1mNTc3LTQ5ZjYtYWUxNi03NDBjNWY1ZDA0OGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "33ea0129-0623-46f9-bb8a-fb1951edb96f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14980"
+ ],
+ "x-ms-correlation-request-id": [
+ "81345da3-e880-4560-ab1f-e3872c3e26e6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T012936Z:81345da3-e880-4560-ab1f-e3872c3e26e6"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:29:36 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/360022c6-f577-49f6-ae16-740c5f5d048c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8zNjAwMjJjNi1mNTc3LTQ5ZjYtYWUxNi03NDBjNWY1ZDA0OGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "290978b5-42ec-41aa-835b-3fe320d9c08a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14979"
+ ],
+ "x-ms-correlation-request-id": [
+ "549af0f5-7577-4e29-812d-a6dd78755889"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013007Z:549af0f5-7577-4e29-812d-a6dd78755889"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:30:06 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/360022c6-f577-49f6-ae16-740c5f5d048c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8zNjAwMjJjNi1mNTc3LTQ5ZjYtYWUxNi03NDBjNWY1ZDA0OGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "14ca618d-fee2-4c02-a47d-35df612ac1f4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-correlation-request-id": [
+ "cd3c587b-7d60-4942-8a8f-8870e0f33fca"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013038Z:cd3c587b-7d60-4942-8a8f-8870e0f33fca"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:30:38 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/360022c6-f577-49f6-ae16-740c5f5d048c?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy8zNjAwMjJjNi1mNTc3LTQ5ZjYtYWUxNi03NDBjNWY1ZDA0OGM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d731c821-ec8f-4b17-939c-361913ea9429"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14977"
+ ],
+ "x-ms-correlation-request-id": [
+ "fda1b4dc-d5d0-45bc-be1e-3f21d2dfe09f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013109Z:fda1b4dc-d5d0-45bc-be1e-3f21d2dfe09f"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:31:09 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits/onesdk2263/?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzL29uZXNkazIyNjMvP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "cb111cb3-1a3b-4023-903a-999cd00a6103"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "41f00b78-7c67-442a-9fe7-eefc21c99e84"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/41f00b78-7c67-442a-9fe7-eefc21c99e84?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operationResults/41f00b78-7c67-442a-9fe7-eefc21c99e84?api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "5c673ec7-09f8-4d59-a708-1ed16801d983"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013149Z:5c673ec7-09f8-4d59-a708-1ed16801d983"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:31:48 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/41f00b78-7c67-442a-9fe7-eefc21c99e84?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy80MWYwMGI3OC03YzY3LTQ0MmEtOWZlNy1lZWZjMjFjOTllODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "7b4ada22-d814-49b2-a236-dd98a450b1f2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14974"
+ ],
+ "x-ms-correlation-request-id": [
+ "41261c18-e7ad-4e60-b973-4486148fb8c4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013219Z:41261c18-e7ad-4e60-b973-4486148fb8c4"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:32:19 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/41f00b78-7c67-442a-9fe7-eefc21c99e84?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy80MWYwMGI3OC03YzY3LTQ0MmEtOWZlNy1lZWZjMjFjOTllODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "600550d2-93c3-4ae1-84e5-268df655c1e1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14973"
+ ],
+ "x-ms-correlation-request-id": [
+ "f0c73e35-e277-42f3-aaf1-62b3b1007500"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013250Z:f0c73e35-e277-42f3-aaf1-62b3b1007500"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:32:50 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/41f00b78-7c67-442a-9fe7-eefc21c99e84?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy80MWYwMGI3OC03YzY3LTQ0MmEtOWZlNy1lZWZjMjFjOTllODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a48c30d6-e681-49fc-91a2-c64f5c8c9011"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14972"
+ ],
+ "x-ms-correlation-request-id": [
+ "1d432413-7c49-476c-a551-900f39b87ecb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013321Z:1d432413-7c49-476c-a551-900f39b87ecb"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:33:20 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/41f00b78-7c67-442a-9fe7-eefc21c99e84?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy80MWYwMGI3OC03YzY3LTQ0MmEtOWZlNy1lZWZjMjFjOTllODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8ff3b33c-7a46-453a-a99c-ca33587e268f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14971"
+ ],
+ "x-ms-correlation-request-id": [
+ "b6777d33-8a4b-45c6-9da7-90b1000534f6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013352Z:b6777d33-8a4b-45c6-9da7-90b1000534f6"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:33:51 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/brazilsouth/operations/41f00b78-7c67-442a-9fe7-eefc21c99e84?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvYnJhemlsc291dGgvb3BlcmF0aW9ucy80MWYwMGI3OC03YzY3LTQ0MmEtOWZlNy1lZWZjMjFjOTllODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "eab3ca7b-eccf-4828-bd05-9c3c36050f32"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14970"
+ ],
+ "x-ms-correlation-request-id": [
+ "3450eb06-680a-4824-baff-afd95ff53f50"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013423Z:3450eb06-680a-4824-baff-afd95ff53f50"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:34:23 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk5965/providers/Microsoft.Network/expressRouteCircuits?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazU5NjUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL2V4cHJlc3NSb3V0ZUNpcmN1aXRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "d53cb062-5376-4ede-8d65-edbe053905dc"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14969"
+ ],
+ "x-ms-request-id": [
+ "ccd4a9c4-c68e-4841-8c6f-6b1d53003cb8"
+ ],
+ "x-ms-correlation-request-id": [
+ "ccd4a9c4-c68e-4841-8c6f-6b1d53003cb8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013423Z:ccd4a9c4-c68e-4841-8c6f-6b1d53003cb8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:34:23 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk5965?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazU5NjU/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "6e6f9366-d3c0-4ce4-967d-c7f703560241"
+ ],
+ "x-ms-correlation-request-id": [
+ "6e6f9366-d3c0-4ce4-967d-c7f703560241"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013424Z:6e6f9366-d3c0-4ce4-967d-c7f703560241"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:34:23 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs1OTY1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs1OTY1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczFPVFkxTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-request-id": [
+ "6b1a6bae-acbc-471d-8359-ab302f2ca600"
+ ],
+ "x-ms-correlation-request-id": [
+ "6b1a6bae-acbc-471d-8359-ab302f2ca600"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013424Z:6b1a6bae-acbc-471d-8359-ab302f2ca600"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:34:23 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs1OTY1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs1OTY1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczFPVFkxTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-request-id": [
+ "3532c67b-4c87-43b3-90cf-3693b73cadda"
+ ],
+ "x-ms-correlation-request-id": [
+ "3532c67b-4c87-43b3-90cf-3693b73cadda"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013439Z:3532c67b-4c87-43b3-90cf-3693b73cadda"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:34:38 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs1OTY1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs1OTY1LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczFPVFkxTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-request-id": [
+ "86940aee-c60d-4b93-bca4-e0d94af99b92"
+ ],
+ "x-ms-correlation-request-id": [
+ "86940aee-c60d-4b93-bca4-e0d94af99b92"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T013454Z:86940aee-c60d-4b93-bca4-e0d94af99b92"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 01:34:53 GMT"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "Test-ExpressRouteCircuitPrivatePublicPeeringCRUD": [
+ "onesdk5965",
+ "onesdk2263"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "18b0dc06-a2b8-4c0f-95af-550319fa5eac"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests/TestVirtualNetworkeExpressRouteGatewayConnectionCRUD.json b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests/TestVirtualNetworkeExpressRouteGatewayConnectionCRUD.json
new file mode 100644
index 000000000000..ea4e6bf53cd7
--- /dev/null
+++ b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayConnectionTests/TestVirtualNetworkeExpressRouteGatewayConnectionCRUD.json
@@ -0,0 +1,1054 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdkTestConnection?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection\",\r\n \"name\": \"onesdkTestConnection\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "193"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14982"
+ ],
+ "x-ms-request-id": [
+ "06822857-1b50-404c-adad-03834cd84383"
+ ],
+ "x-ms-correlation-request-id": [
+ "06822857-1b50-404c-adad-03834cd84383"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T002924Z:06822857-1b50-404c-adad-03834cd84383"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:29:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay92aXJ0dWFsTmV0d29ya0dhdGV3YXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "1bea5287-33f7-4f2e-8e7a-947256542754"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testGW\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW\",\r\n \"etag\": \"W/\\\"caf797a6-4193-465c-b9c0-d2aa7e350461\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"bc691973-1632-435e-8bf7-443ed7de45d8\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vnetGatewayConfigName\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW/ipConfigurations/vnetGatewayConfigName\",\r\n \"etag\": \"W/\\\"caf797a6-4193-465c-b9c0-d2aa7e350461\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/publicIPAddresses/publicIpName\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"vpnType\": \"PolicyBased\",\r\n \"enableBgp\": false,\r\n \"vpnClientConfiguration\": {\r\n \"vpnClientRootCertificates\": [],\r\n \"vpnClientRevokedCertificates\": []\r\n }\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1750"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "28853683-b01d-4643-aec9-8d367d50a089"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "b7d6dff2-f2e9-4b93-bab9-43fb27927562"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T002925Z:b7d6dff2-f2e9-4b93-bab9-43fb27927562"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:29:24 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9leHByZXNzUm91dGVDaXJjdWl0cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "44d60c20-b7ac-4b04-aa93-ffc2e78349ec"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"testConnection\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits/testConnection\",\r\n \"etag\": \"W/\\\"27f26f17-0896-4e3b-9b3f-08043b5891c5\\\"\",\r\n \"type\": \"Microsoft.Network/expressRouteCircuits\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5378dfbc-1ed4-4ac9-81ca-6a8bc54a4f3e\",\r\n \"peerings\": [\r\n {\r\n \"name\": \"AzurePrivatePeering\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits/testConnection/peerings/AzurePrivatePeering\",\r\n \"etag\": \"W/\\\"27f26f17-0896-4e3b-9b3f-08043b5891c5\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"peeringType\": \"AzurePrivatePeering\",\r\n \"azureASN\": 12076,\r\n \"peerASN\": 123,\r\n \"primaryPeerAddressPrefix\": \"192.192.192.0/30\",\r\n \"secondaryPeerAddressPrefix\": \"192.192.193.0/30\",\r\n \"primaryAzurePort\": \"EQIX-SJC-06GMR-CIS-1-PRI-A\",\r\n \"secondaryAzurePort\": \"EQIX-SJC-06GMR-CIS-2-SEC-A\",\r\n \"state\": \"Enabled\",\r\n \"vlanId\": 19\r\n }\r\n }\r\n ],\r\n \"authorizations\": [],\r\n \"serviceProviderProperties\": {\r\n \"serviceProviderName\": \"equinix\",\r\n \"peeringLocation\": \"Silicon Valley\",\r\n \"bandwidthInMbps\": 500\r\n },\r\n \"circuitProvisioningState\": \"Enabled\",\r\n \"serviceKey\": \"0b17821f-aed5-446b-ab59-a41373250546\",\r\n \"serviceProviderProvisioningState\": \"Provisioned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_MeteredData\",\r\n \"tier\": \"Standard\",\r\n \"family\": \"MeteredData\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1943"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b5b84dc1-a412-40f8-9511-56d6df6601d2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "67879b04-fb0c-4d15-9bf5-b369db3071dc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T002926Z:67879b04-fb0c-4d15-9bf5-b369db3071dc"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:29:25 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9jb25uZWN0aW9ucy9vbmVzZGsxOTE0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fa11cb9c-6447-4180-b24f-dc2a69e1f58a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/connections/onesdk1914' under resource group 'onesdkTestConnection' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "164"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "b2da67be-72fd-4300-bacc-fdf45d544cf7"
+ ],
+ "x-ms-correlation-request-id": [
+ "b2da67be-72fd-4300-bacc-fdf45d544cf7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T002926Z:b2da67be-72fd-4300-bacc-fdf45d544cf7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:29:25 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9jb25uZWN0aW9ucy9vbmVzZGsxOTE0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1914\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914\",\r\n \"etag\": \"W/\\\"11ec12c1-29d9-44a6-ab2b-f250229876e6\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb5ddbfa-1e95-4d32-a885-c2bf0e56776a\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW\"\r\n },\r\n \"connectionType\": \"ExpressRoute\",\r\n \"routingWeight\": 3,\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"peer\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits/testConnection\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "954"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "f9b5f040-6b6d-45ce-966d-beea5ecc572d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-correlation-request-id": [
+ "9dcb387d-e6a8-4423-ac24-9ecc5d4c74c5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003228Z:9dcb387d-e6a8-4423-ac24-9ecc5d4c74c5"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:32:27 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9jb25uZWN0aW9ucy9vbmVzZGsxOTE0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9771e91d-8732-4e90-8359-6a1c58e1b66d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1914\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914\",\r\n \"etag\": \"W/\\\"11ec12c1-29d9-44a6-ab2b-f250229876e6\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb5ddbfa-1e95-4d32-a885-c2bf0e56776a\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW\"\r\n },\r\n \"connectionType\": \"ExpressRoute\",\r\n \"routingWeight\": 3,\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"peer\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits/testConnection\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "954"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "56b1fd1c-9f74-4e7f-b9f0-04703f12141a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14989"
+ ],
+ "x-ms-correlation-request-id": [
+ "dabae636-df8c-41a1-b1a0-9d84fa745f3a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003228Z:dabae636-df8c-41a1-b1a0-9d84fa745f3a"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:32:27 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9jb25uZWN0aW9ucy9vbmVzZGsxOTE0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e7e2e124-dd01-486d-8964-1de0142f28b1"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1914\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914\",\r\n \"etag\": \"W/\\\"11ec12c1-29d9-44a6-ab2b-f250229876e6\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb5ddbfa-1e95-4d32-a885-c2bf0e56776a\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW\"\r\n },\r\n \"connectionType\": \"ExpressRoute\",\r\n \"routingWeight\": 3,\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"peer\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits/testConnection\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "954"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "df4108bf-8652-4e48-a40f-474e622101af"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14988"
+ ],
+ "x-ms-correlation-request-id": [
+ "3275fed9-b03c-4a4c-93d5-04ecc8f0b5f2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003228Z:3275fed9-b03c-4a4c-93d5-04ecc8f0b5f2"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:32:27 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9jb25uZWN0aW9ucy9vbmVzZGsxOTE0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"virtualNetworkGateway1\": {\r\n \"etag\": \"W/\\\"caf797a6-4193-465c-b9c0-d2aa7e350461\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"vnetGatewayConfigName\",\r\n \"etag\": \"W/\\\"caf797a6-4193-465c-b9c0-d2aa7e350461\\\"\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW/ipConfigurations/vnetGatewayConfigName\",\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworks/testVnet/subnets/GatewaySubnet\"\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/publicIPAddresses/publicIpName\"\r\n }\r\n }\r\n }\r\n ],\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"vpnType\": \"PolicyBased\",\r\n \"enableBgp\": false,\r\n \"vpnClientConfiguration\": {\r\n \"vpnClientRootCertificates\": [],\r\n \"vpnClientRevokedCertificates\": []\r\n },\r\n \"resourceGuid\": \"bc691973-1632-435e-8bf7-443ed7de45d8\",\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n \"connectionType\": \"ExpressRoute\",\r\n \"routingWeight\": 3,\r\n \"egressBytesTransferred\": 0,\r\n \"ingressBytesTransferred\": 0,\r\n \"peer\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits/testConnection\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1996"
+ ],
+ "x-ms-client-request-id": [
+ "2364e12f-a72a-4ec1-84c6-9cdda3758b7f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1914\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914\",\r\n \"etag\": \"W/\\\"6ca365b3-1941-45ca-b80e-ae9db89500af\\\"\",\r\n \"type\": \"Microsoft.Network/connections\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fb5ddbfa-1e95-4d32-a885-c2bf0e56776a\",\r\n \"virtualNetworkGateway1\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/virtualNetworkGateways/testGW\"\r\n },\r\n \"connectionType\": \"ExpressRoute\",\r\n \"routingWeight\": 3,\r\n \"ingressBytesTransferred\": 0,\r\n \"egressBytesTransferred\": 0,\r\n \"peer\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/expressRouteCircuits/testConnection\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "953"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "aff80f97-a0f3-4198-9662-462f879e2d42"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/aff80f97-a0f3-4198-9662-462f879e2d42?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "b3b2489c-9a50-4610-aab3-29a2bb678ba4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T002927Z:b3b2489c-9a50-4610-aab3-29a2bb678ba4"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:29:26 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/aff80f97-a0f3-4198-9662-462f879e2d42?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWZmODBmOTctYTBmMy00MTk4LTk2NjItNDYyZjg3OWUyZDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a2a7eaa8-62a8-4cd0-894d-98b5414f3fb3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "72a25108-749f-4209-804d-44fc8b18a3c4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T002957Z:72a25108-749f-4209-804d-44fc8b18a3c4"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:29:56 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/aff80f97-a0f3-4198-9662-462f879e2d42?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWZmODBmOTctYTBmMy00MTk4LTk2NjItNDYyZjg3OWUyZDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ec86e641-edee-47a2-9f78-eaef499dee00"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "3232d6cb-4b60-4048-9d2d-5697a1e58481"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003027Z:3232d6cb-4b60-4048-9d2d-5697a1e58481"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:30:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/aff80f97-a0f3-4198-9662-462f879e2d42?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWZmODBmOTctYTBmMy00MTk4LTk2NjItNDYyZjg3OWUyZDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d0efd5c9-0917-437c-b40d-1a974abe258b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-correlation-request-id": [
+ "5b2c75e4-c49b-42f4-9a77-2e2714ab9529"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003057Z:5b2c75e4-c49b-42f4-9a77-2e2714ab9529"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:30:57 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/aff80f97-a0f3-4198-9662-462f879e2d42?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWZmODBmOTctYTBmMy00MTk4LTk2NjItNDYyZjg3OWUyZDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "37a5eac1-80a3-4262-b3c3-f6df0276f6d4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14993"
+ ],
+ "x-ms-correlation-request-id": [
+ "2f9e9479-9ece-4c3c-b9f4-8b570173df21"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003127Z:2f9e9479-9ece-4c3c-b9f4-8b570173df21"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:31:27 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/aff80f97-a0f3-4198-9662-462f879e2d42?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWZmODBmOTctYTBmMy00MTk4LTk2NjItNDYyZjg3OWUyZDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "dcfd72e7-2e6f-42b3-8871-38fba5c3dea3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-correlation-request-id": [
+ "84885d48-8747-4791-a672-b5ec6bf56ee8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003158Z:84885d48-8747-4791-a672-b5ec6bf56ee8"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:31:57 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/aff80f97-a0f3-4198-9662-462f879e2d42?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYWZmODBmOTctYTBmMy00MTk4LTk2NjItNDYyZjg3OWUyZDQyP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "bb07ebf8-1b3c-4fbc-8a1a-d8557f380ef7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-correlation-request-id": [
+ "f6aa569d-ac3d-415d-bd43-e254abd72735"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003228Z:f6aa569d-ac3d-415d-bd43-e254abd72735"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:32:27 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections/onesdk1914?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9jb25uZWN0aW9ucy9vbmVzZGsxOTE0P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "733df57f-2a12-4cd1-903e-484a9f67b838"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "41ce3618-61cd-401e-8df1-3a2d64cd32ad"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/41ce3618-61cd-401e-8df1-3a2d64cd32ad?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operationResults/41ce3618-61cd-401e-8df1-3a2d64cd32ad?api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "72a00510-510b-4ac9-b23a-c12702ae9be3"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003228Z:72a00510-510b-4ac9-b23a-c12702ae9be3"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:32:28 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/41ce3618-61cd-401e-8df1-3a2d64cd32ad?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDFjZTM2MTgtNjFjZC00MDFlLThkZjEtM2EyZDY0Y2QzMmFkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1199ce31-2d0b-45fa-a355-da1207ff7b1a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14987"
+ ],
+ "x-ms-correlation-request-id": [
+ "7de3c6a0-cd74-4ebf-9cd5-1667b87b3762"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003259Z:7de3c6a0-cd74-4ebf-9cd5-1667b87b3762"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:32:58 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/41ce3618-61cd-401e-8df1-3a2d64cd32ad?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDFjZTM2MTgtNjFjZC00MDFlLThkZjEtM2EyZDY0Y2QzMmFkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ac2eb473-4fc9-4629-b0d5-ff05fd4126a0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14986"
+ ],
+ "x-ms-correlation-request-id": [
+ "80dd3ddf-47dc-4971-ae2c-de3c1c229dc4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003329Z:80dd3ddf-47dc-4971-ae2c-de3c1c229dc4"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:33:28 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/westus/operations/41ce3618-61cd-401e-8df1-3a2d64cd32ad?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvNDFjZTM2MTgtNjFjZC00MDFlLThkZjEtM2EyZDY0Y2QzMmFkP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "14d50910-3d60-48d6-a15f-be02df1dabaf"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14985"
+ ],
+ "x-ms-correlation-request-id": [
+ "da96610a-c4a9-410f-b88e-fe14e19e407f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003359Z:da96610a-c4a9-410f-b88e-fe14e19e407f"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:33:58 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdkTestConnection/providers/Microsoft.Network/connections?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNka1Rlc3RDb25uZWN0aW9uL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9jb25uZWN0aW9ucz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9efd6f30-322c-436a-acf0-13d5a94a4b0c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-request-id": [
+ "7ca79da5-9678-4c6f-b234-e23322f89c12"
+ ],
+ "x-ms-correlation-request-id": [
+ "7ca79da5-9678-4c6f-b234-e23322f89c12"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160224T003359Z:7ca79da5-9678-4c6f-b234-e23322f89c12"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Feb 2016 00:33:58 GMT"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "Test-VirtualNetworkeExpressRouteGatewayConnectionCRUD": [
+ "onesdk1914"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "18b0dc06-a2b8-4c0f-95af-550319fa5eac"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests/TestVirtualNetworkExpressRouteGatewayCRUD.json b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests/TestVirtualNetworkExpressRouteGatewayCRUD.json
new file mode 100644
index 000000000000..a58d6b435273
--- /dev/null
+++ b/src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.VirtualNetworkGatewayTests/TestVirtualNetworkExpressRouteGatewayCRUD.json
@@ -0,0 +1,4165 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yaz9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network\",\r\n \"namespace\": \"Microsoft.Network\",\r\n \"authorization\": {\r\n \"applicationId\": \"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\r\n \"roleDefinitionId\": \"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"\r\n },\r\n \"resourceTypes\": [\r\n {\r\n \"resourceType\": \"virtualNetworks\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"publicIPAddresses\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkInterfaces\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"loadBalancers\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"networkSecurityGroups\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"routeTables\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"virtualNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"localNetworkGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"connections\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"applicationGateways\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/operationResults\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/CheckDnsNameAvailability\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"locations/usages\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"operations\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteCircuits\",\r\n \"locations\": [\r\n \"West US\",\r\n \"East US\",\r\n \"North Europe\",\r\n \"West Europe\",\r\n \"East Asia\",\r\n \"Southeast Asia\",\r\n \"North Central US\",\r\n \"South Central US\",\r\n \"Central US\",\r\n \"East US 2\",\r\n \"Japan East\",\r\n \"Japan West\",\r\n \"Brazil South\",\r\n \"Australia East\",\r\n \"Australia Southeast\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"expressRouteServiceProviders\",\r\n \"locations\": [],\r\n \"apiVersions\": [\r\n \"2015-06-15\",\r\n \"2015-05-01-preview\",\r\n \"2014-12-01-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/A\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/AAAA\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/CNAME\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/PTR\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/MX\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/TXT\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"dnszones/SRV\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-05-04-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"trafficmanagerprofiles\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n },\r\n {\r\n \"resourceType\": \"checkTrafficManagerNameAvailability\",\r\n \"locations\": [\r\n \"global\"\r\n ],\r\n \"apiVersions\": [\r\n \"2015-11-01\",\r\n \"2015-04-28-preview\"\r\n ]\r\n }\r\n ],\r\n \"registrationState\": \"Registered\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "5934"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14979"
+ ],
+ "x-ms-request-id": [
+ "87028d26-f257-43d9-8eba-e93658caa56a"
+ ],
+ "x-ms-correlation-request-id": [
+ "87028d26-f257-43d9-8eba-e93658caa56a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060506Z:87028d26-f257-43d9-8eba-e93658caa56a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:05 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk1066?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazEwNjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "102"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-request-id": [
+ "2fc97ea6-8ed4-4856-8849-b9b62c5d50b1"
+ ],
+ "x-ms-correlation-request-id": [
+ "2fc97ea6-8ed4-4856-8849-b9b62c5d50b1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060506Z:2fc97ea6-8ed4-4856-8849-b9b62c5d50b1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:05 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk1066?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazEwNjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-request-id": [
+ "3018a134-7674-4e0f-9651-543fc8f20722"
+ ],
+ "x-ms-correlation-request-id": [
+ "3018a134-7674-4e0f-9651-543fc8f20722"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062228Z:3018a134-7674-4e0f-9651-543fc8f20722"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:22:28 GMT"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk1066?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazEwNjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"testtag\": \"testval\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "74"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066\",\r\n \"name\": \"onesdk1066\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"testtag\": \"testval\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "202"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-request-id": [
+ "e4752204-07d8-4e2f-bb74-a75b72c39b01"
+ ],
+ "x-ms-correlation-request-id": [
+ "e4752204-07d8-4e2f-bb74-a75b72c39b01"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060506Z:e4752204-07d8-4e2f-bb74-a75b72c39b01"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:06 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14977"
+ ],
+ "x-ms-request-id": [
+ "3506ab6f-ee75-49f2-8db6-dbbba9275ed1"
+ ],
+ "x-ms-correlation-request-id": [
+ "3506ab6f-ee75-49f2-8db6-dbbba9275ed1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060506Z:3506ab6f-ee75-49f2-8db6-dbbba9275ed1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:06 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworks/onesdk1601?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy9vbmVzZGsxNjAxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "b881af50-08e4-40a8-b0c0-4aba85b42741"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworks/onesdk1601' under resource group 'onesdk1066' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "158"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "91a6bff4-34a4-466f-b853-739c999e5f1c"
+ ],
+ "x-ms-correlation-request-id": [
+ "91a6bff4-34a4-466f-b853-739c999e5f1c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060507Z:91a6bff4-34a4-466f-b853-739c999e5f1c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:06 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworks/onesdk1601?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy9vbmVzZGsxNjAxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1601\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601\",\r\n \"etag\": \"W/\\\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb0ba921-df76-4d89-8673-55f1a5f49086\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "955"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b7ecbd3f-3fe5-4fc2-8cef-88931e7c6597"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14982"
+ ],
+ "x-ms-correlation-request-id": [
+ "ae37205d-f700-491d-a858-514e9a1e12e7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060539Z:ae37205d-f700-491d-a858-514e9a1e12e7"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:38 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworks/onesdk1601?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy9vbmVzZGsxNjAxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "99d7ad6c-56cd-4d2a-b06f-599bc4356f03"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1601\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601\",\r\n \"etag\": \"W/\\\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb0ba921-df76-4d89-8673-55f1a5f49086\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "955"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "07a9c7ab-4275-4519-8e4f-d86c7957b6d2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14981"
+ ],
+ "x-ms-correlation-request-id": [
+ "9862538b-de66-4711-b1a7-68740ed208ec"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060539Z:9862538b-de66-4711-b1a7-68740ed208ec"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:39 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworks/onesdk1601?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy9vbmVzZGsxNjAxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "1ed3c2ff-4b42-48d3-bae2-ffff12b23ee1"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1601\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601\",\r\n \"etag\": \"W/\\\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"fb0ba921-df76-4d89-8673-55f1a5f49086\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "955"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1d545dce-b6b9-4ab5-90fd-cc3f38fc967a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"9b32337c-8ae3-40ca-bb0d-9c874bf368b6\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14980"
+ ],
+ "x-ms-correlation-request-id": [
+ "9d8ab637-a535-4b35-9912-06dcdc331643"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060539Z:9d8ab637-a535-4b35-9912-06dcdc331643"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:39 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworks/onesdk1601?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3Jrcy9vbmVzZGsxNjAxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"ipConfigurations\": []\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "335"
+ ],
+ "x-ms-client-request-id": [
+ "8249ed41-0b91-4a9c-b258-72f59d69ac10"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk1601\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601\",\r\n \"etag\": \"W/\\\"4b5273f4-6094-4ecf-a5a7-81b0bf608e3f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"fb0ba921-df76-4d89-8673-55f1a5f49086\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"GatewaySubnet\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\",\r\n \"etag\": \"W/\\\"4b5273f4-6094-4ecf-a5a7-81b0bf608e3f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n }\r\n }\r\n ]\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "953"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "823ccb59-1eb8-4508-b290-acc5aee0aa51"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/823ccb59-1eb8-4508-b290-acc5aee0aa51?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "376d6952-eb57-4f73-bc1d-3790876e1b8d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060508Z:376d6952-eb57-4f73-bc1d-3790876e1b8d"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:07 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/823ccb59-1eb8-4508-b290-acc5aee0aa51?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvODIzY2NiNTktMWViOC00NTA4LWIyOTAtYWNjNWFlZTBhYTUxP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "fd5e943d-c839-4d8f-89ee-f697df592789"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14983"
+ ],
+ "x-ms-correlation-request-id": [
+ "79f3a607-c46d-422b-a5be-2fc66209d3cd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060539Z:79f3a607-c46d-422b-a5be-2fc66209d3cd"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:38 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL29uZXNkazgzODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e6fa8769-8b50-4e1f-ac6f-fb90f2932ae2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/publicIPAddresses/onesdk8384' under resource group 'onesdk1066' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "160"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "2e7926a6-b179-490a-9573-844c5a640327"
+ ],
+ "x-ms-correlation-request-id": [
+ "2e7926a6-b179-490a-9573-844c5a640327"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060539Z:2e7926a6-b179-490a-9573-844c5a640327"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:39 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL29uZXNkazgzODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk8384\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\",\r\n \"etag\": \"W/\\\"3de61df9-a3e0-4329-b6c8-241963bdd9b1\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"01d6209c-4c79-4248-9bf3-73f56afc191f\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"onesdk5555\",\r\n \"fqdn\": \"onesdk5555.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "631"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "518b5016-506d-42eb-bda1-c70609a00f23"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"3de61df9-a3e0-4329-b6c8-241963bdd9b1\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14977"
+ ],
+ "x-ms-correlation-request-id": [
+ "dd01a179-7f3f-4017-b85c-5a22fa970421"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060612Z:dd01a179-7f3f-4017-b85c-5a22fa970421"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:06:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL29uZXNkazgzODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "32b677f9-c5a5-4ea9-b510-0bdfc8cf8241"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk8384\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\",\r\n \"etag\": \"W/\\\"3de61df9-a3e0-4329-b6c8-241963bdd9b1\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"01d6209c-4c79-4248-9bf3-73f56afc191f\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"onesdk5555\",\r\n \"fqdn\": \"onesdk5555.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "631"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "9d1f2890-af45-41b6-8b42-ded8d8eaaf50"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "ETag": [
+ "W/\"3de61df9-a3e0-4329-b6c8-241963bdd9b1\""
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14976"
+ ],
+ "x-ms-correlation-request-id": [
+ "c07d8c0c-2d38-4c57-a8e4-461150f31515"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060612Z:c07d8c0c-2d38-4c57-a8e4-461150f31515"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:06:12 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL29uZXNkazgzODQ/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"onesdk5555\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "166"
+ ],
+ "x-ms-client-request-id": [
+ "863238f3-b3fe-42b3-9265-3c867b072dc0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk8384\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\",\r\n \"etag\": \"W/\\\"c006d8e5-7e18-4b60-b880-1e491d67e5d0\\\"\",\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"01d6209c-4c79-4248-9bf3-73f56afc191f\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"onesdk5555\",\r\n \"fqdn\": \"onesdk5555.eastus.cloudapp.azure.com\"\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "630"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "c65d551b-3eef-4115-9d4d-57eedba8e353"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/c65d551b-3eef-4115-9d4d-57eedba8e353?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1195"
+ ],
+ "x-ms-correlation-request-id": [
+ "b3e78c3f-0f32-4195-9f83-882e9ccac504"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060541Z:b3e78c3f-0f32-4195-9f83-882e9ccac504"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:05:40 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/c65d551b-3eef-4115-9d4d-57eedba8e353?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvYzY1ZDU1MWItM2VlZi00MTE1LTlkNGQtNTdlZWRiYThlMzUzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a7645868-3841-40f8-b8ee-c7c4282bf9f2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-correlation-request-id": [
+ "1aad4506-4410-4226-a1a4-65241bcfddf1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060611Z:1aad4506-4410-4226-a1a4-65241bcfddf1"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:06:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworkgateways/onesdk7892?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMvb25lc2RrNzg5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "955eacf2-0deb-43a6-9b01-10b5a59f334c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Network/virtualNetworkGateways/onesdk7892' under resource group 'onesdk1066' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "165"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "9ddf5261-4f3e-44c1-99d6-b96b07f42138"
+ ],
+ "x-ms-correlation-request-id": [
+ "9ddf5261-4f3e-44c1-99d6-b96b07f42138"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060612Z:9ddf5261-4f3e-44c1-99d6-b96b07f42138"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:06:12 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworkgateways/onesdk7892?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMvb25lc2RrNzg5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk7892\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dae4a4cd-806a-469b-9752-bbc70f98bae6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"onesdk6794\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892/ipConfigurations/onesdk6794\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 0\r\n },\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"vpnType\": \"PolicyBased\",\r\n \"enableBgp\": false\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1503"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8fe50cb1-1416-4f5f-aa8f-b4435c212b4f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14958"
+ ],
+ "x-ms-correlation-request-id": [
+ "c7248efa-e4a6-4f7b-8647-2db590a090b5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062126Z:c7248efa-e4a6-4f7b-8647-2db590a090b5"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:21:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworkgateways/onesdk7892?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMvb25lc2RrNzg5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e67d053c-266b-47f0-b0f6-a8101a27a316"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk7892\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dae4a4cd-806a-469b-9752-bbc70f98bae6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"onesdk6794\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892/ipConfigurations/onesdk6794\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 0\r\n },\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"vpnType\": \"PolicyBased\",\r\n \"enableBgp\": false\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1503"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "3067b331-1eb5-4c0c-a801-eef9e2fbc5d0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14957"
+ ],
+ "x-ms-correlation-request-id": [
+ "74f3ea3a-27e1-4b90-88e6-04a0c74f27ed"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062127Z:74f3ea3a-27e1-4b90-88e6-04a0c74f27ed"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:21:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworkgateways/onesdk7892?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMvb25lc2RrNzg5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c0eebbd2-612f-459d-b37f-550bf2f51c80"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk7892\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dae4a4cd-806a-469b-9752-bbc70f98bae6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"onesdk6794\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892/ipConfigurations/onesdk6794\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Basic\",\r\n \"capacity\": 0\r\n },\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"vpnType\": \"PolicyBased\",\r\n \"enableBgp\": false\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1503"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "97e1b958-2740-4fc2-b176-e626b282e2c1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14956"
+ ],
+ "x-ms-correlation-request-id": [
+ "b6c3e92e-6df7-42a8-bc8c-a14711b58cb6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062127Z:b6c3e92e-6df7-42a8-bc8c-a14711b58cb6"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:21:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworkgateways/onesdk7892?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMvb25lc2RrNzg5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"East US\",\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"onesdk6794\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/ResourceGroupNotSet/providers/Microsoft.Network/virtualNetworkGateways/VirtualNetworkGatewayNameNotSet/virtualNetworkGatewayIpConfigurations/onesdk6794\",\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\"\r\n },\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\"\r\n }\r\n }\r\n }\r\n ],\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"enableBgp\": false\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "936"
+ ],
+ "x-ms-client-request-id": [
+ "fa261fe3-afc8-4fb6-a66b-75091d02311b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"onesdk7892\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892\",\r\n \"etag\": \"W/\\\"8a2f4c74-3be7-440c-bd66-f76499105a04\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"dae4a4cd-806a-469b-9752-bbc70f98bae6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"onesdk6794\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892/ipConfigurations/onesdk6794\",\r\n \"etag\": \"W/\\\"8a2f4c74-3be7-440c-bd66-f76499105a04\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"vpnType\": \"PolicyBased\",\r\n \"enableBgp\": false,\r\n \"vpnClientConfiguration\": {\r\n \"vpnClientRootCertificates\": [],\r\n \"vpnClientRevokedCertificates\": []\r\n }\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1533"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "3502f868-52c0-45c4-960b-7d608b4f8cb3"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1194"
+ ],
+ "x-ms-correlation-request-id": [
+ "9821dce8-dc80-4acc-83b0-db7319d36084"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060614Z:9821dce8-dc80-4acc-83b0-db7319d36084"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:06:14 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1ec51780-9395-4015-afb0-5e2f56133fce"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14974"
+ ],
+ "x-ms-correlation-request-id": [
+ "8198cf51-5542-4496-8d80-b484a4b0c3ad"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060645Z:8198cf51-5542-4496-8d80-b484a4b0c3ad"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:06:45 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2159663e-1a0d-48e8-98d1-19bd039e4868"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14973"
+ ],
+ "x-ms-correlation-request-id": [
+ "0f80d40e-402c-4b39-8d6d-c3ca946436e5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060715Z:0f80d40e-402c-4b39-8d6d-c3ca946436e5"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:07:14 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "dac7e185-09d8-47c5-a574-2d697f77e929"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14972"
+ ],
+ "x-ms-correlation-request-id": [
+ "150b3638-1fa7-443b-ac2f-67f9bc531f42"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060746Z:150b3638-1fa7-443b-ac2f-67f9bc531f42"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:07:45 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d49af281-3166-40bc-87c1-4a779e000b60"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14971"
+ ],
+ "x-ms-correlation-request-id": [
+ "6984133d-ec8e-4c3f-bb73-ea920f2b97b2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060816Z:6984133d-ec8e-4c3f-bb73-ea920f2b97b2"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:08:15 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "92d53e38-de48-439c-b5ab-1b7bfea19825"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14970"
+ ],
+ "x-ms-correlation-request-id": [
+ "8a6fe1d9-158f-4899-b3db-86750e8d7305"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060846Z:8a6fe1d9-158f-4899-b3db-86750e8d7305"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:08:46 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b259e763-1b89-4473-bfe2-902ac2a4b372"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14969"
+ ],
+ "x-ms-correlation-request-id": [
+ "08b0d032-37b2-4a98-acfb-ac871c4edf82"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060917Z:08b0d032-37b2-4a98-acfb-ac871c4edf82"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:09:16 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "9ccb4be9-1c03-4256-beee-99f2075faea6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14968"
+ ],
+ "x-ms-correlation-request-id": [
+ "7ac0b7b1-da26-41e8-b3eb-a7b5cdf0d789"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T060947Z:7ac0b7b1-da26-41e8-b3eb-a7b5cdf0d789"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:09:47 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "60eb9d84-5cda-4b8d-a8ad-0cc9fb4cfe72"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14967"
+ ],
+ "x-ms-correlation-request-id": [
+ "c50bac7a-0318-44b1-960b-4d0602f37128"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061018Z:c50bac7a-0318-44b1-960b-4d0602f37128"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:10:17 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "00d06dc4-b1fd-46df-b6c9-5d591a7865fb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14966"
+ ],
+ "x-ms-correlation-request-id": [
+ "d5438426-d4ff-42e8-ac21-e2067d4efac6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061048Z:d5438426-d4ff-42e8-ac21-e2067d4efac6"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:10:47 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0de2c0fa-a86e-4c8f-9a3d-6f40f5572577"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14965"
+ ],
+ "x-ms-correlation-request-id": [
+ "c258dc0d-95a1-4840-82f5-3d1684d9c2fd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061118Z:c258dc0d-95a1-4840-82f5-3d1684d9c2fd"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:11:18 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b51d3b9b-c4a3-4efc-80ea-52ee103500fb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14964"
+ ],
+ "x-ms-correlation-request-id": [
+ "eb9a0888-f62c-4c54-9a44-fc3977461bf5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061149Z:eb9a0888-f62c-4c54-9a44-fc3977461bf5"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:11:48 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "3b3cfb4d-dfc9-44ab-9c18-995fec20dbce"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14963"
+ ],
+ "x-ms-correlation-request-id": [
+ "6e7f1335-2342-434c-a419-6f3c05ccb528"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061219Z:6e7f1335-2342-434c-a419-6f3c05ccb528"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:12:19 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a0df3113-6482-46fc-a7e8-af8657dde15f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14962"
+ ],
+ "x-ms-correlation-request-id": [
+ "e5136ebf-3344-4238-a5d2-b34d7ae4d355"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061250Z:e5136ebf-3344-4238-a5d2-b34d7ae4d355"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:12:49 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d7192845-035f-44a0-9241-8f39b07ed156"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14961"
+ ],
+ "x-ms-correlation-request-id": [
+ "8ec98c88-971e-4771-a136-39fbfddf3683"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061320Z:8ec98c88-971e-4771-a136-39fbfddf3683"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:13:19 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "67d1fc42-7228-4977-9131-501673f74138"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14960"
+ ],
+ "x-ms-correlation-request-id": [
+ "6a95ea25-cb54-4314-b76c-ef2ea5b9f729"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061350Z:6a95ea25-cb54-4314-b76c-ef2ea5b9f729"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:13:50 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b40f9acd-b3bb-46af-b2e1-f60331c263cb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14959"
+ ],
+ "x-ms-correlation-request-id": [
+ "24c54f6d-f279-4a91-b929-9fc80dcf12b6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061421Z:24c54f6d-f279-4a91-b929-9fc80dcf12b6"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:14:20 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "89f86141-b385-4f36-a7a1-b09544b14b41"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14958"
+ ],
+ "x-ms-correlation-request-id": [
+ "4485a1d3-7a9a-43c3-b4ec-7a5a579120bc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061451Z:4485a1d3-7a9a-43c3-b4ec-7a5a579120bc"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:14:51 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "29ad5a52-f221-4509-b95e-3d3361991acf"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14959"
+ ],
+ "x-ms-correlation-request-id": [
+ "96b78899-0402-4d47-8bc4-7db6aee90010"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061522Z:96b78899-0402-4d47-8bc4-7db6aee90010"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:15:21 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0fe1e841-69bd-45b2-b666-3907e0cf5845"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14957"
+ ],
+ "x-ms-correlation-request-id": [
+ "2e082467-77ea-4e4c-9b15-795a243bb07c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061552Z:2e082467-77ea-4e4c-9b15-795a243bb07c"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:15:51 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d887cca0-9d89-4e5a-9b5d-d9fa7722c13a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14956"
+ ],
+ "x-ms-correlation-request-id": [
+ "682a81f2-18f3-4614-a252-65e330320e8a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061622Z:682a81f2-18f3-4614-a252-65e330320e8a"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:16:22 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "be807b2e-1156-4baa-9116-4e1b2303248b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14955"
+ ],
+ "x-ms-correlation-request-id": [
+ "eed12a82-f1a6-43fa-9973-3c87ddf77659"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061653Z:eed12a82-f1a6-43fa-9973-3c87ddf77659"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:16:52 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "5382f933-8a3d-4ce9-947d-458277cc2ba7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14954"
+ ],
+ "x-ms-correlation-request-id": [
+ "d36c40af-c10c-4ff2-8555-98e9b1f1258a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061723Z:d36c40af-c10c-4ff2-8555-98e9b1f1258a"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:17:22 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "61e54fe2-790c-492b-994c-ef521bed68a8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14953"
+ ],
+ "x-ms-correlation-request-id": [
+ "99f6591a-ffbc-4b33-887e-d4dbde83f824"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061753Z:99f6591a-ffbc-4b33-887e-d4dbde83f824"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:17:53 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "68d8cc62-c356-471b-a032-261a2e6ba61e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14952"
+ ],
+ "x-ms-correlation-request-id": [
+ "5e30de91-479e-4a55-9647-3e438d9b0a20"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061824Z:5e30de91-479e-4a55-9647-3e438d9b0a20"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:18:23 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "639011ac-dbba-4490-9c7d-2079d541edae"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14951"
+ ],
+ "x-ms-correlation-request-id": [
+ "63659708-f1cc-4d2d-8322-a940969e28e4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061854Z:63659708-f1cc-4d2d-8322-a940969e28e4"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:18:54 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d76d8544-344c-4025-aff6-e424a9e451c5"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14950"
+ ],
+ "x-ms-correlation-request-id": [
+ "83aa7475-ddfc-4d34-a526-31dc46ddca5d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061925Z:83aa7475-ddfc-4d34-a526-31dc46ddca5d"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:19:25 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "3a9e91ac-a4d3-4f6e-ac47-d500d0227915"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14949"
+ ],
+ "x-ms-correlation-request-id": [
+ "af8e304b-0c10-4b75-a3a0-2785cc37332e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T061955Z:af8e304b-0c10-4b75-a3a0-2785cc37332e"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:19:54 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "37603204-64e6-45b9-9ee8-d93eb8c3f2a2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14961"
+ ],
+ "x-ms-correlation-request-id": [
+ "da0a6882-78da-4aab-a4b0-1461e949c45e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062026Z:da0a6882-78da-4aab-a4b0-1461e949c45e"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:20:25 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "233f0fa8-27a7-46d8-945c-a727421f16cd"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14960"
+ ],
+ "x-ms-correlation-request-id": [
+ "a11b54c2-4cd3-4c8f-846f-6c25e7eafb81"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062056Z:a11b54c2-4cd3-4c8f-846f-6c25e7eafb81"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:20:56 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/3502f868-52c0-45c4-960b-7d608b4f8cb3?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvMzUwMmY4NjgtNTJjMC00NWM0LTk2MGItN2Q2MDhiNGY4Y2IzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1197a0a7-28c2-47b3-a033-c3fd8f3765a2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14959"
+ ],
+ "x-ms-correlation-request-id": [
+ "84a3e6d9-65f3-48e3-bdb9-ea94574aa107"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062126Z:84a3e6d9-65f3-48e3-bdb9-ea94574aa107"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:21:25 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3JrR2F0ZXdheXM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "80958c08-b0df-4114-959d-2fe854773267"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"onesdk7892\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworkGateways\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"dae4a4cd-806a-469b-9752-bbc70f98bae6\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"onesdk6794\",\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways/onesdk7892/ipConfigurations/onesdk6794\",\r\n \"etag\": \"W/\\\"14a5d001-0033-4aa2-9eaa-b13e34231787\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"publicIPAddress\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/publicIPAddresses/onesdk8384\"\r\n },\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworks/onesdk1601/subnets/GatewaySubnet\"\r\n }\r\n }\r\n }\r\n ],\r\n \"gatewayType\": \"ExpressRoute\",\r\n \"vpnType\": \"PolicyBased\",\r\n \"enableBgp\": false,\r\n \"vpnClientConfiguration\": {\r\n \"vpnClientRootCertificates\": [],\r\n \"vpnClientRevokedCertificates\": []\r\n }\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1700"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "6c30a8b4-10f4-487d-a511-006225a7c4bf"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14955"
+ ],
+ "x-ms-correlation-request-id": [
+ "627f82f1-a1b1-4a7a-8528-41cd2250c823"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062127Z:627f82f1-a1b1-4a7a-8528-41cd2250c823"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:21:26 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualNetworkGateways?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3JrR2F0ZXdheXM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "996e0430-24be-4eab-8bbe-e36c7c511c85"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14952"
+ ],
+ "x-ms-request-id": [
+ "e65c7d0a-3b35-4efe-9f28-eab95481f062"
+ ],
+ "x-ms-correlation-request-id": [
+ "e65c7d0a-3b35-4efe-9f28-eab95481f062"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062228Z:e65c7d0a-3b35-4efe-9f28-eab95481f062"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:22:28 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourceGroups/onesdk1066/providers/Microsoft.Network/virtualnetworkgateways/onesdk7892?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlR3JvdXBzL29uZXNkazEwNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxuZXR3b3JrZ2F0ZXdheXMvb25lc2RrNzg5Mj9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "336b1d55-4598-4714-95cc-c3cf7239020a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "10"
+ ],
+ "x-ms-request-id": [
+ "6eedff03-fe5f-4230-b209-e5f570594f55"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/6eedff03-fe5f-4230-b209-e5f570594f55?api-version=2015-06-15"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operationResults/6eedff03-fe5f-4230-b209-e5f570594f55?api-version=2015-06-15"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1196"
+ ],
+ "x-ms-correlation-request-id": [
+ "3a9473ef-cea9-454f-b0f0-251f1e3bb906"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062127Z:3a9473ef-cea9-454f-b0f0-251f1e3bb906"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:21:27 GMT"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/6eedff03-fe5f-4230-b209-e5f570594f55?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNmVlZGZmMDMtZmU1Zi00MjMwLWIyMDktZTVmNTcwNTk0ZjU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "4ead52ff-f68b-4fd2-aedb-5fdea23de588"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14954"
+ ],
+ "x-ms-correlation-request-id": [
+ "54b135ff-73ca-4fba-9ebb-8a8560d511f9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062158Z:54b135ff-73ca-4fba-9ebb-8a8560d511f9"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:21:57 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/providers/Microsoft.Network/locations/eastus/operations/6eedff03-fe5f-4230-b209-e5f570594f55?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzL29wZXJhdGlvbnMvNmVlZGZmMDMtZmU1Zi00MjMwLWIyMDktZTVmNTcwNTk0ZjU1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/3.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"Succeeded\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "29"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "f481492f-d45d-4958-8831-be6efc014783"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14953"
+ ],
+ "x-ms-correlation-request-id": [
+ "988454c5-49c1-4489-940f-e9341af22ded"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062228Z:988454c5-49c1-4489-940f-e9341af22ded"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:22:28 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/resourcegroups/onesdk1066?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL3Jlc291cmNlZ3JvdXBzL29uZXNkazEwNjY/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-request-id": [
+ "126f6e18-c8ae-44df-9d46-c6f28390a0de"
+ ],
+ "x-ms-correlation-request-id": [
+ "126f6e18-c8ae-44df-9d46-c6f28390a0de"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062229Z:126f6e18-c8ae-44df-9d46-c6f28390a0de"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:22:28 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14993"
+ ],
+ "x-ms-request-id": [
+ "db1c6143-1a6e-42dc-b568-4c137850be47"
+ ],
+ "x-ms-correlation-request-id": [
+ "db1c6143-1a6e-42dc-b568-4c137850be47"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062229Z:db1c6143-1a6e-42dc-b568-4c137850be47"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:22:28 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-request-id": [
+ "ebd54b5d-9f8c-4408-ad80-1a3346d9856c"
+ ],
+ "x-ms-correlation-request-id": [
+ "ebd54b5d-9f8c-4408-ad80-1a3346d9856c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062244Z:ebd54b5d-9f8c-4408-ad80-1a3346d9856c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:22:44 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14991"
+ ],
+ "x-ms-request-id": [
+ "0d0fd3a5-330c-4a9f-8444-b3379772712d"
+ ],
+ "x-ms-correlation-request-id": [
+ "0d0fd3a5-330c-4a9f-8444-b3379772712d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062259Z:0d0fd3a5-330c-4a9f-8444-b3379772712d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:22:58 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-request-id": [
+ "108ba8f8-8627-4fb3-a51b-7444d3dec3a6"
+ ],
+ "x-ms-correlation-request-id": [
+ "108ba8f8-8627-4fb3-a51b-7444d3dec3a6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062314Z:108ba8f8-8627-4fb3-a51b-7444d3dec3a6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:23:14 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14989"
+ ],
+ "x-ms-request-id": [
+ "ce886c94-e605-4fcd-9a41-b79263334b62"
+ ],
+ "x-ms-correlation-request-id": [
+ "ce886c94-e605-4fcd-9a41-b79263334b62"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062329Z:ce886c94-e605-4fcd-9a41-b79263334b62"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:23:29 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14988"
+ ],
+ "x-ms-request-id": [
+ "0a7977bc-f233-4ec0-8970-8939ce4ead88"
+ ],
+ "x-ms-correlation-request-id": [
+ "0a7977bc-f233-4ec0-8970-8939ce4ead88"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062344Z:0a7977bc-f233-4ec0-8970-8939ce4ead88"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:23:43 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14987"
+ ],
+ "x-ms-request-id": [
+ "42af0b52-6213-483f-9c5d-35a12a394dbf"
+ ],
+ "x-ms-correlation-request-id": [
+ "42af0b52-6213-483f-9c5d-35a12a394dbf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062359Z:42af0b52-6213-483f-9c5d-35a12a394dbf"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:23:59 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14986"
+ ],
+ "x-ms-request-id": [
+ "cc659f09-0f7f-44ae-b5be-39e94ea8373f"
+ ],
+ "x-ms-correlation-request-id": [
+ "cc659f09-0f7f-44ae-b5be-39e94ea8373f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062414Z:cc659f09-0f7f-44ae-b5be-39e94ea8373f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:24:13 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14985"
+ ],
+ "x-ms-request-id": [
+ "d8279c5e-9a44-42d4-8ed1-e50febc2e903"
+ ],
+ "x-ms-correlation-request-id": [
+ "d8279c5e-9a44-42d4-8ed1-e50febc2e903"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062429Z:d8279c5e-9a44-42d4-8ed1-e50febc2e903"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:24:29 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-request-id": [
+ "757e0b5c-725d-4dbd-a3b7-98f84f5ab2ed"
+ ],
+ "x-ms-correlation-request-id": [
+ "757e0b5c-725d-4dbd-a3b7-98f84f5ab2ed"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062444Z:757e0b5c-725d-4dbd-a3b7-98f84f5ab2ed"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:24:44 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14983"
+ ],
+ "x-ms-request-id": [
+ "81ff9813-4821-443c-bf06-3032d991aef6"
+ ],
+ "x-ms-correlation-request-id": [
+ "81ff9813-4821-443c-bf06-3032d991aef6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062459Z:81ff9813-4821-443c-bf06-3032d991aef6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:24:58 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14982"
+ ],
+ "x-ms-request-id": [
+ "a2a0dc50-6068-4ef2-8c48-a05c830f35cf"
+ ],
+ "x-ms-correlation-request-id": [
+ "a2a0dc50-6068-4ef2-8c48-a05c830f35cf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062514Z:a2a0dc50-6068-4ef2-8c48-a05c830f35cf"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:25:14 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14981"
+ ],
+ "x-ms-request-id": [
+ "b647840a-887c-4d7a-abf4-415d83940351"
+ ],
+ "x-ms-correlation-request-id": [
+ "b647840a-887c-4d7a-abf4-415d83940351"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062529Z:b647840a-887c-4d7a-abf4-415d83940351"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:25:29 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14980"
+ ],
+ "x-ms-request-id": [
+ "5578c7aa-11c2-4ecd-8ed1-19598fe35874"
+ ],
+ "x-ms-correlation-request-id": [
+ "5578c7aa-11c2-4ecd-8ed1-19598fe35874"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062544Z:5578c7aa-11c2-4ecd-8ed1-19598fe35874"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:25:44 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14979"
+ ],
+ "x-ms-request-id": [
+ "b5031247-4dd3-4e12-8e77-7ea762061adc"
+ ],
+ "x-ms-correlation-request-id": [
+ "b5031247-4dd3-4e12-8e77-7ea762061adc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062559Z:b5031247-4dd3-4e12-8e77-7ea762061adc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:25:59 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-request-id": [
+ "9aaac906-ca0b-477c-8290-43f4ef6a5ac3"
+ ],
+ "x-ms-correlation-request-id": [
+ "9aaac906-ca0b-477c-8290-43f4ef6a5ac3"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062614Z:9aaac906-ca0b-477c-8290-43f4ef6a5ac3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:26:13 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14977"
+ ],
+ "x-ms-request-id": [
+ "e3b5296a-9e42-4540-8e0d-96a68e2b44ff"
+ ],
+ "x-ms-correlation-request-id": [
+ "e3b5296a-9e42-4540-8e0d-96a68e2b44ff"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062629Z:e3b5296a-9e42-4540-8e0d-96a68e2b44ff"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:26:29 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14976"
+ ],
+ "x-ms-request-id": [
+ "bd12940a-6daa-4699-ae91-4345b3485f57"
+ ],
+ "x-ms-correlation-request-id": [
+ "bd12940a-6daa-4699-ae91-4345b3485f57"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062645Z:bd12940a-6daa-4699-ae91-4345b3485f57"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:26:44 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14975"
+ ],
+ "x-ms-request-id": [
+ "3e745623-4a89-4e0e-bc38-62b1c787672e"
+ ],
+ "x-ms-correlation-request-id": [
+ "3e745623-4a89-4e0e-bc38-62b1c787672e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062700Z:3e745623-4a89-4e0e-bc38-62b1c787672e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:26:59 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/18b0dc06-a2b8-4c0f-95af-550319fa5eac/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREsxMDY2LVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMThiMGRjMDYtYTJiOC00YzBmLTk1YWYtNTUwMzE5ZmE1ZWFjL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3hNRFkyTFZkRlUxUlZVeUlzSW1wdllreHZZMkYwYVc5dUlqb2lkMlZ6ZEhWekluMD9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14974"
+ ],
+ "x-ms-request-id": [
+ "76232127-2c93-4f66-bdcd-b90802722aa2"
+ ],
+ "x-ms-correlation-request-id": [
+ "76232127-2c93-4f66-bdcd-b90802722aa2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20160223T062715Z:76232127-2c93-4f66-bdcd-b90802722aa2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 06:27:14 GMT"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "Test-VirtualNetworkExpressRouteGatewayCRUD": [
+ "onesdk1066",
+ "onesdk7892",
+ "onesdk5555",
+ "onesdk1601",
+ "onesdk8384",
+ "onesdk6794"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "18b0dc06-a2b8-4c0f-95af-550319fa5eac"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj b/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj
index 228e26ae85a9..c8bde0741608 100644
--- a/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj
+++ b/src/ResourceManager/Network/Commands.Network/Commands.Network.csproj
@@ -105,7 +105,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/AddAzureExpressRouteCircuitAuthorizationCommand.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/AddAzureExpressRouteCircuitAuthorizationCommand.cs
index 596679befb49..2a0a5c719a79 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/AddAzureExpressRouteCircuitAuthorizationCommand.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/AddAzureExpressRouteCircuitAuthorizationCommand.cs
@@ -32,13 +32,13 @@ public class AddAzureExpressRouteCircuitAuthorizationCommand : AzureExpressRoute
[Parameter(
Mandatory = true,
ValueFromPipeline = true,
- HelpMessage = "The Circuit")]
- public PSExpressRouteCircuit Circuit { get; set; }
+ HelpMessage = "The ExpressRouteCircuit")]
+ public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
protected override void ProcessRecord()
{
base.ProcessRecord();
- var authorization = this.Circuit.Authorizations.SingleOrDefault(resource => string.Equals(resource.Name,this.Name, System.StringComparison.CurrentCultureIgnoreCase));
+ var authorization = this.ExpressRouteCircuit.Authorizations.SingleOrDefault(resource => string.Equals(resource.Name,this.Name, System.StringComparison.CurrentCultureIgnoreCase));
if (authorization != null)
{
@@ -48,9 +48,9 @@ protected override void ProcessRecord()
authorization = new PSExpressRouteCircuitAuthorization();
authorization.Name = this.Name;
- this.Circuit.Authorizations.Add(authorization);
+ this.ExpressRouteCircuit.Authorizations.Add(authorization);
- WriteObject(this.Circuit);
+ WriteObject(this.ExpressRouteCircuit);
}
}
}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/GetAzureExpressRouteCircuitAuthorizationCommand.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/GetAzureExpressRouteCircuitAuthorizationCommand.cs
index 5900d8a237c3..b34bdb007892 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/GetAzureExpressRouteCircuitAuthorizationCommand.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/GetAzureExpressRouteCircuitAuthorizationCommand.cs
@@ -30,8 +30,8 @@ public class GetAzureExpressRouteCircuitAuthorizationCommand : NetworkBaseCmdlet
[Parameter(
Mandatory = true,
ValueFromPipeline = true,
- HelpMessage = "The Circuit")]
- public PSExpressRouteCircuit Circuit { get; set; }
+ HelpMessage = "The ExpressRouteCircuit")]
+ public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
protected override void ProcessRecord()
{
@@ -39,7 +39,7 @@ protected override void ProcessRecord()
if (!string.IsNullOrEmpty(this.Name))
{
var authorization =
- this.Circuit.Authorizations.First(
+ this.ExpressRouteCircuit.Authorizations.First(
resource =>
string.Equals(
resource.Name,
@@ -50,7 +50,7 @@ protected override void ProcessRecord()
}
else
{
- var authorizations = this.Circuit.Authorizations;
+ var authorizations = this.ExpressRouteCircuit.Authorizations;
WriteObject(authorizations, true);
}
}
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/RemoveAzureExpressRouteCircuitAuthorizationCommand.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/RemoveAzureExpressRouteCircuitAuthorizationCommand.cs
index 14e128426bc7..af3f875f8d70 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/RemoveAzureExpressRouteCircuitAuthorizationCommand.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Authorization/RemoveAzureExpressRouteCircuitAuthorizationCommand.cs
@@ -30,21 +30,21 @@ public class RemoveAzureExpressRouteCircuitAuthorizationCommand : NetworkBaseCmd
[Parameter(
Mandatory = true,
ValueFromPipeline = true,
- HelpMessage = "The Circuit")]
- public PSExpressRouteCircuit Circuit { get; set; }
+ HelpMessage = "The ExpressRouteCircuit")]
+ public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
protected override void ProcessRecord()
{
base.ProcessRecord();
- var authorization = this.Circuit.Authorizations.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
+ var authorization = this.ExpressRouteCircuit.Authorizations.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
if (authorization != null)
{
- this.Circuit.Authorizations.Remove(authorization);
+ this.ExpressRouteCircuit.Authorizations.Remove(authorization);
}
- WriteObject(this.Circuit);
+ WriteObject(this.ExpressRouteCircuit);
}
}
}
\ No newline at end of file
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/ExpressRouteCircuitBaseCmdlet.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/ExpressRouteCircuitBaseCmdlet.cs
index b4fd84d8ee94..90bf3e2f2d58 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/ExpressRouteCircuitBaseCmdlet.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/ExpressRouteCircuitBaseCmdlet.cs
@@ -67,7 +67,7 @@ public PSExpressRouteCircuit GetExpressRouteCircuit(string resourceGroupName, st
return psExpressRouteCircuit;
}
- public PSExpressRouteCircuit ToPsExpressRouteCircuit(ExpressRouteCircuit circuit)
+ public PSExpressRouteCircuit ToPsExpressRouteCircuit(Management.Network.Models.ExpressRouteCircuit circuit)
{
var psCircuit = Mapper.Map(circuit);
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/AddAzureExpressRouteCircuitPeeringConfigCommand.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/AddAzureExpressRouteCircuitPeeringConfigCommand.cs
index ec8670c40ca6..34507ff7f29f 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/AddAzureExpressRouteCircuitPeeringConfigCommand.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/AddAzureExpressRouteCircuitPeeringConfigCommand.cs
@@ -32,14 +32,14 @@ public class AddAzureExpressRouteCircuitPeeringConfigCommand : AzureExpressRoute
Mandatory = true,
ValueFromPipeline = true,
HelpMessage = "The ExpressRouteCircuit")]
- public PSExpressRouteCircuit Circuit { get; set; }
+ public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
public override void ExecuteCmdlet()
{
base.ExecuteCmdlet();
// Verify if the subnet exists in the VirtualNetwork
- var peering = this.Circuit.Peerings.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
+ var peering = this.ExpressRouteCircuit.Peerings.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
if (peering != null)
{
@@ -69,9 +69,9 @@ public override void ExecuteCmdlet()
peering.MicrosoftPeeringConfig.RoutingRegistryName = this.MicrosoftConfigRoutingRegistryName;
}
- this.Circuit.Peerings.Add(peering);
+ this.ExpressRouteCircuit.Peerings.Add(peering);
- WriteObject(this.Circuit);
+ WriteObject(this.ExpressRouteCircuit);
}
}
}
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/GetAzureExpressRouteCircuitPeeringConfigCommand.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/GetAzureExpressRouteCircuitPeeringConfigCommand.cs
index 522df6857c0e..f2d156d161be 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/GetAzureExpressRouteCircuitPeeringConfigCommand.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/GetAzureExpressRouteCircuitPeeringConfigCommand.cs
@@ -30,7 +30,7 @@ public class GetAzureExpressRouteCircuitPeeringConfigCommand : NetworkBaseCmdlet
Mandatory = true,
ValueFromPipeline = true,
HelpMessage = "The circuit")]
- public PSExpressRouteCircuit Circuit { get; set; }
+ public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
public override void ExecuteCmdlet()
{
@@ -39,7 +39,7 @@ public override void ExecuteCmdlet()
if (!string.IsNullOrEmpty(this.Name))
{
var peering =
- this.Circuit.Peerings.First(
+ this.ExpressRouteCircuit.Peerings.First(
resource =>
string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
@@ -47,7 +47,7 @@ public override void ExecuteCmdlet()
}
else
{
- var peerings = this.Circuit.Peerings;
+ var peerings = this.ExpressRouteCircuit.Peerings;
WriteObject(peerings, true);
}
}
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/RemoveAzureExpressRouteCircuitPeeringConfigCommand.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/RemoveAzureExpressRouteCircuitPeeringConfigCommand.cs
index e3c518050338..28fe5c2e2d3a 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/RemoveAzureExpressRouteCircuitPeeringConfigCommand.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/RemoveAzureExpressRouteCircuitPeeringConfigCommand.cs
@@ -30,21 +30,21 @@ public class RemoveAzureExpressRouteCircuitPeeringConfigCommand : NetworkBaseCmd
[Parameter(
Mandatory = true,
ValueFromPipeline = true,
- HelpMessage = "The circuit")]
- public PSExpressRouteCircuit Circuit { get; set; }
+ HelpMessage = "The ExpressRouteCircuit")]
+ public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
public override void ExecuteCmdlet()
{
base.ExecuteCmdlet();
- var auth = this.Circuit.Peerings.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
+ var auth = this.ExpressRouteCircuit.Peerings.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, System.StringComparison.CurrentCultureIgnoreCase));
if (auth != null)
{
- this.Circuit.Peerings.Remove(auth);
+ this.ExpressRouteCircuit.Peerings.Remove(auth);
}
- WriteObject(this.Circuit);
+ WriteObject(this.ExpressRouteCircuit);
}
}
}
diff --git a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/SetAzureExpressRouteCircuitPeeringConfigCommand.cs b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/SetAzureExpressRouteCircuitPeeringConfigCommand.cs
index 85221d6c78fb..e936d5bfeef7 100644
--- a/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/SetAzureExpressRouteCircuitPeeringConfigCommand.cs
+++ b/src/ResourceManager/Network/Commands.Network/ExpressRouteCircuit/Peering/SetAzureExpressRouteCircuitPeeringConfigCommand.cs
@@ -31,15 +31,15 @@ public class SetAzureExpressRouteCircuitPeeringConfigCommand : AzureExpressRoute
[Parameter(
Mandatory = true,
ValueFromPipeline = true,
- HelpMessage = "The Circuit")]
- public PSExpressRouteCircuit Circuit { get; set; }
+ HelpMessage = "The ExpressRouteCircuit")]
+ public PSExpressRouteCircuit ExpressRouteCircuit { get; set; }
public override void ExecuteCmdlet()
{
base.ExecuteCmdlet();
// Verify if the subnet exists in the VirtualNetwork
- var peering = this.Circuit.Peerings.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, StringComparison.CurrentCultureIgnoreCase));
+ var peering = this.ExpressRouteCircuit.Peerings.SingleOrDefault(resource => string.Equals(resource.Name, this.Name, StringComparison.CurrentCultureIgnoreCase));
if (peering == null)
{
@@ -67,7 +67,7 @@ public override void ExecuteCmdlet()
peering.MicrosoftPeeringConfig.RoutingRegistryName = this.MicrosoftConfigRoutingRegistryName;
}
- WriteObject(this.Circuit);
+ WriteObject(this.ExpressRouteCircuit);
}
}
}
diff --git a/src/ResourceManager/Network/Commands.Network/packages.config b/src/ResourceManager/Network/Commands.Network/packages.config
index f87edbf264e5..2e5d73832101 100644
--- a/src/ResourceManager/Network/Commands.Network/packages.config
+++ b/src/ResourceManager/Network/Commands.Network/packages.config
@@ -20,7 +20,7 @@
-
+
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj
index 8c14b8ed0514..9db044602cd0 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/Commands.NotificationHubs.Test.csproj
@@ -93,7 +93,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config
index a2acf489be68..2d485b30295c 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs.Test/packages.config
@@ -14,7 +14,7 @@
-
+
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj
index 083d448b5ded..a623de50e66d 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/Commands.NotificationHubs.csproj
@@ -67,7 +67,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config
index 418cc46c6836..21c34ee6efea 100644
--- a/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config
+++ b/src/ResourceManager/NotificationHubs/Commands.NotificationHubs/packages.config
@@ -10,6 +10,6 @@
-
+
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj
index 8e12bfdbd59f..b443b4963014 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/Commands.OperationalInsights.Test.csproj
@@ -85,7 +85,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config
index 0f7b676df76e..c29890a7c258 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights.Test/packages.config
@@ -15,7 +15,7 @@
-
+
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj
index 5bee5bc6c99a..5f34e51e4ea4 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/Commands.OperationalInsights.csproj
@@ -78,7 +78,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config
index 77d1cc585d19..c1697f049a91 100644
--- a/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config
+++ b/src/ResourceManager/OperationalInsights/Commands.OperationalInsights/packages.config
@@ -11,7 +11,7 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
index b42a8d21ce2a..efb2b749195e 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/Commands.RecoveryServices.Test.csproj
@@ -75,7 +75,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config
index c33ae2e353d7..6162d080cd20 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices.Test/packages.config
@@ -13,7 +13,7 @@
-
+
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj
index 08ee7778ff6b..98e0179998eb 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj
@@ -64,7 +64,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config
index 561a8495ffd2..ae62060b7765 100644
--- a/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config
+++ b/src/ResourceManager/RecoveryServices/Commands.RecoveryServices/packages.config
@@ -10,6 +10,6 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj
index f624d2dd6cd2..4ff1337f0357 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/Commands.RedisCache.Test.csproj
@@ -98,7 +98,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config
index 601fcc224069..053c76beb45f 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache.Test/packages.config
@@ -18,7 +18,7 @@
-
+
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj b/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj
index e3127c9728de..ff60661b7566 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache/Commands.RedisCache.csproj
@@ -92,7 +92,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config b/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
index 5c6e623bcb5e..7a1bd202f047 100644
--- a/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
+++ b/src/ResourceManager/RedisCache/Commands.RedisCache/packages.config
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/FindAzureResourceCmdlet.cs b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/FindAzureResourceCmdlet.cs
index 0167c5e49921..e4ab90e17d30 100644
--- a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/FindAzureResourceCmdlet.cs
+++ b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/FindAzureResourceCmdlet.cs
@@ -257,7 +257,7 @@ private async Task> ListResourcesTypeCollect
tagValue: this.TagValue,
filter: this.ODataQuery,
resourceGroupNameContains: this.ResourceGroupNameContains,
- nameContains: this.ResourceGroupNameContains);
+ nameContains: this.ResourceNameContains);
return await this
.GetResourcesClient()
diff --git a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/GetAzureResourceCmdlet.cs b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/GetAzureResourceCmdlet.cs
index 29be0c013dbb..ae8b369b2952 100644
--- a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/GetAzureResourceCmdlet.cs
+++ b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Implementation/Resource/GetAzureResourceCmdlet.cs
@@ -359,7 +359,7 @@ private async Task> ListResourcesInTenant()
{
var filterQuery = QueryFilterBuilder
.CreateFilter(
- subscriptionIds: new Guid[] { this.SubscriptionId.Value },
+ subscriptionIds: null,
resourceGroup: this.ResourceGroupName,
resourceType: this.ResourceType,
resourceName: this.ResourceName,
diff --git a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
index 3588112a2817..4b0f2c797d5a 100644
--- a/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
+++ b/src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll-Help.xml
@@ -9695,6 +9695,300 @@ Remove-AzureRmPolicyDefinition -Id $policyDefinition.ResourceId -Force
+
+
+
+
+ Invoke-AzureRmResourceAction
+
+ Invokes the specified action on a resource
+
+
+
+
+ Invoke
+ AzureRmResourceAction
+
+
+
+ Invokes the specified action on a resource
+
+
+
+ Invoke-AzureRmResourceAction
+
+ Parameters
+
+ A hashtable that reperesents the resource properties
+
+ String
+
+
+ Force
+
+ Do not ask for confirmation
+
+ SwitchParameter
+
+
+ ApiVersion
+
+ The api version to use while invoking the action on the resource.
+
+ String
+
+
+ Pre
+
+
+
+ SwitchParameter
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ Parameters
+
+ A hashtable that reperesents the resource properties
+
+ String
+
+
+ Force
+
+ Do not ask for confirmation
+
+ SwitchParameter
+
+
+ ApiVersion
+
+ The api version to use while invoking the action on the resource.
+
+ String
+
+
+ Pre
+
+
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Action
+
+ The name of the action to invoke.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceId
+
+ The fully qualified resource Id, including the subscription. e.g. /subscriptions/{subscriptionId}/providers/Microsoft.Sql/servers/myServer/databases/myDatabase
+
+ String
+
+ String
+
+
+
+
+
+ ResourceName
+
+ The resource name. e.g. to specify a database MyServer/MyDatabase.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceType
+
+ The resource type. e.g. Microsoft.Sql/Servers/Databases.
+
+ String
+
+ String
+
+
+
+
+
+
+ ExtensionResourceName
+
+ The extension resource name. e.g. to specify a database MyServer/MyDatabase.
+
+ String
+
+ String
+
+
+
+
+
+
+ ExtensionResourceType
+
+ The extension resource type. e.g. Microsoft.Sql/Servers/Databases.
+
+ String
+
+ String
+
+
+
+
+
+
+ ODataQuery
+
+ An OData style filter which will be appended to the request in addition to any other filters.
+
+ String
+
+ String
+
+
+
+
+
+
+ ResourceGroupName
+
+ The resource group name.
+
+ String
+
+ String
+
+
+
+
+
+
+ TenantLevel
+
+
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Invoke list action on website config resource --------------------------
+
+ PS C:\>
+
+ Invoke-AzureRmResourceAction -ResourceGroupName myGroup -ResourceType Microsoft.Web/sites/config/list -ResourceName mySite/appsettings -Action list -ApiVersion 2015-08-01 -Force
+
+ Invokes the list action on website config
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj b/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj
index 46ba6ba1f10d..7a470646375b 100644
--- a/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj
+++ b/src/ResourceManager/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj
@@ -105,7 +105,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Resources/Commands.Resources.Test/packages.config b/src/ResourceManager/Resources/Commands.Resources.Test/packages.config
index ae37e291b3b0..406e4002c706 100644
--- a/src/ResourceManager/Resources/Commands.Resources.Test/packages.config
+++ b/src/ResourceManager/Resources/Commands.Resources.Test/packages.config
@@ -20,7 +20,7 @@
-
+
diff --git a/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml b/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml
index f08bfe8cd8b9..be0ff169384e 100644
--- a/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml
+++ b/src/ResourceManager/Resources/Commands.Resources/Microsoft.Azure.Commands.Resources.dll-Help.xml
@@ -1975,306 +1975,6 @@ ContosoLabsRG WordPress.WordPress Succ
-
-
-
- Get-AzureRmResourceGroupGalleryTemplate
-
- Gets resource group templates in the gallery
-
-
-
-
- Get
- AzureResourceGroupGalleryTemplate
-
-
-
- This is the Description section
- The Get-AzureRmResourceGroupGalleryTemplate cmdlet gets resource group gallery templates from the template gallery that Azure hosts. To save a gallery template as a JSON file, use the Save-AzureRmResourceGroupGalleryTemplate cmdlet.A resource group template is a JSON string that defines a resource group for a complex entity, such as a web portal, a blog, a photo gallery, a commerce site, or a wiki. The template defines the resources that are typically needed for the entity, such as web sites, database servers, databases and storage accounts, and includes parameters for user-defined values, such as the names and properties of the resources. To create a resource group with a template, just identify the template and provide values for its parameters.You can create your own templates or use the Get-AzureRmResourceGroupGalleryTemplate get a template from the template gallery that Azure hosts. You can also create templates by editing the gallery templates. If you create or edit a template, be sure to use the Test-AzureResourceGroupDeployment cmdlet to verify that your template and its parameters are valid.To create a resource group with a custom or gallery template, use the New-AzureRmResourceGroup or New-AzureRmResourceGroupDeployment cmdlets.By default the cmdlet gets only the latest version of the template. To get all versions, use the -AllVersions parameter flag.
-
-
-
- Get-AzureRmResourceGroupGalleryTemplate
-
- Publisher
-
- Gets only gallery templates from the specified publisher. Enter one publisher name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureRmResourceGroupGalleryTemplate gets all gallery templates.
-
- String
-
-
- Category
-
- Gets only gallery templates in the specified category. Wildcards are not permitted. You can specify only one category in each command. This parameter is optional. By default, Get-AzureRmResourceGroupGalleryTemplate gets all gallery templates.
-
- String
-
-
- ApplicationName
-
-
-
- String
-
-
- AllVersions
-
- If specified, the cmdlet will return all versions of matching templates. By default only the latest version is returned.
-
- SwitchParameter
-
-
- Profile
-
-
-
- AzureProfile
-
-
-
- Get-AzureRmResourceGroupGalleryTemplate
-
- Identity
-
- Gets the gallery template with the specified Identity value. Wildcards are not permitted. You can specify only one Identity in each command.To find the Identity of a gallery template, run Get-AzureRmResourceGroupGalleryTemplate without parameters.
-
- String
-
-
- Profile
-
-
-
- AzureProfile
-
-
-
-
-
- Publisher
-
- Gets only gallery templates from the specified publisher. Enter one publisher name. Wildcards are not permitted. This parameter is optional. By default, Get-AzureRmResourceGroupGalleryTemplate gets all gallery templates.
-
- String
-
- String
-
-
-
-
-
-
- Category
-
- Gets only gallery templates in the specified category. Wildcards are not permitted. You can specify only one category in each command. This parameter is optional. By default, Get-AzureRmResourceGroupGalleryTemplate gets all gallery templates.
-
- String
-
- String
-
-
-
-
-
-
- ApplicationName
-
-
-
- String
-
- String
-
-
-
-
-
-
- AllVersions
-
- If specified, the cmdlet will return all versions of matching templates. By default only the latest version is returned.
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
-
- Profile
-
-
-
- AzureProfile
-
- AzureProfile
-
-
-
-
-
-
- Identity
-
- Gets the gallery template with the specified Identity value. Wildcards are not permitted. You can specify only one Identity in each command.To find the Identity of a gallery template, run Get-AzureRmResourceGroupGalleryTemplate without parameters.
-
- String
-
- String
-
-
-
-
-
-
-
-
-
- None
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Management.Automation.PSCustomObject
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, resource, group, template, deployment
-
-
-
-
- -------------------------- Example 1: Get all gallery templates --------------------------
-
- PS C:\>
-
- PS C:\>Get-AzureRmResourceGroupGalleryTemplate
-
-Publisher Identity--------- --------Acquiacom Acquiacom.AcquiaDrupal7MySQL.0.1.0-preview1Acquiacom Acquiacom.AcquiaDrupal7SQL.0.1.0-preview1Avensoft Avensoft.nService.0.1.0-preview1BlogEngineNET BlogEngineNET.BlogEngineNET.0.1.0-preview1Brandoo Brandoo.BrandooWordPressMSSQLorAzureSQL.0.1.0-preview1bugnetproject bugnetproject.BugNET.0.1.0-preview1CakeSoftwareFoundation CakeSoftwareFoundation.CakePHP.0.1.0-preview1CommerceGuys CommerceGuys.DrupalCommerceKickstartMySQL.0.1.0-preview1...
-
- This command gets all gallery templates in the Azure template gallery and displays the Identity and Description of each gallery template in a list. The list lets you browse through the templates and select the ones that meet your needs.
-
-
- To save the list in a text file that you can search, use the redirection operator (>). For example, Get-AzureRmResourceGroupGalleryTemplate | Format-List Identity, Description > $home\Documents\Azure\TemplateDescriptions.txt.
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get a gallery template by its identity --------------------------
-
- PS C:\>
-
- PS C:\> PS C:\ps-test> Get-AzureRmResourceGroupGalleryTemplate -Identity WikimediaFoundation.MediaWiki.0.1.0-preview1
-
- This command uses the Get-AzureRmResourceGroupGalleryTemplate cmdlet to get the WikimediaFoundation.MediaWiki.0.1.0-preview1 gallery template. You can review the gallery template and its properties, such as icons and screenshots.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Save a gallery template as a JSON file --------------------------
-
- PS C:\>
-
- PS C:\>Save-AzureRmResourceGroupGalleryTemplate -Identity Microsoft.PhotoGallery.0.1.0-preview1 -Path $home\Documents\Azure\MyTemplates
-
-PS C:\>Get-Content -Path $home\Documents\Azure\MyTemplates Microsoft.PhotoGallery.0.1.0-preview1.json { "$schema": "http://johngosmanage.blob.core.windows.net/schemas/2014-04-01-preview/deploymentTemplate.json", "contentVersion": "1.0.0.0", "parameters": { "siteName": { "type": "string" }, "hostingPlanName": { "type": "string" },... "resources": [ { "apiVersion": "2014-04-01", "name": "[parameters('siteName')]", "type": "Microsoft.Web/sites", "location": "[parameters('siteLocation')]", "tags": { "[concat('hidden-related:/subscriptions/', }, "properties": { "name": "[parameters('siteName')]", "serverFarm": "[parameters('hostingPlanName')]", "computeMode": "[parameters('computeMode')]", "siteMode": "[parameters('siteMode')]" }...
-
- When you find a gallery template that matches your resource needs,
-you can save it as a JSON file on disk. This makes it easy to review and analyze the resources that the template creates and the parameters (user-defined values) that it defines for each resource. Then, you can use the template with the New-AzureRmResourceGroup and New-AzureRmResourceGroupDeployment cmdlets.
-
-
- The first command uses the Save-AzureRmResourceGroupGalleryTemplate cmdlet to save the Microsoft.PhotoGallery.0.1.0-preview1 gallery template as a JSON file in the path that you specify.The second command uses the Get-Content cmdlet to get the content of the template file. The output that's displayed here is just an excerpt of the JSON template file, but you can see the Parameters and Resources attributes that are common to every template file. To see examples of using the template, type: Get-Help New-AzureRmResourceGroup or Get-Help New-AzureRmResourceGroupDeployment.
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 4: Get the category, identity, and summary of the templates --------------------------
-
- PS C:\>
-
- PS C:\>Get-AzureRmResourceGroupGalleryTemplate | Foreach-Object {Get-AzureRmResourceGroupGalleryTemplate -Identity $_.Identity} | Format-List -Property CategoryIds, Identity, Summary
-CategoryIds : {web, blogscms, ecommerce}
-Identity : Acquiacom.AcquiaDrupal7MySQL.0.1.0-preview1
-Summary : Acquia Drupal 7 provides the fastest on-ramp to build dynamic and social web sites featuring both editorial and user-generated content. Includes Drupal core and popular modules.
-
-
-CategoryIds : {web, other}
-Identity : Avensoft.nService.0.1.0-preview1
-Summary : Help desk and service management software that empowers you to provide great services to your employees and customers. This free edition allows one concurrent technician and unlimited end users.
-...
-
- This example shows you how to display the category (CategoryIds property), identity, and summary of each template in a list. You can use commands with this format to get any template property. To find all template properties, pipe a Get-AzureRmResourceGroupGalleryTemplate command with the Identity parameter to the Get-Member cmdlet. For example: (Get-AzureRmResourceGroupGalleryTemplate Microsoft.TeamProject.0.1.0-preview1 | Get-Member).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Online Version:
- http://go.microsoft.com/fwlink/?LinkID=393052
-
-
-
@@ -4484,7 +4184,7 @@ NewApplication 61b5d8ea-fdc6-40a2
This is the Description section
- The New-AzureRmResourceGroup cmdlet creates an Azure resource group and its resources and returns an object that represents the resource group.Use this cmdlet to create a new resource group. To add a deployment to an existing resource group, use the New-AzureRmResourceGroupDeployment cmdlet. To add a resource to an existing resource group, use the New-AzureRmResource cmdlet.An Azure resource is a user-managed Azure entity, such as a database server, database, or web site. An Azure resource group is a collection of Azure resources that are deployed as a unit.You can create a resource group with just a name and location, and then use the New-AzureRmResource cmdlet to create resources and add them to the resource group. However, typically, you use a resource group template, which is a JSON-based model of a resource group for a complex cloud-based service, such as a web portal. You can find many templates in the Azure template gallery (Get-AzureRmResourceGroupGalleryTemplate) and you can create your own templates.To find a gallery template, use the Get-AzureRmResourceGroupGalleryTemplate template cmdlet. To use a gallery template, use the GalleryTemplateIdentity parameter of New-AzureRmResourceGroup to specify the template identity. Or, use the Save-AzureRmResourceGalleryTemplate cmdlet to save the gallery template as a JSON file, and then use the TemplateFile or TemplateUri parameters to provide the name and location of the file.You can also create a custom resource group template, either by typing in a text file or by editing a gallery template. To use a custom template to create a resource group, use TemplateFile or TemplateUri parameters to supply the location and file name.The template includes parameters (placeholders) for configurable property values, likes names and sizes. To specify values for the template parameters, use a JSON-formatted parameter file (TemplateParameterFile parameter) or a hash table of parameter names and values (TemplateParameterObject parameter). Or, you can use the template parameters that are added to the command dynamically as soon as you specify a template. To use the dynamic parameters, just type them in the command, or type a minus sign to indicate a parameter name (-) and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required template parameter, the cmdlet prompts you for the value. Template parameter values that you specify at the command line take precedence over template parameter values in a template parameter object or file.
+ The New-AzureRmResourceGroup cmdlet creates an Azure resource group and returns an object that represents the resource group.
@@ -4686,7 +4386,11 @@ Resources
This is the Description section
- The New-AzureRmResourceGroupDeployment cmdlet adds a deployment to an existing resource group, including the resources that the deployment requires. This cmdlet is similar to the New-AzureRmResourceGroup cmdlet, but it works on existing resource groups, instead of new ones. To add resources to a resource group without using a template, use the New-AzureRmResource cmdlet.An Azure resource is a user-managed Azure entity, such as a database server, database, website, virtual machine, or storage account. An Azure resource group is a collection of Azure resources that are deployed as a unit, such as the web site, database server, and databases that are required for a financial web site. A deployment uses a resource group template to add resource to a resource group and publish them so they are available in Azure.To add a resource group deployment, specify the name of an existing resource group and a resource group template, which is a JSON string that represents of a resource group for a complex cloud-based service, such as a web portal. The template includes parameter (placeholders) for required resources and configurable property values, likes names and sizes. You can find many templates in the Azure template gallery and you can create your own templates.To find a gallery template, use the Get-AzureRmResourceGroupGalleryTemplate template cmdlet. To use a gallery template, use the GalleryTemplateIdentity parameter of New-AzureRmResourceGroupDeployment to specify the template identity. Or, use the Save-AzureRmResourceGalleryTemplate cmdlet to save the gallery template as a JSON file, and then use the TemplateFile or TemplateUri parameters to provide the name and location of the file.You can also create a custom resource group template, either by typing in a text file or by editing a gallery template. To use a custom template to create a resource group, use TemplateFile or TemplateUri parameters to supply the location and file name.Each template has different parameters for configurable properties. To specify values for the template parameters, use a JSON-formatted parameter file (TemplateParameterFile parameter) or a hash table of parameter names and values (TemplateParameterObject parameter). Or, use the template parameters that are added to the command dynamically as soon as you specify a template. To use the dynamic parameters, just type them in the command, or type a minus sign to indicate a parameter name (-) and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required parameter, the cmdlet prompts you for the value. Template parameter values that are typed at the command line take precedence over values in a template parameter object or file.
+ The New-AzureRmResourceGroupDeployment cmdlet adds a deployment to an existing resource group, including the resources that the deployment requires. To add resources to a resource group without using a template, use the New-AzureRmResource cmdlet.
+ An Azure resource is a user-managed Azure entity, such as a database server, database, website, virtual machine, or storage account. An Azure resource group is a collection of Azure resources that are deployed as a unit, such as the web site, database server, and databases that are required for a financial web site. A deployment uses a resource group template to add resource to a resource group and publish them so they are available in Azure.
+ To add a resource group deployment, specify the name of an existing resource group and a resource group template, which is a JSON string that represents of a resource group for a complex cloud-based service, such as a web portal. The template includes parameter (placeholders) for required resources and configurable property values, likes names and sizes. You can find many templates in the Azure template gallery and you can create your own templates.
+ You can also create a custom resource group template, either by typing in a text file or by editing a gallery template. To use a custom template to create a resource group, use TemplateFile or TemplateUri parameters to supply the location and file name. Each template has different parameters for configurable properties. To specify values for the template parameters, use a JSON-formatted parameter file (TemplateParameterFile parameter) or a hash table of parameter names and values (TemplateParameterObject parameter). Or, use the template parameters that are added to the command dynamically as soon as you specify a template. To use the dynamic parameters, just type them in the command, or type a minus sign to indicate a parameter name (-) and then press the TAB key repeatedly to cycle through the available parameters. If you miss a required parameter, the cmdlet prompts you for the value. Template parameter values that are typed at the command line take precedence over values in a template parameter object or file.
+ For more information about deploying template, please refer https://azure.microsoft.com/en-us/documentation/articles/resource-group-template-deploy/
@@ -4739,7 +4443,7 @@ Resources
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -4777,7 +4481,7 @@ Resources
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -4877,7 +4581,7 @@ Resources
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -4915,7 +4619,7 @@ Resources
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -4970,7 +4674,7 @@ Resources
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -5001,7 +4705,7 @@ Resources
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -5070,7 +4774,7 @@ Resources
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -5083,7 +4787,7 @@ Resources
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -5106,20 +4810,40 @@ Resources
-
-
-
-
- None
-
-
-
-
+
+ Mode
-
-
+ The deployment mode to use. Default is Incremental. If 'Complete' deployment mode is used, existing resources in the resource group that are not included in the template will be deleted. For more information, please refer to https://azure.microsoft.com/en-us/documentation/articles/resource-group-template-deploy/
-
+ String
+
+ String
+
+
+
+
+
+
+ Force
+
+ Do not ask for confirmation
+
+ SwitchParameter
+
+
+
+
+
+ None
+
+
+
+
+
+
+
+
+
@@ -8244,352 +7968,123 @@ True
-
-
- Name
-
- Name of the Role definition to be deleted.
-
- String
-
- String
-
-
-
-
-
- Profile
-
-
-
- azureprofile
-
- azureprofile
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, resource, group, template, deployment
-
-
-
-
- -------------------------- Example 1 --------------------------
-
- PS C:\>
-
- Get-AzureRmRoleDefinition –Name "Virtual Machine Operator" | Remove-AzureRmRoleDefinition
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2 --------------------------
-
- PS C:\>
-
- Remove-AzureRmRoleDefinition -Id "52a6cc13-ff92-47a8-a39b-2a8205c3087e"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureRmRoleDefinition
-
-
-
- Get-AzureRmRoleDefinition
-
-
-
- Set-AzureRmRoleDefinition
-
-
-
-
-
-
-
- Save-AzureRmResourceGroupGalleryTemplate
-
- Saves a gallery template to a JSON file
-
-
-
-
- Save
- AzureResourceGroupGalleryTemplate
-
-
-
- This is the Description section
- The Save-AzureRmResourceGroupGalleryTemplate cmdlet saves a template from the Azure template gallery as a JSON file on disk and returns the path to the saved file. You can to use the template to create Azure resource groups and deploymentsA resource is a user-managed entity, such as a website, database server, or database. A resource group is a collection of resources that are deployed as a unit. You can create resources individually and add them to resource groups. However, typically, you create a resource group by using a template.A template is a JSON string that defines a resource group for a complex entity, such as a web hosting site or web portal. The template defines the resources that are typically needed for the entity, such as websites, databases, and storage accounts, and includes parameters for user-defined values, such as the names and properties of the resources. To get a resource group template, use the Get-AzureRmResourceGroupGalleryTemplate cmdlet to get a gallery template and then use the Save-AzureRmResourceGroupGalleryTemplate cmdlet to save the template as a JSON file. Or, you can create your own templates, either from scratch or by editing a gallery template. To verify the syntax of a template, use the Test-AzureResourceGroupDeployment cmdlet.To use a template to create a resource group, use the New-AzureRmResourceGroup or New-AzureRmResourceGroupDeployment cmdlets. Just identify the template and provide values for its parameters.
-
-
-
- Save-AzureRmResourceGroupGalleryTemplate
-
- Identity
-
- Specifies the identity of the gallery item. This parameter is required. The gallery item identity is also used as the name of the template file on disk with a .JSON file name extension.
-
- String
-
-
- Path
-
- Specifies the path to the directory in which the template is saved. This parameter is optional. The default is the current directory.
-
- String
-
-
- Force
-
- Suppresses the confirmation prompt. By default, if you specify a path and file name that already exists, Save-AzureRmResourceGroupGalleryTemplate prompts before overwriting the file.
-
- SwitchParameter
-
-
- Profile
-
-
-
- AzureProfile
-
-
-
-
-
- Identity
-
- Specifies the identity of the gallery item. This parameter is required. The gallery item identity is also used as the name of the template file on disk with a .JSON file name extension.
-
- String
-
- String
-
-
-
-
-
-
- Path
-
- Specifies the path to the directory in which the template is saved. This parameter is optional. The default is the current directory.
-
- String
-
- String
-
-
-
-
-
-
- Force
-
- Suppresses the confirmation prompt. By default, if you specify a path and file name that already exists, Save-AzureRmResourceGroupGalleryTemplate prompts before overwriting the file.
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
-
- Profile
-
-
-
- AzureProfile
-
- AzureProfile
-
-
-
-
-
-
-
-
-
- None
-
-
-
-
-
-
-
-
-
-
-
-
-
- System.Management.Automation.PSCustomObject
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, resource, group, template, deployment
-
-
-
-
- -------------------------- Example 1: Save a template --------------------------
-
- PS C:\>
-
- PS C:\>Save-AzureRmResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1
-Path:
-
-C:\ Microsoft.WebSite.0.1.0-preview1.json
-
- This command saves the Microsoft.WebSite.0.1.0-preview1 template to the current directory as Microsoft.WebSite.0.1.0-preview1.json.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Pipe a gallery item to SaveAzureResourceGroupGalleryTemplate --------------------------
-
- PS C:\>
-
- PS C:\>Get-AzureRmResourceGroupGalleryTemplate -Identity Microsoft.WebSite.0.1.0-preview1 | Save-AzureRmResourceGroupGalleryTemplate -Path $home\Documents\MyTemplates
-Path
-
-C:\Users\User01\Documents\MyTemplates\ Microsoft.WebSite.0.1.0-preview1.json
-
- This command pipes the Microsoft.WebSite.0.1.0-preview1 gallery item from the Get-AzureRmResourceGroupGalleryTemplate cmdlet to the Save-AzureRmResourceGroupGalleryTemplate cmdlet. The command uses the Path parameter to save the JSON template in an alternate directory. Because the command uses the Passthru parameter, the cmdlet returns True to indicate that the save operation succeeded.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Save and use a gallery template --------------------------
-
- PS C:\>
-
- PS C:\> The first command uses the Save-AzureRmResourceGalleryTemplate cmdlet to save a template to disk. The cmdlet returns the path to the JSON file.
-PS C:\>Save-AzureRmResourceGroupGalleryTemplate -Identity TechInfoSystems.GalleryServerPro.0.1.0-preview1 -Path $home\Documents\MyTemplates
-Path
-
-C:\Users\User01\Documents\MyTemplates\TechInfoSystems.GalleryServerPro.0.1.0-preview1.json
-
-The second command uses the New-AzureRmResourceGroup cmdlet to create a new resource group based on the template. To specify the saved template, the command uses the TemplateFile parameter, which takes a path to a JSON file on disk. To specify the template parameters, the command uses the TemplateParameterFile parameter, which takes a path to a JSON file of parameters and parameter values.The command returns the newly created resource group.
-PS C:\>New-AzureRmResourceGroup -Name ContosoRG02 -Location 'South Central US' -DeploymentName DeployWeb1 –StorageAccountName contosostorage01 -TemplateFile $home\Documents\MyTemplates\TechInfoSystems.GalleryServerPro.0.1.0-preview1.json -TemplateParameterFile $home\Documents\MyTemplates\TechInfoParameters.json
-
- This example shows how to use a saved gallery template to create a new resource group.
-
-
- It's often useful to save a gallery template to disk before using it to create a resource group or a deployment. This gives you the opportunity to review the template and the resources that it creates and to determine that values that you will use for the parameters. But, you do not need to save a gallery template before using it to create a resource group. To use a gallery template without saving it, use the GalleryTemplateIdentity parameter of the New-AzureRmResourceGroup or New-AzureRmResourceGroupDeployment cmdlets.
-
-
-
-
-
-
-
-
-
-
-
-
- Online Version:
- http://go.microsoft.com/fwlink/?LinkID=393053
-
-
-
+
+
+ Name
+
+ Name of the Role definition to be deleted.
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ azureprofile
+
+ azureprofile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, resource, group, template, deployment
+
+
+
+
+ -------------------------- Example 1 --------------------------
+
+ PS C:\>
+
+ Get-AzureRmRoleDefinition –Name "Virtual Machine Operator" | Remove-AzureRmRoleDefinition
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2 --------------------------
+
+ PS C:\>
+
+ Remove-AzureRmRoleDefinition -Id "52a6cc13-ff92-47a8-a39b-2a8205c3087e"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureRmRoleDefinition
+
+
+
+ Get-AzureRmRoleDefinition
+
+
+
+ Set-AzureRmRoleDefinition
+
+
+
+
@@ -9221,7 +8716,7 @@ Tags:
- Test-AzureResourceGroupDeployment
+ Test-AzureRmResourceGroupDeployment
Detects errors in a resource group template or template parameters
@@ -9229,12 +8724,13 @@ Tags:
Test
- AzureResourceGroupTemplate
+ AzureRmResourceGroupDeployment
This is the Description section
- The Test-AzureResourceGroupDeployment cmdlet verifies the validity of a resource group template, its parameters, and parameter values. It returns errors that it finds. Otherwise, it does not return any output.To specify a template, use the GalleryTemplateIdentity or TemplateFile parameters. To specify the template parameter values, use the TemplateParameterFile or TemplateParameterObject parameters, or use the template parameters that are added to the command dynamically when you specify the template. To get the parameters, just type a minus sign (-) to indicate a parameter name and press the TAB key to trigger tab-completion. If you miss a required parameter, the cmdlet prompts you for the value. Parameter values typed at the command line take precedence over values in a template parameter object or file.A resource group template is a JSON-based model of a resource group for a complex cloud-based service, such as a web portal. You can use a resource group template to create a resource group or resource group deployment. The template includes parameter (placeholders) for configurable property values, likes names and sizes. You can find many templates in the Azure template gallery (Get-AzureRmResourceGroupGalleryTemplate) and you can create your own templates.
+ The Test-AzureResourceGroupDeployment cmdlet verifies the validity of a resource group template, its parameters, and parameter values. It returns errors that it finds. Otherwise, it does not return any output.
+ To specify a template, use the TemplateUri or TemplateFile parameters. To specify the template parameter values, use the TemplateParameterFile or TemplateParameterObject parameters, or use the template parameters that are added to the command dynamically when you specify the template. To get the parameters, just type a minus sign (-) to indicate a parameter name and press the TAB key to trigger tab-completion. If you miss a required parameter, the cmdlet prompts you for the value. Parameter values typed at the command line take precedence over values in a template parameter object or file.A resource group template is a JSON-based model of a resource group for a complex cloud-based service, such as a web portal. You can use a resource group template to create a resource group or resource group deployment. The template includes parameter (placeholders) for configurable property values, likes names and sizes. You can find many templates in the Azure template gallery and you can create your own templates.
@@ -9249,7 +8745,7 @@ Tags:
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -9280,7 +8776,7 @@ Tags:
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -9311,7 +8807,7 @@ Tags:
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -9390,7 +8886,7 @@ Tags:
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -9421,7 +8917,7 @@ Tags:
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -9462,7 +8958,7 @@ Tags:
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -9492,7 +8988,7 @@ Tags:
TemplateFile
- Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.To use this parameter, the subscription must include a storage account where the cmdlet can save the template. By default, this cmdlet uses the current storage account in the subscription, but you can use the StorageAccountName parameter to specify an alternate storage account. If you do not specify a storage account and the subscription does not have a storage account that is designated as "current," the command fails.To create a storage account, use the Switch-AzureMode cmdlet to switch to the Azure module, and then use the New-AzureRmStorageAccount cmdlet. To make the a storage account the "current storage account" for the subscription, use the CurrentStorageAccountName parameter of the Set-AzureRmSubscription cmdlet.
+ Specifies the path and file name of a JSON template file on disk. This can be a custom template or a gallery template that is saved to disk as a JSON file.
String
@@ -9531,7 +9027,7 @@ Tags:
TemplateUri
- Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file, such as by using the Save-AzureRmResourceGroupGalleryTemplate cmdlet.
+ Specifies the URI of a JSON template file. This file can be a custom template or a gallery template that is saved as a JSON file.
String
@@ -9601,7 +9097,7 @@ Tags:
PS C:\>
- PS C:\>Test-AzureResourceGroupDeployment -ResourceGroupName ContosoLabsRG -TemplateFile $home\Documents\Azure\Templates\CustomHostingPlan.json -TemplateParameterFile $home\Documents\Azure\Templates\HostingPlanParms.jsonPS C:>
+ PS C:\>Test-AzureRmResourceGroupDeployment -ResourceGroupName ContosoLabsRG -TemplateFile $home\Documents\Azure\Templates\CustomHostingPlan.json -TemplateParameterFile $home\Documents\Azure\Templates\HostingPlanParms.jsonPS C:>
This command tests a custom template file, CustomHostingPlan.json, and a template parameter file, HostingPlanParms.json. Because the cmdlet does not find any errors, it does not return any output.
@@ -9618,13 +9114,13 @@ Tags:
- -------------------------- Example 3: Test a template with dynamic parameter values --------------------------
+ -------------------------- Example 2: Test a template with dynamic parameter values --------------------------
PS C:\>
- PS C:\>Test-AzureResourceGroupDeployment -ResourceGroupName ContosoLabsRG -TemplateFile C:\Users\juneb\Documents\Azure\Templates\NewHostingPlan.json -siteName ContosoDev -siteMode Limited -computeMode Shared -siteLocation 'South Central US' -sku FreeCode : InvalidTemplateMessage : Deployment template validation failed: 'The template parameter 'hostingPlanName' is not valid.'.
+ PS C:\>Test-AzureRmResourceGroupDeployment -ResourceGroupName ContosoLabsRG -TemplateFile C:\Users\juneb\Documents\Azure\Templates\NewHostingPlan.json -siteName ContosoDev -siteMode Limited -computeMode Shared -siteLocation 'South Central US' -sku Free.
- This command uses the Test-AzureResourceGroupDeployment cmdlet to test a custom template. Instead of providing the template parameter names, we used the feature that adds the template parameters to command dynamically.
+ This command uses the Test-AzureRmResourceGroupDeployment cmdlet to test a custom template. Instead of providing the template parameter names, we used the feature that adds the template parameters to command dynamically.
To use the dynamic parameters, type a minus sign (-) to indicate a parameter name and press the TAB key. The tab-completion feature supplies parameter name. To cycle through all of the parameter names, press the TAB key repeatedly. In this case, we used the dynamic parameters to specify all of the parameter names at the command line.In this case, even though the template parameter names and values are correct, the Parameters section in the custom template is missing the hostingPlan parameter that is specified in the Resource section of the template. The cmdlet detects and reports this error.
@@ -13025,7 +12521,7 @@ Tags:
PropertyObject
- Specifies properties values for the properties of a resource. Enter a hash table in @{propertyName = propertyValue} format. This parameter is optional.Use this parameter to specify the values of properties that are specific to a resource type. To find the properties that you can set for each type of resource, look at a few gallery templates, such as the templates that the Get-AzureRmResourceGroupGalleryTemplate cmdlet returns.For more information about hash tables in Windows PowerShell, type: Get-Help about_Hash_Tables (http://go.microsoft.com/fwlink/?LinkID=324844).
+ Specifies properties values for the properties of a resource. Enter a hash table in @{propertyName = propertyValue} format. This parameter is optional.Use this parameter to specify the values of properties that are specific to a resource type. To find the properties that you can set for each type of resource, look at a few gallery templates. For more information about hash tables in Windows PowerShell, type: Get-Help about_Hash_Tables (http://go.microsoft.com/fwlink/?LinkID=324844).
hashtable
@@ -13198,51 +12694,7 @@ Properties : {[name, ContosoWeb], [state, Running], [hostNames,
These commands create the ContosoWeb Azure website in the CRG01 resource group.
- The first command creates a hash table of web site properties and saves it in the $WebsiteProperties variable. To find the properties that you can set for an Azure web site, use a gallery template, such as the ones that the Get-AzureRmResourceGroupGalleryTemplate cmdlet return.The second command uses the New-AzureRmResource cmdlet to create the web site. The value of the PropertyObject parameter is the hash table in the $WebsiteProperties variable.
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Add a website to a resource group --------------------------
-
- PS C:\>
-
- PS C:\>New-AzureRmResourceGroup -Name ContosoPortal -Location "West US" -GalleryTemplateIdentity WordPress.WordPress.0.1.0-preview1 -TemplateParameterFile ".\WordPressParameters.json"
-
-
-PS C:\>New-AzureRmResource –Name sqldb03 –ResourceType "Microsoft.Sql/servers/databases" –ResourceGroup ContosoPortal –Location "West US" –ParentResource "Microsoft.Sql/servers/ContosoServer01" –PropertyObject @{Edition = "Enterprise"; MaxSizeGB = 100}
-
- This example shows a typical use of this cmdlet. The first command uses the New-AzureRmResourceGroup cmdlet to create the ContosoPortal resource group. The command uses the WordPress gallery template (Get-AzureRmResourceGroupGalleryTemplate) and a JSON file, WordPressParameters.json, to specify values for the template-specific parameters, such as the name and location of the database, a name for the hosting plan, and web deployment credentials.
-
-
- The second command uses the New-AzureRmResource cmdlet to add an additional database to the ContosoPortal resource group. The command uses the PropertyObject parameter to specify a hash table of values for the Edition and MaxSizeGB properties of the new database. For the other databases in the resource group, these values were specified in the PortalParameters.rgcfg resource group configuration file.
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 4: Create a resource group with tags --------------------------
-
- PS C:\>
-
- PS C:\>New-AzureRmResource -Name ContosoEngSite -Location "North Europe" -ResourceGroupName ContosoEngineering -ResourceType "Microsoft.Web/sites" -ApiVersion 2004-04-01 -Tag @{Name="Status";Value="Approved"},@{Name="New"}
-
- This command creates a new website and applies two tags to it. The command uses the Tag parameter to apply a "Status" tag with a value of "Approved" and a tag named "New" with no value.
-
-
-
-
+ The first command creates a hash table of web site properties and saves it in the $WebsiteProperties variable. To find the properties that you can set for an Azure web site, use a gallery template. The second command uses the New-AzureRmResource cmdlet to create the web site. The value of the PropertyObject parameter is the hash table in the $WebsiteProperties variable.
@@ -14025,4 +13477,119 @@ PS C:\>Get-AzureRmResourceGroupLog -Name ContosoLabsRG -DeploymentName LabDep
+
+
+
+ Remove-AzureRmResourceGroupDeployment
+
+ Removes the specified resource group deployment.
+
+
+
+
+ Remove
+ AzureResourceGroupDeployment
+
+
+
+ The Remove-AzureRmResourceGroupDeployment removes the specified deployment.
+
+
+
+ Remove-AzureRmResourceGroupDeployment
+
+ Name
+
+ The deployment name. Use -Name or its alias -DeploymentName.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group under which the deployment exists. This parameter is required. If the resource group does not exist, the command fails.
+
+ String
+
+
+
+
+
+ Name
+
+ The deployment name. Use -Name or its alias -DeploymentName.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group under which the deployment exists. This parameter is required. If the resource group does not exist, the command fails.
+
+ String
+
+
+ Force
+
+ Do not ask for confirmation
+
+ SwitchParameter
+
+
+
+
+
+ None
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, resource, group, template, deployment
+
+
+
+
+ -------------------------- Example 1: Remove an existing deployment --------------------------
+
+ PS C:\>
+
+ PS C:\>Remove-AzureRmResourceGroupDeployment -ResourceGroupName ContosoEngineering -Name contosoDeployment
+
+ This command removes the deployment 'contosoDeployment' from 'ContosoEngineering' resource group.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj
index 8bbe6141e8ae..45901f5c0073 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/Commands.SiteRecovery.Test.csproj
@@ -71,7 +71,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config
index 7b0642a1f31c..73196aa1f789 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery.Test/packages.config
@@ -13,7 +13,7 @@
-
+
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj
index de6cab1001c4..23b45828c65f 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/Commands.SiteRecovery.csproj
@@ -64,7 +64,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config
index afdbb9ee7cca..864968a84b17 100644
--- a/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config
+++ b/src/ResourceManager/SiteRecovery/Commands.SiteRecovery/packages.config
@@ -10,6 +10,6 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj b/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj
index 6006d6850b8f..9508dedf0f0d 100644
--- a/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj
@@ -71,7 +71,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Management.Sql.0.43.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll
+ ..\..\..\packages\Microsoft.Azure.Management.Sql.0.45.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll
..\..\..\packages\Microsoft.Azure.Management.Storage.2.4.0-preview\lib\net40\Microsoft.Azure.Management.Storage.dll
@@ -111,7 +111,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
@@ -223,7 +223,7 @@
PreserveNewest
- PreserveNewest
+ Always
Always
@@ -239,6 +239,7 @@
+
@@ -253,6 +254,7 @@
+
@@ -301,6 +303,12 @@
Always
+
+ Always
+
+
+ Always
+
Always
@@ -406,6 +414,15 @@
PreserveNewest
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
Always
@@ -514,6 +531,9 @@
Always
+
+ Always
+
Always
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.cs b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.cs
index 36a4bb78d185..a939ea0139cb 100644
--- a/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.cs
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.cs
@@ -26,5 +26,23 @@ public void TestListDatabaseRestorePoints()
{
RunPowerShellTest("Test-ListDatabaseRestorePoints");
}
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestRestoreGeoBackup()
+ {
+ RunPowerShellTest("Test-RestoreGeoBackup");
+ }
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestRestoreDeletedDatabaseBackup()
+ {
+ RunPowerShellTest("Test-RestoreDeletedDatabaseBackup");
+ }
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestRestorePointInTimeBackup()
+ {
+ RunPowerShellTest("Test-RestorePointInTimeBackup");
+ }
}
}
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.ps1 b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.ps1
index 6a393af6bd47..ce28528a8382 100644
--- a/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.ps1
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseBackupTests.ps1
@@ -52,4 +52,43 @@ function Test-ListDatabaseRestorePoints
{
Remove-ResourceGroupForTest $rg
}
+}
+
+function Test-RestoreGeoBackup
+{
+ # Setup
+ $location = "Southeast Asia"
+ $serverVersion = "12.0"
+ $rg = Get-AzureRmResourceGroup -ResourceGroupName hchung-test2
+ $server = Get-AzureRmSqlServer -ServerName hchung-testsvr2 -ResourceGroupName $rg.ResourceGroupName
+ $db = Get-AzureRmSqlDatabase -ServerName $server.ServerName -DatabaseName hchung-testdb-geo2 -ResourceGroupName $rg.ResourceGroupName
+ $restoredDbName = "powershell_db_georestored"
+
+ Get-AzureRmSqlDatabaseGeoBackup -ResourceGroupName $server.ResourceGroupName -ServerName $server.ServerName -DatabaseName $db.DatabaseName | Restore-AzureRmSqlDatabase -FromGeoBackup -TargetDatabaseName $restoredDbName
+}
+
+function Test-RestoreDeletedDatabaseBackup
+{
+ # Setup
+ $location = "Southeast Asia"
+ $serverVersion = "12.0"
+ $rg = Get-AzureRmResourceGroup -ResourceGroupName hchung-test2
+ $server = Get-AzureRmSqlServer -ServerName hchung-testsvr2 -ResourceGroupName $rg.ResourceGroupName
+ $droppedDbName = "powershell_db_georestored"
+ $restoredDbName = "powershell_db_deleted"
+
+ Get-AzureRmSqlDeletedDatabaseBackup -ResourceGroupName $server.ResourceGroupName -ServerName $server.ServerName -DatabaseName $droppedDbName -DeletionDate "2016-02-23T00:21:22.847Z" | Restore-AzureRmSqlDatabase -FromDeletedDatabaseBackup -TargetDatabaseName $restoredDbName
+}
+
+function Test-RestorePointInTimeBackup
+{
+ # Setup
+ $location = "Southeast Asia"
+ $serverVersion = "12.0"
+ $rg = Get-AzureRmResourceGroup -ResourceGroupName hchung-test
+ $server = Get-AzureRmSqlServer -ServerName hchung-testsvr -ResourceGroupName $rg.ResourceGroupName
+ $db = Get-AzureRmSqlDatabase -ServerName $server.ServerName -DatabaseName hchung-testdb -ResourceGroupName $rg.ResourceGroupName
+ $restoredDbName = "powershell_db_restored"
+
+ Get-AzureRmSqlDatabase -ResourceGroupName $rg.ResourceGroupName -ServerName $server.ServerName -DatabaseName $db.DatabaseName | Restore-AzureRmSqlDatabase -FromPointInTimeBackup -PointInTime "2016-02-20T00:06:00Z" -TargetDatabaseName $restoredDbName
}
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/ServerDisasterRecoveryConfigurationTests.cs b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/ServerDisasterRecoveryConfigurationTests.cs
new file mode 100644
index 000000000000..1f41097f11c1
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/ServerDisasterRecoveryConfigurationTests.cs
@@ -0,0 +1,30 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Commands.ScenarioTest.SqlTests;
+using Microsoft.WindowsAzure.Commands.ScenarioTest;
+using Xunit;
+
+namespace Microsoft.Azure.Commands.Sql.Test.ScenarioTests
+{
+ public class ServerDisasterRecoveryConfigurationTests : SqlTestsBase
+ {
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.Sql)]
+ public void TestServerDisasterRecoveryConfiguration()
+ {
+ RunPowerShellTest("Test-ServerDisasterRecoveryConfiguration");
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/ServerDisasterRecoveryConfigurationTests.ps1 b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/ServerDisasterRecoveryConfigurationTests.ps1
new file mode 100644
index 000000000000..d90b3e79113b
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/ServerDisasterRecoveryConfigurationTests.ps1
@@ -0,0 +1,83 @@
+# ----------------------------------------------------------------------------------
+#
+# Copyright Microsoft Corporation
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# http://www.apache.org/licenses/LICENSE-2.0
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ----------------------------------------------------------------------------------
+
+<#
+ .SYNOPSIS
+ Tests CRUD on disaster recovery configuration
+#>
+function Test-ServerDisasterRecoveryConfiguration
+{
+ Test-ServerDisasterRecoveryConfigurationInternal
+}
+
+<#
+ .SYNOPSIS
+ Tests creating 2 servers, a disaster recovery configuration, failing over, then deleting
+#>
+function Test-ServerDisasterRecoveryConfigurationInternal ($location1 = "North Europe", $location2 = "Southeast Asia")
+{
+ # Setup
+ $rg1 = Create-ResourceGroupForTest $location1
+ $rg2 = Create-ResourceGroupForTest $location2
+
+ try
+ {
+ $server1 = Create-ServerForTest $rg1 "12.0" $location1
+ $server2 = Create-ServerForTest $rg2 "12.0" $location2
+ $failoverPolicy = "Off"
+ $sdrcName = "test-sdrc-alias"
+
+ # Create and validate
+ #
+ $sdrc = New-AzureRmSqlServerDisasterRecoveryConfiguration -ResourceGroupName $rg1.ResourceGroupName -ServerName $server1.ServerName -VirtualEndpointName $sdrcName -PartnerResourceGroupName $rg2.ResourceGroupName -PartnerServerName $server2.ServerName
+
+ GetSdrcCheck $rg1 $server1 $sdrcName $rg2 $server2 $failoverPolicy "Primary"
+ GetSdrcCheck $rg2 $server2 $sdrcName $rg1 $server1 $failoverPolicy "Secondary"
+
+ # Failover and check
+ #
+ Set-AzureRmSqlServerDisasterRecoveryConfiguration -ResourceGroupName $rg2.ResourceGroupName -ServerName $server2.ServerName -VirtualEndpointName $sdrcName -Failover
+
+ GetSdrcCheck $rg2 $server2 $sdrcName $rg1 $server1 $failoverPolicy "Primary"
+ GetSdrcCheck $rg1 $server1 $sdrcName $rg2 $server2 $failoverPolicy "Secondary"
+
+ # Fail back and check
+ #
+ Set-AzureRmSqlServerDisasterRecoveryConfiguration -ResourceGroupName $rg1.ResourceGroupName -ServerName $server1.ServerName -VirtualEndpointName $sdrcName -Failover
+
+ GetSdrcCheck $rg1 $server1 $sdrcName $rg2 $server2 $failoverPolicy "Primary"
+ GetSdrcCheck $rg2 $server2 $sdrcName $rg1 $server1 $failoverPolicy "Secondary"
+
+ # Delete
+ #
+ Remove-AzureRmSqlServerDisasterRecoveryConfiguration -ResourceGroupName $rg1.ResourceGroupName -ServerName $server1.ServerName -VirtualEndpointName $sdrcName -Force
+ }
+ finally
+ {
+ Remove-ResourceGroupForTest $rg1
+ Remove-ResourceGroupForTest $rg2
+ }
+}
+
+function GetSdrcCheck ($resourceGroup, $server, $virtualEndpointName, $partnerResourceGroup, $partnerServer, $failoverPolicy, $role)
+{
+ $sdrcGet = Get-AzureRmSqlServerDisasterRecoveryConfiguration -ResourceGroupName $resourceGroup.ResourceGroupName -ServerName $server.ServerName -VirtualEndpointName $virtualEndpointName
+
+ Assert-AreEqual $resourceGroup.ResourceGroupName $sdrcGet.ResourceGroupName
+ Assert-AreEqual $server.ServerName $sdrcGet.ServerName
+ Assert-AreEqual $virtualEndpointName $sdrcGet.VirtualEndpointName
+ Assert-AreEqual $partnerServer.ServerName $sdrcGet.PartnerServerName
+ Assert-AreEqual $failoverPolicy $sdrcGet.FailoverPolicy
+ Assert-AreEqual $role $sdrcGet.Role
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestoreDeletedDatabaseBackup.json b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestoreDeletedDatabaseBackup.json
new file mode 100644
index 000000000000..136e4acdc6a6
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestoreDeletedDatabaseBackup.json
@@ -0,0 +1,2426 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourcegroups/hchung-test2?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlZ3JvdXBzL2hjaHVuZy10ZXN0Mj9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2\",\r\n \"name\": \"hchung-test2\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "184"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14719"
+ ],
+ "x-ms-request-id": [
+ "ac8088b1-439a-4750-a916-c55163e6a236"
+ ],
+ "x-ms-correlation-request-id": [
+ "ac8088b1-439a-4750-a916-c55163e6a236"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032015Z:ac8088b1-439a-4750-a916-c55163e6a236"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:20:15 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMj9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "bd67b867-01f0-4f2e-87ec-f4fd7b165851"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2\",\r\n \"name\": \"hchung-testsvr2\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"Southeast Asia\",\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"hchung-testsvr2.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"hchung\",\r\n \"administratorLoginPassword\": null,\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "480"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "fbeac0ce-8477-4c9e-baa8-bddecdf47114"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14885"
+ ],
+ "x-ms-correlation-request-id": [
+ "f53a9af3-2f2c-4aae-b9ad-ab79860165ce"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032016Z:f53a9af3-2f2c-4aae-b9ad-ab79860165ce"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:20:16 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMj9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "aa8f6583-2fc3-4076-afa1-a9c5c4279809"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2\",\r\n \"name\": \"hchung-testsvr2\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"Southeast Asia\",\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"hchung-testsvr2.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"hchung\",\r\n \"administratorLoginPassword\": null,\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "480"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "8c5aba3f-7dcb-4f0c-a226-ae5f27eb2479"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14883"
+ ],
+ "x-ms-correlation-request-id": [
+ "9279c7fc-567d-4113-998b-1fef3b3845f7"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032018Z:9279c7fc-567d-4113-998b-1fef3b3845f7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:20:17 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/restorabledroppeddatabases/powershell_db_georestored%2C131006604828470000?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9yZXN0b3JhYmxlZHJvcHBlZGRhdGFiYXNlcy9wb3dlcnNoZWxsX2RiX2dlb3Jlc3RvcmVkJTJDMTMxMDA2NjA0ODI4NDcwMDAwP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "7f5c788e-59a8-43a4-a94a-f58287b52ce3"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/restorableDroppedDatabases/powershell_db_georestored,131006604828470000\",\r\n \"name\": \"powershell_db_georestored,131006604828470000\",\r\n \"type\": \"Microsoft.Sql/servers/restorableDroppedDatabases\",\r\n \"location\": \"SouthEast Asia\",\r\n \"properties\": {\r\n \"databaseName\": \"powershell_db_georestored\",\r\n \"edition\": \"Standard\",\r\n \"maxSizeBytes\": \"268435456000\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"elasticPoolName\": null,\r\n \"creationDate\": \"2016-02-22T22:32:23.56Z\",\r\n \"deletionDate\": \"2016-02-23T00:21:22.847Z\",\r\n \"earliestRestoreDate\": \"2016-02-23T00:21:22.847Z\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "641"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "c24c8c63-5a0e-48fa-ae3f-a423a4c452c6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14884"
+ ],
+ "x-ms-correlation-request-id": [
+ "5db573fb-404d-4590-b92b-b92321b37f5c"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032017Z:5db573fb-404d-4590-b92b-b92321b37f5c"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:20:17 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"edition\": \"Standard\",\r\n \"sourceDatabaseId\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/restorableDroppedDatabases/powershell_db_georestored,131006604828470000\",\r\n \"createMode\": \"Restore\",\r\n \"restorePointInTime\": \"2016-02-23T00:21:22.847Z\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {}\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "416"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-22T19:20:20.473-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "79"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "abd7f691-6a65-4e40-8aa1-61b9c82e7a7b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "350d5ce6-4ded-4c77-bc7b-493d4490179c"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032020Z:350d5ce6-4ded-4c77-bc7b-493d4490179c"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:20:20 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b6c8ddde-06db-4b18-ab6e-60d9cc1bb9a1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14882"
+ ],
+ "x-ms-correlation-request-id": [
+ "56f46b8a-e126-4bb3-9520-6abfa3ab80b1"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032022Z:56f46b8a-e126-4bb3-9520-6abfa3ab80b1"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:20:21 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "5cfb2bc3-35aa-445f-9b88-dbe674551485"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14878"
+ ],
+ "x-ms-correlation-request-id": [
+ "976b5b16-990f-4f23-948d-759c484dc840"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032053Z:976b5b16-990f-4f23-948d-759c484dc840"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:20:53 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "988dfebc-a30b-48e3-8a59-757549e4a75a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14876"
+ ],
+ "x-ms-correlation-request-id": [
+ "6b815ff3-8d62-498f-a414-cf7985199a2c"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032109Z:6b815ff3-8d62-498f-a414-cf7985199a2c"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:21:08 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "5731617a-2f1c-4f90-97d9-edb988fef9ab"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14874"
+ ],
+ "x-ms-correlation-request-id": [
+ "66db5e9b-89d5-4fe4-9a8b-ded1c78a105b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032125Z:66db5e9b-89d5-4fe4-9a8b-ded1c78a105b"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:21:25 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "40142ac4-bf44-42a9-97ba-941d29077900"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14872"
+ ],
+ "x-ms-correlation-request-id": [
+ "9d57da02-cf3f-4a98-9a60-813f77b56ade"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032142Z:9d57da02-cf3f-4a98-9a60-813f77b56ade"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:21:41 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "d28a2306-c362-4fa6-945c-5bfdcd88ebef"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14871"
+ ],
+ "x-ms-correlation-request-id": [
+ "b4447377-dcee-42af-928e-386deb5e0a31"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032158Z:b4447377-dcee-42af-928e-386deb5e0a31"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:21:58 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "e1cf4669-a29e-40c1-b694-598294f83f95"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14870"
+ ],
+ "x-ms-correlation-request-id": [
+ "6dae13cd-f2dd-4acf-9c9a-0054680dee29"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032214Z:6dae13cd-f2dd-4acf-9c9a-0054680dee29"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:22:14 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "6d702519-2849-4964-ae98-9f3931ebaf9b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14868"
+ ],
+ "x-ms-correlation-request-id": [
+ "257a0e36-419f-4fd4-85f7-376f9ea77381"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032231Z:257a0e36-419f-4fd4-85f7-376f9ea77381"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:22:31 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "074d6afa-4f1c-4934-8107-23effd584bfd"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14866"
+ ],
+ "x-ms-correlation-request-id": [
+ "f190d8e2-7a46-4ba7-9aa2-9f0ee09e9491"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032247Z:f190d8e2-7a46-4ba7-9aa2-9f0ee09e9491"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:22:47 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "061f54ce-7ccd-4ff2-86e0-a9f6d46b2c15"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14865"
+ ],
+ "x-ms-correlation-request-id": [
+ "0aa1ac4f-5b4a-4c75-b1ad-0a252ca9fead"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032304Z:0aa1ac4f-5b4a-4c75-b1ad-0a252ca9fead"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:23:04 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "ede084b7-23d3-47b2-8bde-e90ac66bbe9f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14864"
+ ],
+ "x-ms-correlation-request-id": [
+ "9c7cb033-08e7-41cd-ab78-fcdd576ece74"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032320Z:9c7cb033-08e7-41cd-ab78-fcdd576ece74"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:23:20 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "dea43d2b-3b3d-4ee0-a983-b14d16f144c6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14861"
+ ],
+ "x-ms-correlation-request-id": [
+ "dd6e4c56-a3cc-4c6d-808b-80eaa07bfb5d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032337Z:dd6e4c56-a3cc-4c6d-808b-80eaa07bfb5d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:23:36 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "7b8e94ce-7610-4d32-8979-c56773609315"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14859"
+ ],
+ "x-ms-correlation-request-id": [
+ "3d67eded-2359-47d0-97b2-75fa65aab105"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032353Z:3d67eded-2359-47d0-97b2-75fa65aab105"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:23:53 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "7ac1e639-d9f2-4ec3-891f-5e5eccce8476"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14855"
+ ],
+ "x-ms-correlation-request-id": [
+ "7186e3f8-de30-442c-baab-a320bb99899f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032410Z:7186e3f8-de30-442c-baab-a320bb99899f"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:24:09 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b54bcca2-cef9-4446-a587-3057dc18bae8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14854"
+ ],
+ "x-ms-correlation-request-id": [
+ "5fff6f15-d874-42b7-87f4-18f5b80c44b7"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032426Z:5fff6f15-d874-42b7-87f4-18f5b80c44b7"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:24:26 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "5fb5e96f-3719-4dd9-9712-469df3e861e6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14850"
+ ],
+ "x-ms-correlation-request-id": [
+ "a5391470-679c-479d-9033-8959dcf9a003"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032442Z:a5391470-679c-479d-9033-8959dcf9a003"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:24:41 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "e8590d1c-c6a8-4fad-8f7f-8a84fd0ef515"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14848"
+ ],
+ "x-ms-correlation-request-id": [
+ "c70deeb0-2f37-45bd-af6b-3132fcdedb1b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032459Z:c70deeb0-2f37-45bd-af6b-3132fcdedb1b"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:24:58 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "f03bb488-dc98-420f-8e37-3230ec6fcb68"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14853"
+ ],
+ "x-ms-correlation-request-id": [
+ "f079fd10-1bcf-4a2e-a129-54e50e314ef4"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032515Z:f079fd10-1bcf-4a2e-a129-54e50e314ef4"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:25:15 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "7c52f584-850a-4c61-ba1b-46fd9aeb5919"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14850"
+ ],
+ "x-ms-correlation-request-id": [
+ "a163c966-0d8f-40e5-a43d-44ecc0a9dc3e"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032531Z:a163c966-0d8f-40e5-a43d-44ecc0a9dc3e"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:25:30 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "bbfc9363-07b4-4b9f-8348-512bcaa24bb7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14847"
+ ],
+ "x-ms-correlation-request-id": [
+ "a675b6a6-f8cd-432f-b251-f970448cd33f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032548Z:a675b6a6-f8cd-432f-b251-f970448cd33f"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:25:47 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "61ba89fc-c09e-4c59-85ea-07ffa58166f6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14846"
+ ],
+ "x-ms-correlation-request-id": [
+ "0b173f65-9bd7-4df0-b51e-ed0bc13e9962"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032604Z:0b173f65-9bd7-4df0-b51e-ed0bc13e9962"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:26:04 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "139dec7e-4970-4f0f-b9fd-e98b4b1bdb9c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14845"
+ ],
+ "x-ms-correlation-request-id": [
+ "0639a60c-ed06-4619-9b5c-4a7e42b399af"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032621Z:0639a60c-ed06-4619-9b5c-4a7e42b399af"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:26:20 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b267ed9a-11ed-4624-8022-fc341dd892ff"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14842"
+ ],
+ "x-ms-correlation-request-id": [
+ "4f5e9f81-2e9b-4b63-9a04-be94e889c986"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032637Z:4f5e9f81-2e9b-4b63-9a04-be94e889c986"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:26:37 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "167573cd-db24-430d-9717-d0d965623052"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14840"
+ ],
+ "x-ms-correlation-request-id": [
+ "53256583-314d-43dc-81fb-26f32241ee05"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032654Z:53256583-314d-43dc-81fb-26f32241ee05"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:26:54 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "5d4d196c-09e1-4b3e-8313-d3182c0c2db7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14838"
+ ],
+ "x-ms-correlation-request-id": [
+ "bf8ffb76-13f1-400a-a3b6-8d5b085fd615"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032711Z:bf8ffb76-13f1-400a-a3b6-8d5b085fd615"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:27:11 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "e76a5ac6-c597-4cf0-b7a7-3658ab7dfdfc"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14837"
+ ],
+ "x-ms-correlation-request-id": [
+ "6ba637ef-4439-486e-8b39-0ba70fc97e5d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032727Z:6ba637ef-4439-486e-8b39-0ba70fc97e5d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:27:27 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "e7f78b9e-1760-400b-997e-a6cd8747da57"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14834"
+ ],
+ "x-ms-correlation-request-id": [
+ "eb126d21-e149-43bf-8bf3-aa3721b66944"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032743Z:eb126d21-e149-43bf-8bf3-aa3721b66944"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:27:43 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "c2dceb10-6017-4a83-a5b2-a41dc995fafa"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14832"
+ ],
+ "x-ms-correlation-request-id": [
+ "4f1a074f-ad7a-4a2c-8c4c-eb5621196185"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032800Z:4f1a074f-ad7a-4a2c-8c4c-eb5621196185"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:28:00 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "ca253cbe-b310-496b-938d-efe2c4d22eb9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14831"
+ ],
+ "x-ms-correlation-request-id": [
+ "b5177915-a1be-42fb-8739-3a3322ba26c3"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032816Z:b5177915-a1be-42fb-8739-3a3322ba26c3"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:28:16 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "981ade02-9b29-4b36-84d9-0830a1f122d6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14830"
+ ],
+ "x-ms-correlation-request-id": [
+ "7a24ea38-2086-4bbf-8d6b-e2005b6b5ca0"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032833Z:7a24ea38-2086-4bbf-8d6b-e2005b6b5ca0"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:28:33 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "3326ebe3-ce9c-4439-831c-3a0a3663aba1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14826"
+ ],
+ "x-ms-correlation-request-id": [
+ "7dd53c86-4fb5-45eb-b524-9772ef01296b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032849Z:7dd53c86-4fb5-45eb-b524-9772ef01296b"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:28:48 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "61fd1e79-2ace-4b9e-b0c6-a626922eac5e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14825"
+ ],
+ "x-ms-correlation-request-id": [
+ "66400e3c-e0cd-4f9a-a775-3f5a209e300f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032905Z:66400e3c-e0cd-4f9a-a775-3f5a209e300f"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:29:05 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRestoreRequest\",\r\n \"startTime\": \"2016-02-23T03:20:20.457Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "459964e8-2832-4507-8c1f-7b7f63870ca7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/azureAsyncOperation/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14823"
+ ],
+ "x-ms-correlation-request-id": [
+ "e6813e7c-2856-4be3-bfea-f914f8eb73cf"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032922Z:e6813e7c-2856-4be3-bfea-f914f8eb73cf"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:29:21 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted/operationResults/abd7f691-6a65-4e40-8aa1-61b9c82e7a7b?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9kZWxldGVkL29wZXJhdGlvblJlc3VsdHMvYWJkN2Y2OTEtNmE2NS00ZTQwLThhYTEtNjFiOWM4MmU3YTdiP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "27f68e5b-d5ee-4d47-8ea7-4fdc768748aa"
+ ]
+ },
+ "ResponseBody": "{\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_deleted\",\r\n \"name\": \"powershell_db_deleted\",\r\n \"type\": \"Microsoft.Sql/servers/databases\",\r\n \"location\": \"SouthEast Asia\",\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"databaseId\": \"3e3f3761-cd5d-43f7-8cd1-d7ddce909213\",\r\n \"edition\": \"Standard\",\r\n \"status\": \"Online\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": \"268435456000\",\r\n \"creationDate\": \"2016-02-23T03:20:20.863Z\",\r\n \"currentServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveName\": null,\r\n \"defaultSecondaryLocation\": \"North Europe\",\r\n \"earliestRestoreDate\": \"2016-02-23T03:38:57.517Z\",\r\n \"elasticPoolName\": null,\r\n \"containmentState\": 2\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "856"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "9bbcebae-e3cb-4d16-b11f-3772f1989393"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14821"
+ ],
+ "x-ms-correlation-request-id": [
+ "11c534a4-0888-4ca6-878f-5f59c65025f3"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T032938Z:11c534a4-0888-4ca6-878f-5f59c65025f3"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 03:29:37 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 201
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "0a496442-635f-4974-bda4-2d339b9a6b3c",
+ "TenantId": "b98ac74f-3f88-40dd-a91d-9d48aab4bf1f",
+ "Domain": "aad18.ccsctp.net",
+ "User": "admin@aad18.ccsctp.net"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestoreGeoBackup.json b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestoreGeoBackup.json
new file mode 100644
index 000000000000..20e1760f2a7e
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestoreGeoBackup.json
@@ -0,0 +1,4118 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourcegroups/hchung-test2?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlZ3JvdXBzL2hjaHVuZy10ZXN0Mj9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2\",\r\n \"name\": \"hchung-test2\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "184"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14816"
+ ],
+ "x-ms-request-id": [
+ "d93341e9-9eac-43d6-a093-627b7d992bfd"
+ ],
+ "x-ms-correlation-request-id": [
+ "d93341e9-9eac-43d6-a093-627b7d992bfd"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004149Z:d93341e9-9eac-43d6-a093-627b7d992bfd"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:41:49 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMj9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "41a3998e-4cf1-49ec-ba80-d1ff3dc97df4"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2\",\r\n \"name\": \"hchung-testsvr2\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"Southeast Asia\",\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"hchung-testsvr2.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"hchung\",\r\n \"administratorLoginPassword\": null,\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "480"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "be4b8bff-f01a-4493-91de-a5c2f315b091"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14796"
+ ],
+ "x-ms-correlation-request-id": [
+ "96bc95c4-c0c1-4cfa-bb11-1b82358daed0"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004150Z:96bc95c4-c0c1-4cfa-bb11-1b82358daed0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:41:49 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMj9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "fb030b6f-98da-43f4-a2a6-2d514875f284"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2\",\r\n \"name\": \"hchung-testsvr2\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"Southeast Asia\",\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"hchung-testsvr2.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"hchung\",\r\n \"administratorLoginPassword\": null,\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "480"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "00b325e5-a0b0-48ac-a499-197ab4b1c8d8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14793"
+ ],
+ "x-ms-correlation-request-id": [
+ "6bdf5cea-ddfd-4c0d-abeb-31543fa7aabe"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004204Z:6bdf5cea-ddfd-4c0d-abeb-31543fa7aabe"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:42:03 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/hchung-testdb-geo2?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvaGNodW5nLXRlc3RkYi1nZW8yP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "881974ad-702f-4053-9a53-cfbdd2cae976"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/hchung-testdb-geo2\",\r\n \"name\": \"hchung-testdb-geo2\",\r\n \"type\": \"Microsoft.Sql/servers/databases\",\r\n \"location\": \"SouthEast Asia\",\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"databaseId\": \"2d14aa41-5ec8-4393-a813-a2cee0465cf6\",\r\n \"edition\": \"Standard\",\r\n \"status\": \"Online\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": \"268435456000\",\r\n \"creationDate\": \"2016-02-22T19:35:12.313Z\",\r\n \"currentServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveName\": null,\r\n \"defaultSecondaryLocation\": \"North Europe\",\r\n \"earliestRestoreDate\": \"2016-02-22T19:46:11.22Z\",\r\n \"elasticPoolName\": null,\r\n \"containmentState\": 2\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "839"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "e25df2c8-2b68-449f-951c-7ef8eca80fd0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14795"
+ ],
+ "x-ms-correlation-request-id": [
+ "9184c8a2-f554-4f56-9d6c-9e716f3ec96f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004151Z:9184c8a2-f554-4f56-9d6c-9e716f3ec96f"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:41:50 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/recoverabledatabases/hchung-testdb-geo2?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9yZWNvdmVyYWJsZWRhdGFiYXNlcy9oY2h1bmctdGVzdGRiLWdlbzI/YXBpLXZlcnNpb249MjAxNC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "dafba08e-1607-4f3c-96d3-8836a9dad95b"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/recoverabledatabases/hchung-testdb-geo2\",\r\n \"name\": \"hchung-testdb-geo2\",\r\n \"type\": \"Microsoft.Sql/servers/recoverableDatabases\",\r\n \"properties\": {\r\n \"edition\": \"Standard\",\r\n \"lastAvailableBackupDate\": \"2016-02-22T23:42:03.8975335Z\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"elasticPoolName\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "401"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "6eaadcc8-bd24-4af1-902b-449f737e6b1d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14794"
+ ],
+ "x-ms-correlation-request-id": [
+ "07423e62-abd2-4a13-8992-1c7854132116"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004204Z:07423e62-abd2-4a13-8992-1c7854132116"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:42:03 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZD9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"edition\": \"Standard\",\r\n \"sourceDatabaseId\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/recoverabledatabases/hchung-testdb-geo2\",\r\n \"createMode\": \"Recovery\",\r\n \"restorePointInTime\": \"0001-01-01T00:00:00\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {}\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "380"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-22T16:42:07.232-08:00\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "79"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "6b868992-ae8f-45c4-8964-efb9a16c97f5"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "6ff7eec9-9c88-4384-af64-d6f8789d208d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004207Z:6ff7eec9-9c88-4384-af64-d6f8789d208d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:42:07 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "015ce8d8-1cde-4439-8d22-255dad230a26"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14792"
+ ],
+ "x-ms-correlation-request-id": [
+ "44d03663-1947-40bc-941a-180523ddb8a9"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004209Z:44d03663-1947-40bc-941a-180523ddb8a9"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:42:08 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "5da4844b-db19-42f5-a60b-caa0c5085456"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14787"
+ ],
+ "x-ms-correlation-request-id": [
+ "d6d77550-53a6-498b-9f48-c327efb721f1"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004240Z:d6d77550-53a6-498b-9f48-c327efb721f1"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:42:39 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "801358ab-a174-4aae-8b74-c41969ea660c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14786"
+ ],
+ "x-ms-correlation-request-id": [
+ "fe6ee2d4-aa85-4c44-9e14-ae0f83f7abba"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004256Z:fe6ee2d4-aa85-4c44-9e14-ae0f83f7abba"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:42:56 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "6d6ed89b-4684-4b94-ade2-4ccb1c095226"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14785"
+ ],
+ "x-ms-correlation-request-id": [
+ "f179d238-183c-413b-b097-89b0a2281f79"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004313Z:f179d238-183c-413b-b097-89b0a2281f79"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:43:12 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b224e4ff-c17d-4768-905e-307aab476c27"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14782"
+ ],
+ "x-ms-correlation-request-id": [
+ "4b5b399c-e2ec-4611-88a9-115cd6198f73"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004329Z:4b5b399c-e2ec-4611-88a9-115cd6198f73"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:43:29 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "618e0cd5-5ffd-43c6-a5a2-b8299c188d5b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14781"
+ ],
+ "x-ms-correlation-request-id": [
+ "9e4b85dc-7983-431b-91d1-e216e44fc5a6"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004345Z:9e4b85dc-7983-431b-91d1-e216e44fc5a6"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:43:44 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b460bf71-ea88-4c82-bca2-ac2c89a8a8d5"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14780"
+ ],
+ "x-ms-correlation-request-id": [
+ "0fe03c04-e2ed-45b4-8007-8257fbb316b9"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004402Z:0fe03c04-e2ed-45b4-8007-8257fbb316b9"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:44:01 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "caaa6a26-8916-4c8a-8201-ff867a153623"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14779"
+ ],
+ "x-ms-correlation-request-id": [
+ "6e7a08b7-5642-4cdb-98c9-01682fbf2083"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004418Z:6e7a08b7-5642-4cdb-98c9-01682fbf2083"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:44:18 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "df16e6b6-8bea-45b6-8b19-55c678e39ff7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14776"
+ ],
+ "x-ms-correlation-request-id": [
+ "63910c5b-ec62-4ce8-bcf4-4b29baaa0a92"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004434Z:63910c5b-ec62-4ce8-bcf4-4b29baaa0a92"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:44:34 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "4e01c9d4-af2c-4972-b4ea-c3adcab61022"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14775"
+ ],
+ "x-ms-correlation-request-id": [
+ "bff0a95e-01cd-42eb-b2d4-9c58747ea251"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004451Z:bff0a95e-01cd-42eb-b2d4-9c58747ea251"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:44:50 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "99d59d6f-2682-4b07-9366-b6108e100149"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14793"
+ ],
+ "x-ms-correlation-request-id": [
+ "9d792cd4-7fb1-422a-bedc-1dd1010fcfb1"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004507Z:9d792cd4-7fb1-422a-bedc-1dd1010fcfb1"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:45:06 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "2f975686-272c-4fa6-abe6-58ac3844beeb"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14791"
+ ],
+ "x-ms-correlation-request-id": [
+ "c6a1f11f-ad58-42f7-9106-c849f09a0874"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004523Z:c6a1f11f-ad58-42f7-9106-c849f09a0874"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:45:23 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "4bee0138-5a5c-41ba-882e-302e1914070b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14788"
+ ],
+ "x-ms-correlation-request-id": [
+ "6055869f-40ca-405c-a4e3-4d167a8666c9"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004540Z:6055869f-40ca-405c-a4e3-4d167a8666c9"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:45:39 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "029b1c92-a8f8-4753-a4a9-c87c2659855c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14787"
+ ],
+ "x-ms-correlation-request-id": [
+ "18c7a9e7-f7a0-4685-ac1b-64a2698c8635"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004556Z:18c7a9e7-f7a0-4685-ac1b-64a2698c8635"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:45:56 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b7d46ace-4abb-4e70-91cb-91670b12e6f9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14786"
+ ],
+ "x-ms-correlation-request-id": [
+ "78678eef-8897-4bda-affa-ea569f1a4e1b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004613Z:78678eef-8897-4bda-affa-ea569f1a4e1b"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:46:12 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "7a91a652-6483-4812-b3df-87dc206ea25e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14784"
+ ],
+ "x-ms-correlation-request-id": [
+ "d623ae5a-5991-4b45-8819-a46643f30c64"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004629Z:d623ae5a-5991-4b45-8819-a46643f30c64"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:46:28 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "0a7e4e51-ca63-495d-880e-629d2e9d479b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14781"
+ ],
+ "x-ms-correlation-request-id": [
+ "7ebca54b-290e-45b0-8567-967c80bdbfce"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004645Z:7ebca54b-290e-45b0-8567-967c80bdbfce"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:46:45 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "a036009a-f12c-4535-8bd7-a302eddf0dca"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14780"
+ ],
+ "x-ms-correlation-request-id": [
+ "c3bbcf31-c738-4d19-9f7d-68233e8a7778"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004702Z:c3bbcf31-c738-4d19-9f7d-68233e8a7778"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:47:02 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "694d1d3f-2f7c-45a3-a9f9-6c3589627035"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14778"
+ ],
+ "x-ms-correlation-request-id": [
+ "2fa25f3d-08f3-43e2-98f0-5206c45b13a5"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004718Z:2fa25f3d-08f3-43e2-98f0-5206c45b13a5"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:47:17 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "a3cd649b-c166-4b69-96ed-3238ef69921e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14775"
+ ],
+ "x-ms-correlation-request-id": [
+ "1e66923d-3966-4a3e-9f88-c2652a1a6407"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004734Z:1e66923d-3966-4a3e-9f88-c2652a1a6407"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:47:34 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "2dd421bc-2e6b-4917-92b7-55b9c7970764"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14774"
+ ],
+ "x-ms-correlation-request-id": [
+ "f741d4c4-ef4d-45c0-ac44-75b12ccdc941"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004751Z:f741d4c4-ef4d-45c0-ac44-75b12ccdc941"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:47:50 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "55987d05-c06a-4913-8c4f-fa8329a1565a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14773"
+ ],
+ "x-ms-correlation-request-id": [
+ "6d3b0d92-2a28-413f-adc4-90b614253562"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004807Z:6d3b0d92-2a28-413f-adc4-90b614253562"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:48:06 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "e6d3ae4a-5fb5-4bb3-a032-11645246e157"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14771"
+ ],
+ "x-ms-correlation-request-id": [
+ "e5ecca56-e26b-44d7-86f7-cea01ff13ef6"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004823Z:e5ecca56-e26b-44d7-86f7-cea01ff13ef6"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:48:22 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "d8215b0c-4830-4f51-b1f5-916f28d43026"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14768"
+ ],
+ "x-ms-correlation-request-id": [
+ "79a16e30-6940-424d-99ec-24820fe0821e"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004840Z:79a16e30-6940-424d-99ec-24820fe0821e"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:48:39 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "0b3a8143-8f1b-4e0e-809f-bd04b92e32e8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14767"
+ ],
+ "x-ms-correlation-request-id": [
+ "ff7241ba-876c-4fd9-8de4-59d598a8008d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004856Z:ff7241ba-876c-4fd9-8de4-59d598a8008d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:48:55 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "7b760cb1-8b21-4046-9c12-112b2e3bb1c1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14766"
+ ],
+ "x-ms-correlation-request-id": [
+ "5046889a-b15f-4a57-af0e-07737e17162e"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004912Z:5046889a-b15f-4a57-af0e-07737e17162e"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:49:12 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "9a134683-d97d-4ce8-90bb-6ad8514bde4f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14765"
+ ],
+ "x-ms-correlation-request-id": [
+ "b36f87f3-0421-4f17-aa12-90d326cef5f1"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004929Z:b36f87f3-0421-4f17-aa12-90d326cef5f1"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:49:29 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "0f8b8ec4-a33a-481d-b733-0a45d685a364"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14763"
+ ],
+ "x-ms-correlation-request-id": [
+ "7b9513a2-7e75-4b5d-8ba5-3e7a2ba09add"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T004945Z:7b9513a2-7e75-4b5d-8ba5-3e7a2ba09add"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:49:45 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "99af40d8-8d2e-4813-8e7d-dc1974784d29"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14778"
+ ],
+ "x-ms-correlation-request-id": [
+ "549413dd-f3be-4978-996d-b1528fc79248"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005034Z:549413dd-f3be-4978-996d-b1528fc79248"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:50:33 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "a448e1f3-f7fe-4667-b5f9-a6aa66f38d65"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14774"
+ ],
+ "x-ms-correlation-request-id": [
+ "fe6d9d29-e1c0-442e-94cf-fbfb22819a55"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005050Z:fe6d9d29-e1c0-442e-94cf-fbfb22819a55"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:50:50 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "959c8975-c914-4449-bd9a-ab950c6c9da2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14773"
+ ],
+ "x-ms-correlation-request-id": [
+ "41d0cf1e-9309-454a-bf78-051125b78bfa"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005107Z:41d0cf1e-9309-454a-bf78-051125b78bfa"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:51:07 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "72253cf9-eaa8-474c-9fd4-3153c5f1c149"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14771"
+ ],
+ "x-ms-correlation-request-id": [
+ "4896a7c0-6b8d-4b6d-9170-8ebcf23cc88f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005123Z:4896a7c0-6b8d-4b6d-9170-8ebcf23cc88f"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:51:23 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "2b1e7fa9-0796-46c2-a64c-5f6428770f85"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14768"
+ ],
+ "x-ms-correlation-request-id": [
+ "355b1aac-1069-4065-b400-c1d205292b3e"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005139Z:355b1aac-1069-4065-b400-c1d205292b3e"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:51:39 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "c8411932-ee8b-4df3-8191-d0f4f993fde8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14765"
+ ],
+ "x-ms-correlation-request-id": [
+ "120fec99-420d-43da-a0d9-d51f9e503a4c"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005156Z:120fec99-420d-43da-a0d9-d51f9e503a4c"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:51:55 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "a7a2363e-0d1f-4903-97fa-3a7c29315ba0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14764"
+ ],
+ "x-ms-correlation-request-id": [
+ "b8e333db-58c0-4a78-8d58-ddd0935f9c88"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005212Z:b8e333db-58c0-4a78-8d58-ddd0935f9c88"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:52:12 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "20f8404d-f87a-49df-8fcc-439d2ef72632"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14763"
+ ],
+ "x-ms-correlation-request-id": [
+ "f6b2fcae-ebf3-4884-ba2c-63be1c1ed967"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005228Z:f6b2fcae-ebf3-4884-ba2c-63be1c1ed967"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:52:28 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "c9c06f30-d3c7-4b3c-bbc0-e1a6329ac96f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14761"
+ ],
+ "x-ms-correlation-request-id": [
+ "4771d1e4-d5ec-4503-a222-6252a886bc07"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005245Z:4771d1e4-d5ec-4503-a222-6252a886bc07"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:52:44 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "8ea28475-5de8-451d-8839-7b02e8728433"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14759"
+ ],
+ "x-ms-correlation-request-id": [
+ "e5ce40ae-d6e8-4c8e-bd55-4aa61913ef9d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005301Z:e5ce40ae-d6e8-4c8e-bd55-4aa61913ef9d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:53:00 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "54a18ace-b3bb-4795-96a4-7e9790f86735"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14758"
+ ],
+ "x-ms-correlation-request-id": [
+ "f581995e-d4fb-4a6f-aec8-7dc3b1e53032"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005317Z:f581995e-d4fb-4a6f-aec8-7dc3b1e53032"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:53:17 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "12a1272a-0b68-48d7-9ae2-35869a66007f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14757"
+ ],
+ "x-ms-correlation-request-id": [
+ "d8a37ae4-1836-4e91-bd35-bc3a8a6f7493"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005334Z:d8a37ae4-1836-4e91-bd35-bc3a8a6f7493"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:53:33 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "e5a3d1b2-6a8a-40ba-80e1-3bcfb377342f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14753"
+ ],
+ "x-ms-correlation-request-id": [
+ "32f1138b-9ecd-4f02-ac06-04acd871d1fc"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005350Z:32f1138b-9ecd-4f02-ac06-04acd871d1fc"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:53:49 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "66cf4cb2-e293-4fd2-babb-75dce04d6547"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14752"
+ ],
+ "x-ms-correlation-request-id": [
+ "e1fc9b3c-6e3e-434a-b915-5a9d53277df4"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005406Z:e1fc9b3c-6e3e-434a-b915-5a9d53277df4"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:54:06 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "49b064a2-f9d2-4a09-b946-916bbc7a0b87"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14750"
+ ],
+ "x-ms-correlation-request-id": [
+ "9245f956-b383-41df-aecd-cf97e56c8321"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005423Z:9245f956-b383-41df-aecd-cf97e56c8321"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:54:22 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "658e8c09-b7ff-4ab9-a303-d186f88a20b8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14749"
+ ],
+ "x-ms-correlation-request-id": [
+ "31db52f2-66cf-4aa7-80ae-3463d5d9692d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005439Z:31db52f2-66cf-4aa7-80ae-3463d5d9692d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:54:39 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "061048b5-f0cb-480e-979d-661f1cb67315"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14747"
+ ],
+ "x-ms-correlation-request-id": [
+ "a2559df7-08fb-4849-9086-adc94ef5cd96"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005456Z:a2559df7-08fb-4849-9086-adc94ef5cd96"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:54:56 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b65b6b06-0820-472c-bf3f-6ddb46870796"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14767"
+ ],
+ "x-ms-correlation-request-id": [
+ "1533ef41-27f1-40a8-b3c8-411c33af7a06"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005512Z:1533ef41-27f1-40a8-b3c8-411c33af7a06"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:55:11 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "030b6e6b-233e-4322-8820-8c26eb02c718"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14765"
+ ],
+ "x-ms-correlation-request-id": [
+ "3c250544-51fd-4c9c-86c6-ecc287e18bc0"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005528Z:3c250544-51fd-4c9c-86c6-ecc287e18bc0"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:55:28 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "579d24db-aa37-430a-ad30-1d3f9d6eaca2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14763"
+ ],
+ "x-ms-correlation-request-id": [
+ "a2849395-858b-4b20-a532-cd5651ae0158"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005545Z:a2849395-858b-4b20-a532-cd5651ae0158"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:55:44 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "06b595fa-d3aa-4876-9a84-26519aae7a5e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14761"
+ ],
+ "x-ms-correlation-request-id": [
+ "f7e63339-4bcd-4683-ba42-5db57cded652"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005601Z:f7e63339-4bcd-4683-ba42-5db57cded652"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:56:01 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "64f63f5f-27fd-49a0-8622-a8f88896660b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14760"
+ ],
+ "x-ms-correlation-request-id": [
+ "1a92b8ec-b7bf-4954-978b-8efe40fc31cd"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005618Z:1a92b8ec-b7bf-4954-978b-8efe40fc31cd"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:56:18 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "9e511b9a-0342-4d81-a553-2f9992513a9b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14759"
+ ],
+ "x-ms-correlation-request-id": [
+ "77e9eb1a-b24e-4ae5-b62d-59fd875aafbf"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005634Z:77e9eb1a-b24e-4ae5-b62d-59fd875aafbf"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:56:33 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "e5d5f83e-5bdc-40dd-b79e-aba4ee156c1c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14755"
+ ],
+ "x-ms-correlation-request-id": [
+ "8bbe0b67-723e-4e14-bab3-817fa62600e3"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005650Z:8bbe0b67-723e-4e14-bab3-817fa62600e3"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:56:50 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "40277611-cc2c-4209-9b69-d83f56e531b4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14754"
+ ],
+ "x-ms-correlation-request-id": [
+ "c2f466fd-172c-41cd-9d8a-3d07586a1180"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005707Z:c2f466fd-172c-41cd-9d8a-3d07586a1180"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:57:07 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "3cd00821-8219-43cb-8770-eeffba63d6e1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14753"
+ ],
+ "x-ms-correlation-request-id": [
+ "dce5d768-edb3-4892-b3e4-54e56ab09272"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005723Z:dce5d768-edb3-4892-b3e4-54e56ab09272"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:57:23 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "310e31a7-196d-4fc7-b041-4c0d560ba452"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14752"
+ ],
+ "x-ms-correlation-request-id": [
+ "ac231546-d17e-40eb-88d2-40e89fa3bd13"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005740Z:ac231546-d17e-40eb-88d2-40e89fa3bd13"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:57:39 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "d6167da0-aa59-45ff-b2b8-a74dd3e858e6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14749"
+ ],
+ "x-ms-correlation-request-id": [
+ "6145ce64-6386-4d9c-a33f-aa29529034dd"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005756Z:6145ce64-6386-4d9c-a33f-aa29529034dd"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:57:56 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b82392e2-8d3a-4d68-8ecd-4bd37317c47a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14748"
+ ],
+ "x-ms-correlation-request-id": [
+ "879df2c3-2d0a-4319-8147-54284a7cbd1d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005812Z:879df2c3-2d0a-4319-8147-54284a7cbd1d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:58:12 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "2a1ff937-b7ab-41f0-be61-01e68794254e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14747"
+ ],
+ "x-ms-correlation-request-id": [
+ "9631c28c-30a9-4a63-a6f5-daff02705d97"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005829Z:9631c28c-30a9-4a63-a6f5-daff02705d97"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:58:28 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"CreateRecoverRequest\",\r\n \"startTime\": \"2016-02-23T00:42:07.17Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "74"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "5d05c9fa-d6e3-48ef-b3f8-8db3a87a07a8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Azure-AsyncOperation": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/azureAsyncOperation/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14746"
+ ],
+ "x-ms-correlation-request-id": [
+ "1b176d61-8eb4-4803-9e01-10a94c0a84cf"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005845Z:1b176d61-8eb4-4803-9e01-10a94c0a84cf"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:58:45 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored/operationResults/6b868992-ae8f-45c4-8964-efb9a16c97f5?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlNxbC9zZXJ2ZXJzL2hjaHVuZy10ZXN0c3ZyMi9kYXRhYmFzZXMvcG93ZXJzaGVsbF9kYl9nZW9yZXN0b3JlZC9vcGVyYXRpb25SZXN1bHRzLzZiODY4OTkyLWFlOGYtNDVjNC04OTY0LWVmYjlhMTZjOTdmNT9hcGktdmVyc2lvbj0yMDE0LTA0LTAxLVByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "461cfda8-0f0b-4086-8a39-927b442d6e54"
+ ]
+ },
+ "ResponseBody": "{\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test2/providers/Microsoft.Sql/servers/hchung-testsvr2/databases/powershell_db_georestored\",\r\n \"name\": \"powershell_db_georestored\",\r\n \"type\": \"Microsoft.Sql/servers/databases\",\r\n \"location\": \"SouthEast Asia\",\r\n \"kind\": \"v12.0,user\",\r\n \"properties\": {\r\n \"databaseId\": \"ac6f66cb-cc8d-4167-b64f-beb5c60019e4\",\r\n \"edition\": \"Standard\",\r\n \"status\": \"Online\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": \"268435456000\",\r\n \"creationDate\": \"2016-02-23T00:42:08.593Z\",\r\n \"currentServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveName\": null,\r\n \"defaultSecondaryLocation\": \"North Europe\",\r\n \"earliestRestoreDate\": \"2016-02-23T01:08:20.09Z\",\r\n \"elasticPoolName\": null,\r\n \"containmentState\": 2\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "863"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "0ceb4ad5-18b5-4a2a-9f97-d234feea5b47"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14741"
+ ],
+ "x-ms-correlation-request-id": [
+ "2db7a9c2-1e9e-4825-8aaf-0497fb8a1739"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160223T005902Z:2db7a9c2-1e9e-4825-8aaf-0497fb8a1739"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Tue, 23 Feb 2016 00:59:01 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 201
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "0a496442-635f-4974-bda4-2d339b9a6b3c",
+ "TenantId": "b98ac74f-3f88-40dd-a91d-9d48aab4bf1f",
+ "Domain": "aad18.ccsctp.net",
+ "User": "admin@aad18.ccsctp.net"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestorePointInTimeBackup.json b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestorePointInTimeBackup.json
new file mode 100644
index 000000000000..81396f21ed42
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests/TestRestorePointInTimeBackup.json
@@ -0,0 +1,758 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourcegroups/hchung-test?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlZ3JvdXBzL2hjaHVuZy10ZXN0P2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test\",\r\n \"name\": \"hchung-test\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "182"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14958"
+ ],
+ "x-ms-request-id": [
+ "b2ee2554-f200-404c-954a-d4b48e93cf1d"
+ ],
+ "x-ms-correlation-request-id": [
+ "b2ee2554-f200-404c-954a-d4b48e93cf1d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003231Z:b2ee2554-f200-404c-954a-d4b48e93cf1d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:32:30 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnI/YXBpLXZlcnNpb249MjAxNC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "e8795202-336b-42a6-8a2b-e2ff724f5f35"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr\",\r\n \"name\": \"hchung-testsvr\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"North Europe\",\r\n \"kind\": \"v2.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"hchung-testsvr.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"hchung\",\r\n \"administratorLoginPassword\": null,\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"2.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "472"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "10b3f636-26de-43fc-ac36-df13996e2014"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14965"
+ ],
+ "x-ms-correlation-request-id": [
+ "48d09521-1609-4739-98e5-6f9bca6ede0c"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003232Z:48d09521-1609-4739-98e5-6f9bca6ede0c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:32:31 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnI/YXBpLXZlcnNpb249MjAxNC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "09a83819-214e-409a-b2b5-aaff5b4b46a5"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr\",\r\n \"name\": \"hchung-testsvr\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"North Europe\",\r\n \"kind\": \"v2.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"hchung-testsvr.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"hchung\",\r\n \"administratorLoginPassword\": null,\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"2.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "472"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "b3fe70d3-36d3-4152-bb91-ec648b58063b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14962"
+ ],
+ "x-ms-correlation-request-id": [
+ "59366391-817c-4d41-bf38-b6d64778c3b7"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003234Z:59366391-817c-4d41-bf38-b6d64778c3b7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:32:33 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/hchung-testdb?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL2hjaHVuZy10ZXN0ZGI/YXBpLXZlcnNpb249MjAxNC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "20b4fa47-32bf-43c8-a8a1-3f886ef0634b"
+ ]
+ },
+ "ResponseBody": "{\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/hchung-testdb\",\r\n \"name\": \"hchung-testdb\",\r\n \"type\": \"Microsoft.Sql/servers/databases\",\r\n \"location\": \"North Europe\",\r\n \"kind\": \"v2.0,user\",\r\n \"properties\": {\r\n \"databaseId\": \"23704415-8913-4501-b7ce-e4cc92eba3e0\",\r\n \"edition\": \"Standard\",\r\n \"status\": \"Online\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": \"268435456000\",\r\n \"creationDate\": \"2016-02-19T23:18:17.883Z\",\r\n \"currentServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveName\": null,\r\n \"defaultSecondaryLocation\": \"West Europe\",\r\n \"earliestRestoreDate\": \"2016-02-19T23:19:17.883Z\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "790"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "8e76cd9e-5e8a-4b3a-a27a-ecf5fc0377c2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14964"
+ ],
+ "x-ms-correlation-request-id": [
+ "123b548c-c81a-41cc-a0e8-18a13ab59210"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003233Z:123b548c-c81a-41cc-a0e8-18a13ab59210"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:32:32 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/hchung-testdb?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL2hjaHVuZy10ZXN0ZGI/YXBpLXZlcnNpb249MjAxNC0wNC0wMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "a4944c52-06be-4730-b189-8f23cdbf3fac"
+ ]
+ },
+ "ResponseBody": "{\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/hchung-testdb\",\r\n \"name\": \"hchung-testdb\",\r\n \"type\": \"Microsoft.Sql/servers/databases\",\r\n \"location\": \"North Europe\",\r\n \"kind\": \"v2.0,user\",\r\n \"properties\": {\r\n \"databaseId\": \"23704415-8913-4501-b7ce-e4cc92eba3e0\",\r\n \"edition\": \"Standard\",\r\n \"status\": \"Online\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": \"268435456000\",\r\n \"creationDate\": \"2016-02-19T23:18:17.883Z\",\r\n \"currentServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveName\": null,\r\n \"defaultSecondaryLocation\": \"West Europe\",\r\n \"earliestRestoreDate\": \"2016-02-19T23:19:17.883Z\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "790"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "23dc35f3-dd86-4219-bb5a-7aeabae23a31"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14963"
+ ],
+ "x-ms-correlation-request-id": [
+ "5064a33c-1ee5-4d02-bacc-8bca224b4144"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003234Z:5064a33c-1ee5-4d02-bacc-8bca224b4144"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:32:33 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQ/YXBpLXZlcnNpb249MjAxNC0wNC0wMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"edition\": \"Standard\",\r\n \"sourceDatabaseId\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/hchung-testdb\",\r\n \"createMode\": \"PointInTimeRestore\",\r\n \"restorePointInTime\": \"2016-02-19T16:06:00-08:00\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {}\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "376"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"DATABASE RESTORE\",\r\n \"startTime\": \"2016-02-20T00:32:36.094Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "70"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "59093894-e39d-480c-8fce-748cf5d6d20e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1189"
+ ],
+ "x-ms-correlation-request-id": [
+ "d0453023-d333-46f5-b8dd-010f83623fd8"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003236Z:d0453023-d333-46f5-b8dd-010f83623fd8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:32:35 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQvb3BlcmF0aW9uUmVzdWx0cy8zMTAyZTE1ZS1hZWJhLTRjMTAtYmNlNi1iODEyMTk3ZDM3MTE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1QcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"DATABASE RESTORE\",\r\n \"startTime\": \"2016-02-20T00:32:36.017Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "70"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "11ba885e-fe6b-4060-a955-d434ad6e1394"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14961"
+ ],
+ "x-ms-correlation-request-id": [
+ "ddef6f53-335f-4037-8f05-a404dd21463b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003237Z:ddef6f53-335f-4037-8f05-a404dd21463b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:32:36 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQvb3BlcmF0aW9uUmVzdWx0cy8zMTAyZTE1ZS1hZWJhLTRjMTAtYmNlNi1iODEyMTk3ZDM3MTE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1QcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"DATABASE RESTORE\",\r\n \"startTime\": \"2016-02-20T00:32:36.017Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "70"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "00316f67-557f-4b4b-996d-611d1fbe4408"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14960"
+ ],
+ "x-ms-correlation-request-id": [
+ "a6c31663-e0c7-4290-9887-5f8451ed4fa9"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003308Z:a6c31663-e0c7-4290-9887-5f8451ed4fa9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:33:08 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQvb3BlcmF0aW9uUmVzdWx0cy8zMTAyZTE1ZS1hZWJhLTRjMTAtYmNlNi1iODEyMTk3ZDM3MTE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1QcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"DATABASE RESTORE\",\r\n \"startTime\": \"2016-02-20T00:32:36.017Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "70"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "cf44d17b-75d7-4336-8352-8c840c4dc2a9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14959"
+ ],
+ "x-ms-correlation-request-id": [
+ "915ffb55-6b24-4011-bb9e-3270be564531"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003324Z:915ffb55-6b24-4011-bb9e-3270be564531"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:33:23 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQvb3BlcmF0aW9uUmVzdWx0cy8zMTAyZTE1ZS1hZWJhLTRjMTAtYmNlNi1iODEyMTk3ZDM3MTE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1QcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"DATABASE RESTORE\",\r\n \"startTime\": \"2016-02-20T00:32:36.017Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "70"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "110a41a4-d87d-49ad-b3ca-02caad53539c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14958"
+ ],
+ "x-ms-correlation-request-id": [
+ "64a291c4-f8e7-4ade-a477-6bc0aceba677"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003340Z:64a291c4-f8e7-4ade-a477-6bc0aceba677"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:33:39 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQvb3BlcmF0aW9uUmVzdWx0cy8zMTAyZTE1ZS1hZWJhLTRjMTAtYmNlNi1iODEyMTk3ZDM3MTE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1QcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"DATABASE RESTORE\",\r\n \"startTime\": \"2016-02-20T00:32:36.017Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "70"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "15bb7b8b-f816-4957-b4ba-08de0f422ba9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14957"
+ ],
+ "x-ms-correlation-request-id": [
+ "9e96a0d0-98dc-483b-9b36-fc2b7cce25bd"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003355Z:9e96a0d0-98dc-483b-9b36-fc2b7cce25bd"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:33:55 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQvb3BlcmF0aW9uUmVzdWx0cy8zMTAyZTE1ZS1hZWJhLTRjMTAtYmNlNi1iODEyMTk3ZDM3MTE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1QcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"DATABASE RESTORE\",\r\n \"startTime\": \"2016-02-20T00:32:36.017Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "70"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "b1ba93c7-be31-433e-bd7c-ee288939d031"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14956"
+ ],
+ "x-ms-correlation-request-id": [
+ "6b0ca03b-1cc6-445a-ab95-d13641f31036"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003411Z:6b0ca03b-1cc6-445a-ab95-d13641f31036"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:34:10 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored/operationResults/3102e15e-aeba-4c10-bce6-b812197d3711?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGE0OTY0NDItNjM1Zi00OTc0LWJkYTQtMmQzMzliOWE2YjNjL3Jlc291cmNlR3JvdXBzL2hjaHVuZy10ZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3FsL3NlcnZlcnMvaGNodW5nLXRlc3RzdnIvZGF0YWJhc2VzL3Bvd2Vyc2hlbGxfZGJfcmVzdG9yZWQvb3BlcmF0aW9uUmVzdWx0cy8zMTAyZTE1ZS1hZWJhLTRjMTAtYmNlNi1iODEyMTk3ZDM3MTE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1QcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4c83d3b2-4025-4dd2-81e9-71c4ed259563"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/0a496442-635f-4974-bda4-2d339b9a6b3c/resourceGroups/hchung-test/providers/Microsoft.Sql/servers/hchung-testsvr/databases/powershell_db_restored\",\r\n \"name\": \"powershell_db_restored\",\r\n \"type\": \"Microsoft.Sql/servers/databases\",\r\n \"location\": \"North Europe\",\r\n \"kind\": \"v2.0,user\",\r\n \"properties\": {\r\n \"databaseId\": \"ab70d59d-5460-4db8-bb81-f67b3d3ace50\",\r\n \"edition\": \"Standard\",\r\n \"status\": \"Online\",\r\n \"serviceLevelObjective\": \"S0\",\r\n \"collation\": \"SQL_Latin1_General_CP1_CI_AS\",\r\n \"maxSizeBytes\": \"268435456000\",\r\n \"creationDate\": \"2016-02-20T00:33:03.3Z\",\r\n \"currentServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveId\": \"f1173c43-91bd-4aaa-973c-54e79e15235b\",\r\n \"requestedServiceObjectiveName\": null,\r\n \"defaultSecondaryLocation\": \"West Europe\",\r\n \"earliestRestoreDate\": \"2016-02-20T00:34:03.3Z\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "794"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "378ec83f-a195-4b5b-8348-12cf428820e7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14954"
+ ],
+ "x-ms-correlation-request-id": [
+ "f98f6efb-1f5e-45af-ae31-2b69438fb2e2"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160220T003427Z:f98f6efb-1f5e-45af-ae31-2b69438fb2e2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Sat, 20 Feb 2016 00:34:27 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 201
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "0a496442-635f-4974-bda4-2d339b9a6b3c",
+ "TenantId": "b98ac74f-3f88-40dd-a91d-9d48aab4bf1f",
+ "Domain": "aad18.ccsctp.net",
+ "User": "admin@aad18.ccsctp.net"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerDisasterRecoveryConfigurationTests/TestServerDisasterRecoveryConfiguration.json b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerDisasterRecoveryConfigurationTests/TestServerDisasterRecoveryConfiguration.json
new file mode 100644
index 000000000000..783c531123ff
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/SessionRecords/Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerDisasterRecoveryConfigurationTests/TestServerDisasterRecoveryConfiguration.json
@@ -0,0 +1,2541 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk8312?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazgzMTI/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "102"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14888"
+ ],
+ "x-ms-request-id": [
+ "23dcfd35-1aac-41e6-a19a-ecf2aa5e70d5"
+ ],
+ "x-ms-correlation-request-id": [
+ "23dcfd35-1aac-41e6-a19a-ecf2aa5e70d5"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T031937Z:23dcfd35-1aac-41e6-a19a-ecf2aa5e70d5"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:19:36 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk8312?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazgzMTI/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14873"
+ ],
+ "x-ms-request-id": [
+ "784a4c1b-8ab6-4d9a-9c29-8c464c33592e"
+ ],
+ "x-ms-correlation-request-id": [
+ "784a4c1b-8ab6-4d9a-9c29-8c464c33592e"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032223Z:784a4c1b-8ab6-4d9a-9c29-8c464c33592e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:23 GMT"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk8312?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazgzMTI/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"North Europe\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "34"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312\",\r\n \"name\": \"onesdk8312\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "178"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1189"
+ ],
+ "x-ms-request-id": [
+ "a9c0bdf5-dba3-4321-8743-1f9a6204b0fb"
+ ],
+ "x-ms-correlation-request-id": [
+ "a9c0bdf5-dba3-4321-8743-1f9a6204b0fb"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T031938Z:a9c0bdf5-dba3-4321-8743-1f9a6204b0fb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:19:38 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14887"
+ ],
+ "x-ms-request-id": [
+ "1488b243-e513-4611-9694-b45c610a532f"
+ ],
+ "x-ms-correlation-request-id": [
+ "1488b243-e513-4611-9694-b45c610a532f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T031938Z:1488b243-e513-4611-9694-b45c610a532f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:19:38 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk3383?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazMzODM/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "102"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14886"
+ ],
+ "x-ms-request-id": [
+ "aa523fbe-6e32-4ccc-9689-32bc63dc33c8"
+ ],
+ "x-ms-correlation-request-id": [
+ "aa523fbe-6e32-4ccc-9689-32bc63dc33c8"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T031938Z:aa523fbe-6e32-4ccc-9689-32bc63dc33c8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:19:38 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk3383?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazMzODM/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "HEAD",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14857"
+ ],
+ "x-ms-request-id": [
+ "fa65ec34-23ce-4ffa-9eb2-da6c124ebfc6"
+ ],
+ "x-ms-correlation-request-id": [
+ "fa65ec34-23ce-4ffa-9eb2-da6c124ebfc6"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032412Z:fa65ec34-23ce-4ffa-9eb2-da6c124ebfc6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:24:11 GMT"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk3383?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazMzODM/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"Southeast Asia\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "36"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383\",\r\n \"name\": \"onesdk3383\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "180"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1188"
+ ],
+ "x-ms-request-id": [
+ "a1e2e70e-f309-4ec6-8ff4-3a9d8cab8882"
+ ],
+ "x-ms-correlation-request-id": [
+ "a1e2e70e-f309-4ec6-8ff4-3a9d8cab8882"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T031939Z:a1e2e70e-f309-4ec6-8ff4-3a9d8cab8882"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:19:39 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/resources?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcmVzb3VyY2VzP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14885"
+ ],
+ "x-ms-request-id": [
+ "ef5e0587-6fdb-46aa-af33-e4f9ea49d985"
+ ],
+ "x-ms-correlation-request-id": [
+ "ef5e0587-6fdb-46aa-af33-e4f9ea49d985"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T031939Z:ef5e0587-6fdb-46aa-af33-e4f9ea49d985"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:19:39 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3P2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "938d5272-8e77-4ae9-807b-d446e66255cf"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/servers/onesdk2537' under resource group 'onesdk8312' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "146"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "04bb7688-4f1e-4c9f-a693-fabe57642d96"
+ ],
+ "x-ms-correlation-request-id": [
+ "04bb7688-4f1e-4c9f-a693-fabe57642d96"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T031939Z:04bb7688-4f1e-4c9f-a693-fabe57642d96"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:19:39 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3P2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "5bd1dedf-eddd-48f2-9269-75580cf4ff58"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537\",\r\n \"name\": \"onesdk2537\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"North Europe\",\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"onesdk2537.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": null,\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "467"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "4f70ed55-e4a1-443b-b988-16d9e9129785"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14887"
+ ],
+ "x-ms-correlation-request-id": [
+ "745f5d6d-97b8-4c1a-8bba-b62c096d0e68"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032122Z:745f5d6d-97b8-4c1a-8bba-b62c096d0e68"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:21:22 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3P2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"version\": \"12.0\",\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\"\r\n },\r\n \"location\": \"North Europe\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "180"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "ec555526-896c-4b92-a3de-5724feab8719"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537\",\r\n \"name\": \"onesdk2537\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"North Europe\",\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"onesdk2537.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\",\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "481"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "28441c47-f566-475b-b653-71ab330e66e2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1177"
+ ],
+ "x-ms-correlation-request-id": [
+ "fb4fd555-04ed-440b-84e9-42802286783f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032033Z:fb4fd555-04ed-440b-84e9-42802286783f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:20:33 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGszODA1P2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "4396a7bf-df05-4a58-87b3-3fbe42537761"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Sql/servers/onesdk3805' under resource group 'onesdk3383' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "146"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "568b3c4f-ec3b-40a6-9880-426a2f627545"
+ ],
+ "x-ms-correlation-request-id": [
+ "568b3c4f-ec3b-40a6-9880-426a2f627545"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032034Z:568b3c4f-ec3b-40a6-9880-426a2f627545"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:20:33 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGszODA1P2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"version\": \"12.0\",\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\"\r\n },\r\n \"location\": \"Southeast Asia\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "182"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "8434d69b-7fb0-4fcd-9f4c-a77810b0afc7"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805\",\r\n \"name\": \"onesdk3805\",\r\n \"type\": \"Microsoft.Sql/servers\",\r\n \"location\": \"Southeast Asia\",\r\n \"kind\": \"v12.0\",\r\n \"properties\": {\r\n \"fullyQualifiedDomainName\": \"onesdk3805.sqltest-eg1.mscds.com\",\r\n \"administratorLogin\": \"testusername\",\r\n \"administratorLoginPassword\": \"t357ingP@s5w0rd!\",\r\n \"externalAdministratorLogin\": null,\r\n \"externalAdministratorSid\": null,\r\n \"version\": \"12.0\",\r\n \"state\": \"Ready\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "483"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "df34ffb3-b735-4221-9caf-1aec76896646"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1177"
+ ],
+ "x-ms-correlation-request-id": [
+ "9c37c85a-46a5-4686-8324-cd83b5a72b8e"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032121Z:9c37c85a-46a5-4686-8324-cd83b5a72b8e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:21:21 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "fae948d4-e1f9-4d8d-adc9-1fc8fdc7c9c7"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Disaster Recovery Configuration with name '' does not exist. To continue, specify a valid DisasterRecoveryConfiguration name.\",\r\n \"target\": null,\r\n \"details\": [],\r\n \"innererror\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "210"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "x-ms-request-id": [
+ "46bb160b-ed7e-45ec-8e60-8c89522b804c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14888"
+ ],
+ "x-ms-correlation-request-id": [
+ "f8e0e1f9-ba51-4817-9518-c97a90c4bfa1"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032122Z:f8e0e1f9-ba51-4817-9518-c97a90c4bfa1"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:21:22 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"partnerServerId\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {}\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "221"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "33f17ee9-e12a-4341-9d20-3cdc6192d00d"
+ ]
+ },
+ "ResponseBody": "AsyncOperationInProgressJson",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "28"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "0f17d906-8920-4832-b87c-750aa3b4ee1c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1176"
+ ],
+ "x-ms-correlation-request-id": [
+ "a98a0e44-0322-498b-b50e-b966bf872036"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032123Z:a98a0e44-0322-498b-b50e-b966bf872036"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:21:23 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias/disasterRecoveryConfigurationOperationResults/0f17d906-8920-4832-b87c-750aa3b4ee1c?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias/disasterRecoveryConfigurationOperationResults/0f17d906-8920-4832-b87c-750aa3b4ee1c?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcy9kaXNhc3RlclJlY292ZXJ5Q29uZmlndXJhdGlvbk9wZXJhdGlvblJlc3VsdHMvMGYxN2Q5MDYtODkyMC00ODMyLWI4N2MtNzUwYWEzYjRlZTFjP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "33f17ee9-e12a-4341-9d20-3cdc6192d00d"
+ ]
+ },
+ "ResponseBody": "{\r\n \"operation\": \"AddFailoverPartner\",\r\n \"startTime\": \"2016-02-11T03:21:23.033Z\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "72"
+ ],
+ "Content-Type": [
+ "application/json"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "x-ms-request-id": [
+ "d985fc71-0c50-442e-8c9d-3185ac553779"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14886"
+ ],
+ "x-ms-correlation-request-id": [
+ "420f71d3-328f-41f2-8b7a-efe1dd959791"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032124Z:420f71d3-328f-41f2-8b7a-efe1dd959791"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:21:24 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias/disasterRecoveryConfigurationOperationResults/0f17d906-8920-4832-b87c-750aa3b4ee1c?api-version=2014-04-01-Preview"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias/disasterRecoveryConfigurationOperationResults/0f17d906-8920-4832-b87c-750aa3b4ee1c?api-version=2014-04-01-Preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcy9kaXNhc3RlclJlY292ZXJ5Q29uZmlndXJhdGlvbk9wZXJhdGlvblJlc3VsdHMvMGYxN2Q5MDYtODkyMC00ODMyLWI4N2MtNzUwYWEzYjRlZTFjP2FwaS12ZXJzaW9uPTIwMTQtMDQtMDEtUHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "33f17ee9-e12a-4341-9d20-3cdc6192d00d"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": null,\r\n \"kind\": null,\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk3805\",\r\n \"role\": \"Primary\"\r\n },\r\n \"operationId\": \"0f17d906-8920-4832-b87c-750aa3b4ee1c\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "497"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "74070af0-3c4f-4862-9932-930c177b54cf"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14885"
+ ],
+ "x-ms-correlation-request-id": [
+ "78cf2a42-985c-4511-920f-7e4023a2c628"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032155Z:78cf2a42-985c-4511-920f-7e4023a2c628"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:21:55 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "018ca1c5-a0aa-41fc-9bd5-62517cd58ba2"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"North Europe\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk3805\",\r\n \"role\": \"Primary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "442"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "3c034ae6-0130-46c5-a36b-fa33f409b3f6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14884"
+ ],
+ "x-ms-correlation-request-id": [
+ "4744eddd-0285-4729-813c-e37d9f00124d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032201Z:4744eddd-0285-4729-813c-e37d9f00124d"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:00 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "460b1916-a0d5-45db-85cd-93be3f4d3f51"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"North Europe\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk3805\",\r\n \"role\": \"Secondary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "444"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "7b9b5c54-79fb-46a2-bfab-f4b11490b76b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14878"
+ ],
+ "x-ms-correlation-request-id": [
+ "bd1bf467-2f15-43e3-b793-aaf220942a33"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032212Z:bd1bf467-2f15-43e3-b793-aaf220942a33"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:11 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "04b1fc7f-c9e1-4ab5-b172-165b5f5c6062"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"North Europe\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk3805\",\r\n \"role\": \"Secondary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "444"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "fb9cda9c-107d-4973-be9a-7d4ec81e86b3"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14877"
+ ],
+ "x-ms-correlation-request-id": [
+ "4e60ef7c-c469-4c7b-a499-eb74a428e834"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032213Z:4e60ef7c-c469-4c7b-a499-eb74a428e834"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:12 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "e42ab00e-6269-4de8-bafc-192689e1c9b5"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"North Europe\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk3805\",\r\n \"role\": \"Primary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "442"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "bd0dd08d-f713-48b5-a3b9-be374929815b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14876"
+ ],
+ "x-ms-correlation-request-id": [
+ "28fcc240-3965-4fe0-a271-72cc2f449e2f"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032219Z:28fcc240-3965-4fe0-a271-72cc2f449e2f"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:18 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "f77e5682-65d5-425b-9f54-478f2298f6ab"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"North Europe\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk3805\",\r\n \"role\": \"Primary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "442"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "c2a82042-18ed-4224-be68-1eca414f393f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14874"
+ ],
+ "x-ms-correlation-request-id": [
+ "986c8c8a-e4f1-460a-b9ec-42812d311dca"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032221Z:986c8c8a-e4f1-460a-b9ec-42812d311dca"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:21 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGszODA1L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "e704aa03-cffb-40c7-b677-97043c02de45"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"SouthEast Asia\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk2537\",\r\n \"role\": \"Secondary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "446"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "4a3b31f2-b95d-49e5-b873-ab2273825c60"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14883"
+ ],
+ "x-ms-correlation-request-id": [
+ "5f25033b-7650-4de8-9c72-fd4355e83ebd"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032202Z:5f25033b-7650-4de8-9c72-fd4355e83ebd"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:01 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGszODA1L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "66966931-75d1-4e61-95f4-450b64a8642d"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"SouthEast Asia\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk2537\",\r\n \"role\": \"Secondary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "446"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "84075e14-afaf-4e82-b275-36d80ffd93de"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14882"
+ ],
+ "x-ms-correlation-request-id": [
+ "786547f4-ac5f-4d05-a699-7c198a15e9bb"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032203Z:786547f4-ac5f-4d05-a699-7c198a15e9bb"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:02 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGszODA1L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "e0d21442-1336-420e-8c1d-fb39f5467bb8"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"SouthEast Asia\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk2537\",\r\n \"role\": \"Primary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "444"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "127a774d-92be-40b5-839b-7e8c13484a06"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14879"
+ ],
+ "x-ms-correlation-request-id": [
+ "4beb9b23-27de-4380-934a-2e8c300dfb8c"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032211Z:4beb9b23-27de-4380-934a-2e8c300dfb8c"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:11 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGszODA1L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "c8a5fabe-aef3-4637-89ff-c0c1c52f1599"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias\",\r\n \"name\": \"test-sdrc-alias\",\r\n \"type\": \"Microsoft.Sql/servers/disasterRecoveryConfiguration\",\r\n \"location\": \"SouthEast Asia\",\r\n \"properties\": {\r\n \"type\": \"AutoDR\",\r\n \"autoFailover\": \"Off\",\r\n \"failoverPolicy\": \"Off\",\r\n \"partnerServerId\": null,\r\n \"partnerLogicalServerName\": \"onesdk2537\",\r\n \"role\": \"Secondary\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "446"
+ ],
+ "Content-Type": [
+ "application/json; odata=minimalmetadata; streaming=true; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "5def092d-63d1-45d6-bdf1-c1345f854752"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14875"
+ ],
+ "x-ms-correlation-request-id": [
+ "da50d10c-1d11-488f-97ea-cc784cc23d04"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032221Z:da50d10c-1d11-488f-97ea-cc784cc23d04"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:21 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk3383/providers/Microsoft.Sql/servers/onesdk3805/disasterRecoveryConfiguration/test-sdrc-alias/failover?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazMzODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGszODA1L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcy9mYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "d7133933-a6ab-4fa8-bce7-72e073b7d3c4"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "application/xml; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "3a2412ad-d039-4043-9deb-ddcbe7a9bbcf"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1175"
+ ],
+ "x-ms-correlation-request-id": [
+ "c808f620-3ffc-4e19-afea-7f24ce122846"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032205Z:c808f620-3ffc-4e19-afea-7f24ce122846"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:04 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias/failover?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcy9mYWlsb3Zlcj9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "6bff18b9-7b3d-4cac-b608-19b6cb1353cb"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "application/xml; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "58c4ac35-e2fa-44b8-8009-a7abd8bfbf82"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Preference-Applied": [
+ "return-content"
+ ],
+ "DataServiceVersion": [
+ "3.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1174"
+ ],
+ "x-ms-correlation-request-id": [
+ "70fca2e5-dfc8-4444-9d0f-db24b28dcc3e"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032214Z:70fca2e5-dfc8-4444-9d0f-db24b28dcc3e"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:13 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 204
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourceGroups/onesdk8312/providers/Microsoft.Sql/servers/onesdk2537/disasterRecoveryConfiguration/test-sdrc-alias?api-version=2014-04-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlR3JvdXBzL29uZXNkazgzMTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TcWwvc2VydmVycy9vbmVzZGsyNTM3L2Rpc2FzdGVyUmVjb3ZlcnlDb25maWd1cmF0aW9uL3Rlc3Qtc2RyYy1hbGlhcz9hcGktdmVyc2lvbj0yMDE0LTA0LTAx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Sql.SqlManagementClient/0.9.0.0"
+ ],
+ "x-ms-client-request-id": [
+ "eb06ee3d-fc4f-42ff-b2d5-62dda6458e93"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "application/xml; charset=utf-8"
+ ],
+ "x-ms-request-id": [
+ "91d52d8e-8b27-4369-b9f6-adec63bbf14a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "DataServiceVersion": [
+ "1.0;"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1173"
+ ],
+ "x-ms-correlation-request-id": [
+ "797c7285-e4a4-4118-a093-cdbbebb49ad4"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032223Z:797c7285-e4a4-4118-a093-cdbbebb49ad4"
+ ],
+ "Cache-Control": [
+ "no-store, no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:23 GMT"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk8312?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazgzMTI/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1172"
+ ],
+ "x-ms-request-id": [
+ "a8c8c8d4-c824-4a0a-a5ea-8ce5bef38794"
+ ],
+ "x-ms-correlation-request-id": [
+ "a8c8c8d4-c824-4a0a-a5ea-8ce5bef38794"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032224Z:a8c8c8d4-c824-4a0a-a5ea-8ce5bef38794"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:24 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14872"
+ ],
+ "x-ms-request-id": [
+ "985652f2-d933-4830-a066-5c319c5270c6"
+ ],
+ "x-ms-correlation-request-id": [
+ "985652f2-d933-4830-a066-5c319c5270c6"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032225Z:985652f2-d933-4830-a066-5c319c5270c6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:25 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14871"
+ ],
+ "x-ms-request-id": [
+ "dbbdecc0-fee5-41ab-8ae6-e988632df83d"
+ ],
+ "x-ms-correlation-request-id": [
+ "dbbdecc0-fee5-41ab-8ae6-e988632df83d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032240Z:dbbdecc0-fee5-41ab-8ae6-e988632df83d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:40 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14870"
+ ],
+ "x-ms-request-id": [
+ "6e8b6ff3-2ff0-4498-8f20-68b223b161d5"
+ ],
+ "x-ms-correlation-request-id": [
+ "6e8b6ff3-2ff0-4498-8f20-68b223b161d5"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032255Z:6e8b6ff3-2ff0-4498-8f20-68b223b161d5"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:22:54 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14865"
+ ],
+ "x-ms-request-id": [
+ "0298c735-ea80-45c1-b9b0-fe7eac23ae34"
+ ],
+ "x-ms-correlation-request-id": [
+ "0298c735-ea80-45c1-b9b0-fe7eac23ae34"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032311Z:0298c735-ea80-45c1-b9b0-fe7eac23ae34"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:23:10 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14864"
+ ],
+ "x-ms-request-id": [
+ "c02add60-0cc9-4a7d-b0f2-ab3860cda6e8"
+ ],
+ "x-ms-correlation-request-id": [
+ "c02add60-0cc9-4a7d-b0f2-ab3860cda6e8"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032326Z:c02add60-0cc9-4a7d-b0f2-ab3860cda6e8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:23:26 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14863"
+ ],
+ "x-ms-request-id": [
+ "396edadc-3854-4147-b0b5-0026e39c59f3"
+ ],
+ "x-ms-correlation-request-id": [
+ "396edadc-3854-4147-b0b5-0026e39c59f3"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032341Z:396edadc-3854-4147-b0b5-0026e39c59f3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:23:40 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14862"
+ ],
+ "x-ms-request-id": [
+ "ffdf5cb8-744c-4ab8-9680-49defd9bc16d"
+ ],
+ "x-ms-correlation-request-id": [
+ "ffdf5cb8-744c-4ab8-9680-49defd9bc16d"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032356Z:ffdf5cb8-744c-4ab8-9680-49defd9bc16d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:23:56 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREs4MzEyLU5PUlRIRVVST1BFIiwiam9iTG9jYXRpb24iOiJub3J0aGV1cm9wZSJ9?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFczRNekV5TFU1UFVsUklSVlZTVDFCRklpd2lhbTlpVEc5allYUnBiMjRpT2lKdWIzSjBhR1YxY205d1pTSjk/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14858"
+ ],
+ "x-ms-request-id": [
+ "5e988214-d29f-402d-b73d-655e21521839"
+ ],
+ "x-ms-correlation-request-id": [
+ "5e988214-d29f-402d-b73d-655e21521839"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032412Z:5e988214-d29f-402d-b73d-655e21521839"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:24:11 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/resourcegroups/onesdk3383?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL3Jlc291cmNlZ3JvdXBzL29uZXNkazMzODM/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1171"
+ ],
+ "x-ms-request-id": [
+ "53e15ba4-85cd-4978-b51f-8a2d9c37802b"
+ ],
+ "x-ms-correlation-request-id": [
+ "53e15ba4-85cd-4978-b51f-8a2d9c37802b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032412Z:53e15ba4-85cd-4978-b51f-8a2d9c37802b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:24:11 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14856"
+ ],
+ "x-ms-request-id": [
+ "4d980a55-db7a-44d2-ad3d-7c70f0376989"
+ ],
+ "x-ms-correlation-request-id": [
+ "4d980a55-db7a-44d2-ad3d-7c70f0376989"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032412Z:4d980a55-db7a-44d2-ad3d-7c70f0376989"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:24:12 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14855"
+ ],
+ "x-ms-request-id": [
+ "d96a2f74-5495-4893-8999-f69ed025d205"
+ ],
+ "x-ms-correlation-request-id": [
+ "d96a2f74-5495-4893-8999-f69ed025d205"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032427Z:d96a2f74-5495-4893-8999-f69ed025d205"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:24:27 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14854"
+ ],
+ "x-ms-request-id": [
+ "fa7f8aca-dd84-4490-a8eb-f05b408213b2"
+ ],
+ "x-ms-correlation-request-id": [
+ "fa7f8aca-dd84-4490-a8eb-f05b408213b2"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032442Z:fa7f8aca-dd84-4490-a8eb-f05b408213b2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:24:42 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14853"
+ ],
+ "x-ms-request-id": [
+ "7ab18561-e776-4c06-84f0-d42ca4aab5a1"
+ ],
+ "x-ms-correlation-request-id": [
+ "7ab18561-e776-4c06-84f0-d42ca4aab5a1"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032458Z:7ab18561-e776-4c06-84f0-d42ca4aab5a1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:24:57 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14878"
+ ],
+ "x-ms-request-id": [
+ "f2069bbd-9f5e-4945-8975-eb43795fbca8"
+ ],
+ "x-ms-correlation-request-id": [
+ "f2069bbd-9f5e-4945-8975-eb43795fbca8"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032513Z:f2069bbd-9f5e-4945-8975-eb43795fbca8"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:25:13 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14877"
+ ],
+ "x-ms-request-id": [
+ "99e9b06d-a66f-4952-90e9-3e4fdf7bd16a"
+ ],
+ "x-ms-correlation-request-id": [
+ "99e9b06d-a66f-4952-90e9-3e4fdf7bd16a"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032528Z:99e9b06d-a66f-4952-90e9-3e4fdf7bd16a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:25:28 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "15"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14876"
+ ],
+ "x-ms-request-id": [
+ "bba2bc36-d8aa-4d62-8202-2bed4af3ef21"
+ ],
+ "x-ms-correlation-request-id": [
+ "bba2bc36-d8aa-4d62-8202-2bed4af3ef21"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032543Z:bba2bc36-d8aa-4d62-8202-2bed4af3ef21"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:25:42 GMT"
+ ],
+ "Location": [
+ "https://api-dogfood.resources.windows-int.net/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview"
+ ]
+ },
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/65d96361-b9df-4b18-9055-ea05d43e4c4f/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1PTkVTREszMzgzLVNPVVRIRUFTVEFTSUEiLCJqb2JMb2NhdGlvbiI6InNvdXRoZWFzdGFzaWEifQ?api-version=2014-04-01-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNjVkOTYzNjEtYjlkZi00YjE4LTkwNTUtZWEwNWQ0M2U0YzRmL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFQVGtWVFJFc3pNemd6TFZOUFZWUklSVUZUVkVGVFNVRWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkluTnZkWFJvWldGemRHRnphV0VpZlE/YXBpLXZlcnNpb249MjAxNC0wNC0wMS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-version": [
+ "2014-04-01-preview"
+ ],
+ "User-Agent": [
+ "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14875"
+ ],
+ "x-ms-request-id": [
+ "c25fad1c-55c5-4750-bd12-0c319317789b"
+ ],
+ "x-ms-correlation-request-id": [
+ "c25fad1c-55c5-4750-bd12-0c319317789b"
+ ],
+ "x-ms-routing-request-id": [
+ "CENTRALUS:20160211T032558Z:c25fad1c-55c5-4750-bd12-0c319317789b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 11 Feb 2016 03:25:57 GMT"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "Test-ServerDisasterRecoveryConfiguration": [
+ "onesdk8312",
+ "onesdk3383",
+ "onesdk2537",
+ "onesdk3805"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "65d96361-b9df-4b18-9055-ea05d43e4c4f",
+ "TenantId": "c01412c9-642c-45e7-98dd-42595b18c2f1",
+ "Domain": "aad247.ccsctp.net",
+ "User": "admin@aad247.ccsctp.net"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/UnitTests/AzureSqlServerDisasterRecoveryConfigurationTests.cs b/src/ResourceManager/Sql/Commands.Sql.Test/UnitTests/AzureSqlServerDisasterRecoveryConfigurationTests.cs
new file mode 100644
index 000000000000..e73df836e3ee
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/UnitTests/AzureSqlServerDisasterRecoveryConfigurationTests.cs
@@ -0,0 +1,82 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet;
+using Microsoft.Azure.Commands.Sql.Test.Utilities;
+using Microsoft.WindowsAzure.Commands.ScenarioTest;
+using Xunit;
+
+namespace Microsoft.Azure.Commands.Sql.Test.UnitTests
+{
+ public class AzureSqlServerDisasterRecoveryConfigurationTests
+ {
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void NewAzureSqlServerDisasterRecoveryConfigurationAttributes()
+ {
+ Type type = typeof(NewAzureSqlServerDisasterRecoveryConfiguration);
+ UnitTestHelper.CheckCmdletModifiesData(type, supportsShouldProcess: false);
+ UnitTestHelper.CheckConfirmImpact(type, System.Management.Automation.ConfirmImpact.Low);
+
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ResourceGroupName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ServerName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "VirtualEndpointName", isMandatory: true, valueFromPipelineByName: false);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "PartnerResourceGroupName", isMandatory: true, valueFromPipelineByName: false);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "PartnerServerName", isMandatory: true, valueFromPipelineByName: false);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "FailoverPolicy", isMandatory: false, valueFromPipelineByName: false);
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void GetAzureSqlServerDisasterRecoveryConfigurationAttributes()
+ {
+ Type type = typeof(GetAzureSqlServerDisasterRecoveryConfiguration);
+ UnitTestHelper.CheckCmdletModifiesData(type, supportsShouldProcess: false);
+ UnitTestHelper.CheckConfirmImpact(type, System.Management.Automation.ConfirmImpact.None);
+
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ResourceGroupName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ServerName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "VirtualEndpointName", isMandatory: false, valueFromPipelineByName: false);
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void SetAzureSqlServerDisasterRecoveryConfigurationAttributes()
+ {
+ Type type = typeof(SetAzureSqlServerDisasterRecoveryConfiguration);
+ UnitTestHelper.CheckCmdletModifiesData(type, supportsShouldProcess: false);
+ UnitTestHelper.CheckConfirmImpact(type, System.Management.Automation.ConfirmImpact.High);
+
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ResourceGroupName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ServerName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "VirtualEndpointName", isMandatory: true, valueFromPipelineByName: false);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "Failover", isMandatory: true, valueFromPipelineByName: false);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "AllowDataLoss", isMandatory: false, valueFromPipelineByName: false);
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void RemoveAzureSqlServerDisasterRecoveryConfigurationAttributes()
+ {
+ Type type = typeof(RemoveAzureSqlServerDisasterRecoveryConfiguration);
+ UnitTestHelper.CheckCmdletModifiesData(type, supportsShouldProcess: true);
+ UnitTestHelper.CheckConfirmImpact(type, System.Management.Automation.ConfirmImpact.High);
+
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ResourceGroupName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "ServerName", isMandatory: true, valueFromPipelineByName: true);
+ UnitTestHelper.CheckCmdletParameterAttributes(type, "VirtualEndpointName", isMandatory: true, valueFromPipelineByName: true);
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql.Test/packages.config b/src/ResourceManager/Sql/Commands.Sql.Test/packages.config
index e3bc498c1e8f..d27f535e3e3b 100644
--- a/src/ResourceManager/Sql/Commands.Sql.Test/packages.config
+++ b/src/ResourceManager/Sql/Commands.Sql.Test/packages.config
@@ -8,7 +8,7 @@
-
+
@@ -21,7 +21,7 @@
-
+
diff --git a/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj b/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
index 2a90d1a636ee..8cf6fa0b5fa1 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
+++ b/src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj
@@ -51,6 +51,13 @@
false
+
+
+
+
+
+
+
@@ -144,6 +151,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -279,7 +297,7 @@
False
- ..\..\..\packages\Microsoft.Azure.Management.Sql.0.43.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll
+ ..\..\..\packages\Microsoft.Azure.Management.Sql.0.45.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll
True
@@ -315,7 +333,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDatabaseGeoBackupCmdletBase.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDatabaseGeoBackupCmdletBase.cs
new file mode 100644
index 000000000000..b36c08b56e4b
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDatabaseGeoBackupCmdletBase.cs
@@ -0,0 +1,59 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Common.Authentication.Models;
+using Microsoft.Azure.Commands.Sql.Backup.Model;
+using Microsoft.Azure.Commands.Sql.Backup.Services;
+using Microsoft.Azure.Commands.Sql.Common;
+using Microsoft.Azure.Commands.Sql.Database.Model;
+using Microsoft.Azure.Commands.Sql.Database.Services;
+
+namespace Microsoft.Azure.Commands.Sql.Backup.Cmdlet
+{
+ public abstract class AzureSqlDatabaseGeoBackupCmdletBase
+ : AzureSqlCmdletBase, AzureSqlDatabaseBackupAdapter>
+ {
+ ///
+ /// Gets or sets the name of the database server to use.
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ Position = 1,
+ HelpMessage = "The name of the Azure SQL Server the database is in.")]
+ [ValidateNotNullOrEmpty]
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the name of the database to use.
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = true,
+ Position = 2,
+ HelpMessage = "The name of the Azure SQL Database to retrieve geo backups for.")]
+ [ValidateNotNullOrEmpty]
+ public string DatabaseName { get; set; }
+
+ ///
+ /// Initializes the adapter
+ ///
+ /// The subscription to operate on
+ ///
+ protected override AzureSqlDatabaseBackupAdapter InitModelAdapter(AzureSubscription subscription)
+ {
+ return new AzureSqlDatabaseBackupAdapter(DefaultProfile.Context);
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDatabaseRestorePointCmdletBase.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDatabaseRestorePointCmdletBase.cs
index 717d3e5bc219..6d39b58bca7d 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDatabaseRestorePointCmdletBase.cs
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDatabaseRestorePointCmdletBase.cs
@@ -32,7 +32,7 @@ public abstract class AzureSqlDatabaseRestorePointCmdletBase
[Parameter(Mandatory = true,
ValueFromPipelineByPropertyName = true,
Position = 1,
- HelpMessage = "The name of the Azure SQL Database Server the database is in.")]
+ HelpMessage = "The name of the Azure SQL Server the database is in.")]
[ValidateNotNullOrEmpty]
public string ServerName { get; set; }
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDeletedDatabaseBackupCmdletBase.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDeletedDatabaseBackupCmdletBase.cs
new file mode 100644
index 000000000000..26efa6c64c66
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/AzureSqlDeletedDatabaseBackupCmdletBase.cs
@@ -0,0 +1,70 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Common.Authentication.Models;
+using Microsoft.Azure.Commands.Sql.Backup.Model;
+using Microsoft.Azure.Commands.Sql.Backup.Services;
+using Microsoft.Azure.Commands.Sql.Common;
+using Microsoft.Azure.Commands.Sql.Database.Model;
+using Microsoft.Azure.Commands.Sql.Database.Services;
+
+namespace Microsoft.Azure.Commands.Sql.Backup.Cmdlet
+{
+ public abstract class AzureSqlDeletedDatabaseBackupCmdletBase
+ : AzureSqlCmdletBase, AzureSqlDatabaseBackupAdapter>
+ {
+ ///
+ /// Gets or sets the name of the database server to use.
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ Position = 1,
+ HelpMessage = "The name of the Azure SQL Server the database is in.")]
+ [ValidateNotNullOrEmpty]
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the name of the database to use.
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = true,
+ Position = 2,
+ HelpMessage = "The name of the Azure SQL Database to retrieve backups for.")]
+ [ValidateNotNullOrEmpty]
+ public string DatabaseName { get; set; }
+
+ ///
+ /// Gets or sets the deletion date of the database to use.
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = true,
+ Position = 3,
+ HelpMessage = "The deletion date of the Azure SQL Database to retrieve backups for, with millisecond precision (e.g. 2016-02-23T00:21:22.847Z)")]
+ [ValidateNotNullOrEmpty]
+ public DateTime? DeletionDate { get; set; }
+
+ ///
+ /// Initializes the adapter
+ ///
+ /// The subscription to operate on
+ ///
+ protected override AzureSqlDatabaseBackupAdapter InitModelAdapter(AzureSubscription subscription)
+ {
+ return new AzureSqlDatabaseBackupAdapter(DefaultProfile.Context);
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/GetAzureRMSqlDatabaseGeoBackup.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/GetAzureRMSqlDatabaseGeoBackup.cs
new file mode 100644
index 000000000000..dab6f5da580e
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/GetAzureRMSqlDatabaseGeoBackup.cs
@@ -0,0 +1,68 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Linq;
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Sql.Backup.Model;
+using Microsoft.Azure.Commands.Sql.Database.Model;
+
+namespace Microsoft.Azure.Commands.Sql.Backup.Cmdlet
+{
+ [Cmdlet(VerbsCommon.Get, "AzureRMSqlDatabaseGeoBackup",
+ ConfirmImpact = ConfirmImpact.None)]
+ public class GetAzureRMSqlDatabaseGeoBackup : AzureSqlDatabaseGeoBackupCmdletBase
+ {
+ ///
+ /// Get the entities from the service
+ ///
+ /// The list of entities
+ protected override IEnumerable GetEntity()
+ {
+ ICollection results;
+
+ if (MyInvocation.BoundParameters.ContainsKey("DatabaseName"))
+ {
+ results = new List();
+ results.Add(ModelAdapter.GetGeoBackup(this.ResourceGroupName, this.ServerName, this.DatabaseName));
+ }
+ else
+ {
+ results = ModelAdapter.ListGeoBackups(this.ResourceGroupName, this.ServerName);
+ }
+
+ return results;
+ }
+
+ ///
+ /// No user input to apply to model
+ ///
+ /// Model retrieved from service
+ /// The model that was passed in
+ protected override IEnumerable ApplyUserInputToModel(IEnumerable model)
+ {
+ return model;
+ }
+
+ ///
+ /// No changes to persist to server
+ ///
+ /// The output of apply user input to model
+ /// The input entity
+ protected override IEnumerable PersistChanges(IEnumerable entity)
+ {
+ return entity;
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/GetAzureRMSqlDeletedDatabaseBackup.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/GetAzureRMSqlDeletedDatabaseBackup.cs
new file mode 100644
index 000000000000..ad53924307ab
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/GetAzureRMSqlDeletedDatabaseBackup.cs
@@ -0,0 +1,76 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Linq;
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Sql.Backup.Model;
+using Microsoft.Azure.Commands.Sql.Database.Model;
+
+namespace Microsoft.Azure.Commands.Sql.Backup.Cmdlet
+{
+ [Cmdlet(VerbsCommon.Get, "AzureRMSqlDeletedDatabaseBackup",
+ ConfirmImpact = ConfirmImpact.None)]
+ public class GetAzureRMSqlDeletedDatabaseBackup : AzureSqlDeletedDatabaseBackupCmdletBase
+ {
+ ///
+ /// Get the entities from the service
+ ///
+ /// The list of entities
+ protected override IEnumerable GetEntity()
+ {
+ ICollection results;
+
+ if (MyInvocation.BoundParameters.ContainsKey("DatabaseName"))
+ {
+ if (MyInvocation.BoundParameters.ContainsKey("DeletionDate"))
+ {
+ results = new List();
+ // The server expects a deleted database entity ID that consists of the database name and deletion time as a windows file time separated by a comma.
+ results.Add(ModelAdapter.GetDeletedDatabaseBackup(this.ResourceGroupName, this.ServerName, this.DatabaseName + "," + this.DeletionDate.Value.ToFileTimeUtc().ToString()));
+ }
+ else
+ {
+ results = ModelAdapter.ListDeletedDatabaseBackups(this.ResourceGroupName, this.ServerName).Where(backup => backup.DatabaseName == DatabaseName).ToList();
+ }
+ }
+ else
+ {
+ results = ModelAdapter.ListDeletedDatabaseBackups(this.ResourceGroupName, this.ServerName);
+ }
+
+ return results;
+ }
+
+ ///
+ /// No user input to apply to model
+ ///
+ /// Model retrieved from service
+ /// The model that was passed in
+ protected override IEnumerable ApplyUserInputToModel(IEnumerable model)
+ {
+ return model;
+ }
+
+ ///
+ /// No changes to persist to server
+ ///
+ /// The output of apply user input to model
+ /// The input entity
+ protected override IEnumerable PersistChanges(IEnumerable entity)
+ {
+ return entity;
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/RestoreAzureRMSqlDatabase.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/RestoreAzureRMSqlDatabase.cs
new file mode 100644
index 000000000000..66be687ea18f
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Cmdlet/RestoreAzureRMSqlDatabase.cs
@@ -0,0 +1,184 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Common.Authentication.Models;
+using Microsoft.Azure.Commands.Sql.Backup.Model;
+using Microsoft.Azure.Commands.Sql.Backup.Services;
+using Microsoft.Azure.Commands.Sql.Common;
+using Microsoft.Azure.Commands.Sql.Database.Model;
+using Microsoft.Azure.Commands.Sql.Database.Services;
+
+namespace Microsoft.Azure.Commands.Sql.Backup.Cmdlet
+{
+ [Cmdlet(VerbsData.Restore, "AzureRmSqlDatabase",
+ ConfirmImpact = ConfirmImpact.None)]
+ public class RestoreAzureRmSqlDatabase
+ : AzureSqlCmdletBase
+ {
+
+ private const string FromPointInTimeBackupSetName = "FromPointInTimeBackup";
+ private const string FromDeletedDatabaseBackupSetName = "FromDeletedDatabaseBackup";
+ private const string FromGeoBackupSetName = "FromGeoBackup";
+
+ ///
+ /// Gets or sets flag indicating a restore from a point-in-time backup.
+ ///
+ [Parameter(
+ ParameterSetName = FromPointInTimeBackupSetName,
+ Mandatory = true,
+ HelpMessage = "Restore from a point-in-time backup.")]
+ public SwitchParameter FromPointInTimeBackup { get; set; }
+
+ ///
+ /// Gets or sets flag indicating a restore of a deleted database.
+ ///
+ [Parameter(
+ ParameterSetName = FromDeletedDatabaseBackupSetName,
+ Mandatory = true,
+ HelpMessage = "Restore a deleted database.")]
+ public SwitchParameter FromDeletedDatabaseBackup { get; set; }
+
+ ///
+ /// Gets or sets flag indicating a geo-restore (recover) request
+ ///
+ [Parameter(
+ ParameterSetName = FromGeoBackupSetName,
+ Mandatory = true,
+ HelpMessage = "Restore from a geo backup.")]
+ public SwitchParameter FromGeoBackup { get; set; }
+
+ ///
+ /// Gets or sets the point in time to restore the database to
+ ///
+ [Parameter(
+ ParameterSetName = FromPointInTimeBackupSetName,
+ Mandatory = true,
+ HelpMessage = "The point in time to restore the database to.")]
+ public DateTime PointInTime { get; set; }
+
+ ///
+ /// Gets or sets the deletion time of the deleted database to restore.
+ ///
+ [Parameter(
+ ParameterSetName = FromDeletedDatabaseBackupSetName,
+ Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The deletion date of the deleted database to restore.")]
+ public DateTime DeletionDate { get; set; }
+
+ ///
+ /// Gets or sets the name of the database server to use.
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The name of the Azure SQL Server to restore the database to.")]
+ [ValidateNotNullOrEmpty]
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the name of the target database to restore to
+ ///
+ [Parameter(Mandatory = true,
+ HelpMessage = "The name of the target database to restore to.")]
+ public string TargetDatabaseName { get; set; }
+
+ ///
+ /// The resource ID of the database to restore (deleted DB, geo backup DB, live DB)
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The resource ID of the database to restore.")]
+ public string ResourceId { get; set; }
+
+ ///
+ /// Gets or sets the target edition of the database to restore
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The database edition to use for the restored database.")]
+ public DatabaseEdition Edition { get; set; }
+
+ ///
+ /// Gets or sets the SLO of the database to restore
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The service level objective to use for the restored database.")]
+ public string ServiceObjectiveName { get; set; }
+
+ ///
+ /// Gets or sets the target elastic pool name
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The name of the elastic pool into which the database should be restored.")]
+ public string ElasticPoolName { get; set; }
+
+ ///
+ /// Initializes the adapter
+ ///
+ /// The subscription ID to operate on
+ ///
+ protected override AzureSqlDatabaseBackupAdapter InitModelAdapter(AzureSubscription subscription)
+ {
+ return new AzureSqlDatabaseBackupAdapter(DefaultProfile.Context);
+ }
+
+ ///
+ /// Send the restore request
+ ///
+ /// The list of entities
+ protected override AzureSqlDatabaseModel GetEntity()
+ {
+ AzureSqlDatabaseModel model;
+ DateTime restorePointInTime = DateTime.MinValue;
+ string createMode;
+ string location = ModelAdapter.GetServerLocation(ResourceGroupName, ServerName);
+ switch (ParameterSetName)
+ {
+ case FromPointInTimeBackupSetName:
+ createMode = "PointInTimeRestore";
+ restorePointInTime = PointInTime;
+ break;
+ case FromDeletedDatabaseBackupSetName:
+ createMode = "Restore";
+ // Use DeletionDate as RestorePointInTime for restore of deleted DB
+ restorePointInTime = DeletionDate;
+ break;
+ case FromGeoBackupSetName:
+ createMode = "Recovery";
+ break;
+ default:
+ throw new ArgumentException("No ParameterSet name");
+ }
+
+ model = new AzureSqlDatabaseModel()
+ {
+ Location = location,
+ ResourceGroupName = ResourceGroupName,
+ ServerName = ServerName,
+ DatabaseName = TargetDatabaseName,
+ Edition = Edition,
+ RequestedServiceObjectiveName = ServiceObjectiveName,
+ ElasticPoolName = ElasticPoolName,
+ CreateMode = createMode
+ };
+
+ return ModelAdapter.RestoreDatabase(this.ResourceGroupName, restorePointInTime, ResourceId, model);
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Model/AzureSqlDatabaseGeoBackupModel.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Model/AzureSqlDatabaseGeoBackupModel.cs
new file mode 100644
index 000000000000..c62ceb034f60
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Model/AzureSqlDatabaseGeoBackupModel.cs
@@ -0,0 +1,60 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+
+namespace Microsoft.Azure.Commands.Sql.Backup.Model
+{
+ ///
+ /// Represents an Azure Sql Database geo backup
+ ///
+ public class AzureSqlDatabaseGeoBackupModel
+ {
+ ///
+ /// Gets or sets the name of the resource group
+ ///
+ public string ResourceGroupName { get; set; }
+
+ ///
+ /// Gets or sets the name of the server
+ ///
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the name of the database
+ ///
+ public string DatabaseName { get; set; }
+
+ ///
+ /// Gets or sets the edition of the backup
+ ///
+ public string Edition { get; set; }
+
+ ///
+ /// Gets or sets a unique ID incorporating name and deletion date
+ ///
+ public string EntityId { get; set; }
+
+ ///
+ /// Gets or sets UTC time of the last available backup
+ ///
+ public DateTime LastAvailableBackupDate { get; set; }
+
+ ///
+ /// Gets or sets the resource ID
+ ///
+ public string ResourceId { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Model/AzureSqlDeletedDatabaseBackupModel.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Model/AzureSqlDeletedDatabaseBackupModel.cs
new file mode 100644
index 000000000000..f7b4355ba504
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Model/AzureSqlDeletedDatabaseBackupModel.cs
@@ -0,0 +1,85 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+
+namespace Microsoft.Azure.Commands.Sql.Backup.Model
+{
+ ///
+ /// Represents an Azure Sql Database restorable deleted database
+ ///
+ public class AzureSqlDeletedDatabaseBackupModel
+ {
+ ///
+ /// Gets or sets the name of the resource group
+ ///
+ public string ResourceGroupName { get; set; }
+
+ ///
+ /// Gets or sets the name of the server
+ ///
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the name of the database
+ ///
+ public string DatabaseName { get; set; }
+
+ ///
+ /// Gets or sets the edition of the backup
+ ///
+ public string Edition { get; set; }
+
+ ///
+ /// Gets or sets maxSize in bytes
+ ///
+ public long MaxSizeBytes { get; set; }
+
+ ///
+ /// Gets or sets the current service level objective name for the database.
+ ///
+ public string ServiceLevelObjective { get; set; }
+
+ ///
+ /// Gets or sets the elastic pool name for the database.
+ ///
+ public string ElasticPoolName { get; set; }
+
+ ///
+ /// Gets or sets creation Date
+ ///
+ public DateTime CreationDate { get; set; }
+
+ ///
+ /// Gets or sets deletion Date
+ ///
+ public DateTime DeletionDate { get; set; }
+
+ ///
+ /// Gets or sets earliestRestoreDate
+ ///
+ public DateTime? RecoveryPeriodStartDate { get; set; }
+
+ ///
+ /// Gets or sets a unique ID incorporating name and deletion date
+ ///
+ public string EntityId { get; set; }
+
+ ///
+ /// Gets or sets the resource ID
+ ///
+ public string ResourceId { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupAdapter.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupAdapter.cs
index b0a9816a63ed..21f4d243ecf1 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupAdapter.cs
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupAdapter.cs
@@ -84,8 +84,161 @@ internal IEnumerable ListRestorePoints(string
RestorePointType = restorePoint.Properties.RestorePointType,
RestorePointCreationDate = restorePoint.Properties.RestorePointCreationDate,
EarliestRestoreDate = restorePoint.Properties.EarliestRestoreDate
- };
+ };
}).ToList();
}
+
+ ///
+ /// Lists the recoverable databases (geo backups) for a given Sql Azure Server.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// List of geo backups
+ internal ICollection ListGeoBackups(string resourceGroup, string serverName)
+ {
+ var resp = Communicator.ListGeoBackups(resourceGroup, serverName, Util.GenerateTracingId());
+ return resp.Select((geoBackup) =>
+ {
+ return new AzureSqlDatabaseGeoBackupModel()
+ {
+ ResourceGroupName = resourceGroup,
+ DatabaseName = geoBackup.Name,
+ ServerName = serverName,
+ ResourceId = geoBackup.Id,
+ Edition = geoBackup.Properties.Edition,
+ LastAvailableBackupDate = geoBackup.Properties.LastAvailableBackupDate
+ };
+ }).ToList();
+ }
+
+ ///
+ /// Lists the restorable deleted databases for a given Sql Azure Server.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// List of restorable deleted databases
+ internal ICollection ListDeletedDatabaseBackups(string resourceGroup, string serverName)
+ {
+ var resp = Communicator.ListDeletedDatabaseBackups(resourceGroup, serverName, Util.GenerateTracingId());
+ return resp.Select((deletedDatabaseBackup) =>
+ {
+ return new AzureSqlDeletedDatabaseBackupModel()
+ {
+ ResourceGroupName = resourceGroup,
+ ServerName = serverName,
+ DatabaseName = deletedDatabaseBackup.Properties.DatabaseName,
+ Edition = deletedDatabaseBackup.Properties.Edition,
+ MaxSizeBytes = deletedDatabaseBackup.Properties.MaxSizeBytes,
+ ServiceLevelObjective = deletedDatabaseBackup.Properties.ServiceLevelObjective,
+ ElasticPoolName = deletedDatabaseBackup.Properties.ElasticPoolName,
+ CreationDate = deletedDatabaseBackup.Properties.CreationDate,
+ DeletionDate = deletedDatabaseBackup.Properties.DeletionDate,
+ RecoveryPeriodStartDate = deletedDatabaseBackup.Properties.EarliestRestoreDate,
+ ResourceId = deletedDatabaseBackup.Id
+ };
+ }).ToList();
+ }
+
+ ///
+ /// Get a recoverable databases (geo backup) for a given Sql Azure Database.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// The name of the Azure SQL Database
+ /// List of geo backups
+ internal AzureSqlDatabaseGeoBackupModel GetGeoBackup(string resourceGroup, string serverName, string databaseName)
+ {
+ var geoBackup = Communicator.GetGeoBackup(resourceGroup, serverName, databaseName, Util.GenerateTracingId());
+ return new AzureSqlDatabaseGeoBackupModel()
+ {
+ ResourceGroupName = resourceGroup,
+ DatabaseName = geoBackup.Name,
+ ServerName = serverName,
+ ResourceId = geoBackup.Id,
+ Edition = geoBackup.Properties.Edition,
+ LastAvailableBackupDate = geoBackup.Properties.LastAvailableBackupDate
+ };
+ }
+
+ ///
+ /// Get a restorable deleted databases for a given Sql Azure Database.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// The name of the Azure SQL Database
+ /// List of restorable deleted databases
+ internal AzureSqlDeletedDatabaseBackupModel GetDeletedDatabaseBackup(string resourceGroup, string serverName, string databaseName)
+ {
+ var deletedDatabaseBackup = Communicator.GetDeletedDatabaseBackup(resourceGroup, serverName, databaseName, Util.GenerateTracingId());
+ return new AzureSqlDeletedDatabaseBackupModel()
+ {
+ ResourceGroupName = resourceGroup,
+ ServerName = serverName,
+ DatabaseName = deletedDatabaseBackup.Properties.DatabaseName,
+ Edition = deletedDatabaseBackup.Properties.Edition,
+ MaxSizeBytes = deletedDatabaseBackup.Properties.MaxSizeBytes,
+ ServiceLevelObjective = deletedDatabaseBackup.Properties.ServiceLevelObjective,
+ ElasticPoolName = deletedDatabaseBackup.Properties.ElasticPoolName,
+ CreationDate = deletedDatabaseBackup.Properties.CreationDate,
+ DeletionDate = deletedDatabaseBackup.Properties.DeletionDate,
+ RecoveryPeriodStartDate = deletedDatabaseBackup.Properties.EarliestRestoreDate,
+ ResourceId = deletedDatabaseBackup.Id
+ };
+ }
+
+ ///
+ /// Restore a given Sql Azure Database
+ ///
+ /// The name of the resource group
+ /// A point to time to restore to (for PITR and dropped DB restore)
+ /// The resource ID of the DB to restore (live, geo backup, or deleted database)
+ /// An object modeling the database to create via restore
+ /// Parameters describing the database restore request
+ /// Restored database object
+ internal AzureSqlDatabaseModel RestoreDatabase(string resourceGroup, DateTime restorePointInTime, string resourceId, AzureSqlDatabaseModel model)
+ {
+ DatabaseCreateOrUpdateParameters parameters = new DatabaseCreateOrUpdateParameters()
+ {
+ Location = model.Location,
+ Properties = new DatabaseCreateOrUpdateProperties()
+ {
+ Edition = model.Edition == DatabaseEdition.None ? null : model.Edition.ToString(),
+ RequestedServiceObjectiveId = model.RequestedServiceObjectiveId,
+ ElasticPoolName = model.ElasticPoolName,
+ RequestedServiceObjectiveName = model.RequestedServiceObjectiveName,
+ SourceDatabaseId = resourceId,
+ RestorePointInTime = restorePointInTime,
+ CreateMode = model.CreateMode
+ }
+ };
+ var resp = Communicator.RestoreDatabase(resourceGroup, model.ServerName, model.DatabaseName, Util.GenerateTracingId(), parameters);
+ return AzureSqlDatabaseAdapter.CreateDatabaseModelFromResponse(resourceGroup, model.ServerName, resp);
+ }
+
+ ///
+ /// Gets the Location of the server.
+ ///
+ /// The resource group the server is in
+ /// The name of the server
+ ///
+ public string GetServerLocation(string resourceGroupName, string serverName)
+ {
+ AzureSqlServerAdapter serverAdapter = new AzureSqlServerAdapter(Context);
+ var server = serverAdapter.GetServer(resourceGroupName, serverName);
+ return server.Location;
+ }
+
+ ///
+ /// Gets a SQL database by name
+ ///
+ /// The resource group the database is in
+ /// The name of the server
+ /// The name of the database
+ ///
+ public AzureSqlDatabaseModel GetDatabase(string resourceGroupName, string serverName, string databaseName)
+ {
+ AzureSqlDatabaseAdapter databaseAdapter = new AzureSqlDatabaseAdapter(Context);
+ return databaseAdapter.GetDatabase(resourceGroupName, serverName, databaseName);
+ }
}
}
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupCommunicator.cs b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupCommunicator.cs
index e9d1a89260be..40a28c1e2f27 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupCommunicator.cs
+++ b/src/ResourceManager/Sql/Commands.Sql/Database Backup/Services/AzureSqlDatabaseBackupCommunicator.cs
@@ -73,6 +73,65 @@ public AzureSqlDatabaseBackupCommunicator(AzureContext context)
return GetCurrentSqlClient(clientRequestId).DatabaseBackup.ListRestorePoints(resourceGroupName, serverName, databaseName).RestorePoints;
}
+ ///
+ /// Lists the geo backups for a given Sql Azure Server
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// List of restore points
+ public IList ListGeoBackups(string resourceGroupName, string serverName, string clientRequestId)
+ {
+ return GetCurrentSqlClient(clientRequestId).DatabaseBackup.ListGeoBackups(resourceGroupName, serverName).GeoBackups;
+ }
+
+ ///
+ /// Lists the restorable deleted databases for a given Sql Azure Server
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// List of restore points
+ public IList ListDeletedDatabaseBackups(string resourceGroupName, string serverName, string clientRequestId)
+ {
+ return GetCurrentSqlClient(clientRequestId).DatabaseBackup.ListDeletedDatabaseBackups(resourceGroupName, serverName).DeletedDatabaseBackups;
+ }
+
+ ///
+ /// Get a geo backup for a given Sql Azure Database
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// The name of the Azure SQL database
+ /// List of restore points
+ public Management.Sql.Models.GeoBackup GetGeoBackup(string resourceGroupName, string serverName, string databaseName, string clientRequestId)
+ {
+ return GetCurrentSqlClient(clientRequestId).DatabaseBackup.GetGeoBackup(resourceGroupName, serverName, databaseName).GeoBackup;
+ }
+
+ ///
+ /// Get a restorable deleted database for a given Sql Azure Database
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// The name of the Azure SQL database
+ /// List of restore points
+ public Management.Sql.Models.DeletedDatabaseBackup GetDeletedDatabaseBackup(string resourceGroupName, string serverName, string databaseName, string clientRequestId)
+ {
+ return GetCurrentSqlClient(clientRequestId).DatabaseBackup.GetDeletedDatabaseBackup(resourceGroupName, serverName, databaseName).DeletedDatabaseBackup;
+ }
+
+ ///
+ /// Restore a given Sql Azure Database
+ ///
+ /// The name of the resource group
+ /// The name of the Azure SQL Server
+ /// The name of the Azure SQL database
+ /// Parameters describing the database restore request
+ /// Restored database object
+ public Management.Sql.Models.Database RestoreDatabase(string resourceGroupName, string serverName, string databaseName, string clientRequestId, DatabaseCreateOrUpdateParameters parameters)
+ {
+ return GetCurrentSqlClient(clientRequestId).Databases.CreateOrUpdate(resourceGroupName, serverName, databaseName, parameters).Database;
+ }
+
///
/// Retrieve the SQL Management client for the currently selected subscription, adding the session and request
/// id tracing headers for the current cmdlet invocation.
diff --git a/src/ResourceManager/Sql/Commands.Sql/Database/Model/AzureSqlDatabaseModel.cs b/src/ResourceManager/Sql/Commands.Sql/Database/Model/AzureSqlDatabaseModel.cs
index ffbe48f47311..924ca466ce1c 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Database/Model/AzureSqlDatabaseModel.cs
+++ b/src/ResourceManager/Sql/Commands.Sql/Database/Model/AzureSqlDatabaseModel.cs
@@ -112,6 +112,16 @@ public class AzureSqlDatabaseModel
///
public Dictionary Tags { get; set; }
+ ///
+ /// Gets or sets the resource ID of the database.
+ ///
+ public string ResourceId { get; set; }
+
+ ///
+ /// Gets or sets the create mode of the database.
+ ///
+ public string CreateMode { get; set; }
+
///
/// Construct AzureSqlDatabaseModel
///
@@ -141,6 +151,9 @@ public AzureSqlDatabaseModel(string resourceGroup, string serverName, Management
Tags = database.Tags as Dictionary;
ElasticPoolName = database.Properties.ElasticPoolName;
Location = database.Location;
+ ResourceId = database.Id;
+ CreateMode = database.Properties.CreateMode;
+ EarliestRestoreDate = database.Properties.EarliestRestoreDate;
Guid.TryParse(database.Properties.CurrentServiceObjectiveId, out id);
CurrentServiceObjectiveId = id;
diff --git a/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml b/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
index 81bb2b6d8dba..495a73922280 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
+++ b/src/ResourceManager/Sql/Commands.Sql/Microsoft.Azure.Commands.Sql.dll-Help.xml
@@ -1,406 +1,484 @@
-
-
-
-
-
- Get-AzureRmSqlCapability
-
- Gets SQL Database capabilities for the current subscription.
-
-
-
-
- Get
- AzureRMSqlCapability
-
-
-
- The Get-AzureRmSqlCapability cmdlet gets the Azure SQL Database capabilities available on the current subscription for a region. If you specify the ServerVersionName, EditionName, or ServiceObjectiveName parameters, this cmdlet returns the specified values and their predecessors.
-
-
-
- Get-AzureRmSqlCapability
-
- LocationName
-
- Specifies the name of the Location for which this cmdlet gets capabilities. For more information, see Azure Regions (http://azure.microsoft.com/en-us/regions/).
-
- String
-
-
- Defaults
-
- Indicates that this cmdlet gets only defaults.
-
- SwitchParameter
-
-
-
- Get-AzureRmSqlCapability
-
- LocationName
-
- Specifies the name of the Location for which this cmdlet gets capabilities. For more information, see Azure Regions (http://azure.microsoft.com/en-us/regions/).
-
- String
-
-
- ServerVersionName
-
- Specifies the name of the server version for which this cmdlet gets capabilities.
-
- String
-
-
- EditionName
-
- Specifies the name of the database edition for which this cmdlet gets capabilities.
-
- String
-
-
- ServiceObjectiveName
-
- Specifies the name of the service objective for which this cmdlet gets capabilities.
-
- String
-
-
-
-
-
- LocationName
-
- Specifies the name of the Location for which this cmdlet gets capabilities. For more information, see Azure Regions (http://azure.microsoft.com/en-us/regions/).
-
- String
-
- String
-
-
- none
-
-
- ServerVersionName
-
- Specifies the name of the server version for which this cmdlet gets capabilities.
-
- String
-
- String
-
-
- none
-
-
- EditionName
-
- Specifies the name of the database edition for which this cmdlet gets capabilities.
-
- String
-
- String
-
-
- none
-
-
- ServiceObjectiveName
-
- Specifies the name of the service objective for which this cmdlet gets capabilities.
-
- String
-
- String
-
-
- none
-
-
- Defaults
-
- Indicates that this cmdlet gets only defaults.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get capabilities for the current subscription for a region --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlCapability -LocationName "Central US"
-
- This command returns the capabilities for SQL Database on the current subscription for the Central US region.
-
-
- Location : Central US
+
+
+
+
+ Get-AzureRmSqlCapability
+
+ Gets SQL Database capabilities for the current subscription.
+
+
+
+
+ Get
+ AzureRmSqlCapability
+
+
+
+ The Get-AzureRmSqlCapability cmdlet gets the Azure SQL Database capabilities available on the current subscription for a region. If you specify the ServerVersionName, EditionName, or ServiceObjectiveName parameters, this cmdlet returns the specified values and their predecessors.
+
+
+
+ Get-AzureRmSqlCapability
+
+ LocationName
+
+ Specifies the name of the Location for which this cmdlet gets capabilities. For more information, see Azure Regions (http://azure.microsoft.com/en-us/regions/).
+
+ String
+
+
+ ServerVersionName
+
+ Specifies the name of the server version for which this cmdlet gets capabilities.
+
+ String
+
+
+ EditionName
+
+ Specifies the name of the database edition for which this cmdlet gets capabilities.
+
+ String
+
+
+ ServiceObjectiveName
+
+ Specifies the name of the service objective for which this cmdlet gets capabilities.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+ Get-AzureRmSqlCapability
+
+ LocationName
+
+ Specifies the name of the Location for which this cmdlet gets capabilities. For more information, see Azure Regions (http://azure.microsoft.com/en-us/regions/).
+
+ String
+
+
+ Defaults
+
+ Indicates that this cmdlet gets only defaults.
+
+ SwitchParameter
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ LocationName
+
+ Specifies the name of the Location for which this cmdlet gets capabilities. For more information, see Azure Regions (http://azure.microsoft.com/en-us/regions/).
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerVersionName
+
+ Specifies the name of the server version for which this cmdlet gets capabilities.
+
+ String
+
+ String
+
+
+ none
+
+
+ EditionName
+
+ Specifies the name of the database edition for which this cmdlet gets capabilities.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServiceObjectiveName
+
+ Specifies the name of the service objective for which this cmdlet gets capabilities.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Defaults
+
+ Indicates that this cmdlet gets only defaults.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Location_Capabilities.Model.LocationCapabilityModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get capabilities for the current subscription for a region --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlCapability -LocationName "Central US"
+
+ This command returns the capabilities for SQL Database on the current subscription for the Central US region.
+
+
+ Location : Central US
Status : Available
SupportedServerVersions : {12.0, 2.0}
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get default capabilities for the current subscription for a region --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlCapability -LocationName "Central US" -Defaults
-
- This command returns the default capabilities for SQL Database on the current subscription in the Central US region.
-
-
- Location : Central US
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Get default capabilities for the current subscription for a region --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlCapability -LocationName "Central US" -Defaults
+
+ This command returns the default capabilities for SQL Database on the current subscription in the Central US region.
+
+
+ Location : Central US
Status : Available
ExpandedDetails : Version: 2.0 (Default) -> Edition: Standard (Default) -> Service Objective: S0 (Default)
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Get details for a service objective --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlCapability -LocationName "Central US" -ServiceObjectiveName "S1"
-
- This command gets default capabilities for SQL Database for the specified service objective on the current subscription.
-
-
- Location : Central US
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Get details for a service objective --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlCapability -LocationName "Central US" -ServiceObjectiveName "S1"
+
+ This command gets default capabilities for SQL Database for the specified service objective on the current subscription.
+
+
+ Location : Central US
Status : Available
ExpandedDetails : Version: 12.0 (Available) -> Edition: Standard (Default) -> Service Objective: S1 (Available)
Version: 2.0 (Default) -> Edition: Standard (Default) -> Service Objective: S1 (Available)
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database Cmdlets
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabase
-
- Gets one or more Azure SQL databases.
-
-
-
-
- Get
- AzureRMSqlDatabase
-
-
-
- The Get-AzureRmSqlDatabase cmdlet gets one or more Azure SQL databases from an Azure SQL Database Server.
-
-
-
- Get-AzureRmSqlDatabase
-
- DatabaseName
-
- Specifies the name of the database to retrieve.
-
- String
-
-
- ServerName
-
- Specifies the name of the server the database is in.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group of the server that contains the database.
-
- String
-
-
-
-
-
- DatabaseName
-
- Specifies the name of the database to retrieve.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server the database is in.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get all databases on a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command gets all databases on the server named server01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database Cmdlets
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabase
+
+ Gets one or more Azure SQL databases.
+
+
+
+
+ Get
+ AzureRmSqlDatabase
+
+
+
+ The Get-AzureRmSqlDatabase cmdlet gets one or more Azure SQL databases from an Azure SQL Database Server.
+
+
+
+ Get-AzureRmSqlDatabase
+
+ DatabaseName
+
+ Specifies the name of the database to retrieve.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server the database is in.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group of the server that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ Specifies the name of the database to retrieve.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server the database is in.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get all databases on a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets all databases on the server named server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : master
Location : Central US
@@ -437,26 +515,26 @@ RequestedServiceObjectiveName :
ElasticPoolName :
EarliestRestoreDate :
Tags :
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get a database by name on a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command gets a database named Database02 from a server named Server01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Get a database by name on a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command gets a database named Database02 from a server named Server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : database01
Location : Central US
@@ -474,389 +552,448 @@ RequestedServiceObjectiveName :
ElasticPoolName :
EarliestRestoreDate :
Tags :
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureRmSqlDatabase
-
-
-
-
- Remove-AzureRmSqlDatabase
-
-
-
-
- Resume-AzureRmSqlDatabase
-
-
-
-
- Set-AzureRmSqlDatabase
-
-
-
-
- Suspend-AzureRmSqlDatabase
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseActivity
-
- Gets the status of moving elastic databases.
-
-
-
-
- Get
- AzureRMSqlDatabaseActivity
-
-
-
- The Get-AzureRmSqlDatabaseActivity cmdlet gets the status of moving elastic databases into or out of an elastic database pool in Azure SQL Database.
-
-
-
- Get-AzureRmSqlDatabaseActivity
-
- ServerName
-
- Specifies the name of the SQL Server that hosts the elastic database pool.
-
- String
-
-
- ElasticPoolName
-
- Specifies the name of the elastic database pool for which this cmdlet gets status.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets status.
-
- String
-
-
- OperationId
-
- Specifies the ID of the operation that this cmdlet gets.
-
- Nullable`1[Guid]
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets status.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the SQL Server that hosts the elastic database pool.
-
- String
-
- String
-
-
- none
-
-
- ElasticPoolName
-
- Specifies the name of the elastic database pool for which this cmdlet gets status.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets status.
-
- String
-
- String
-
-
- none
-
-
- OperationId
-
- Specifies the ID of the operation that this cmdlet gets.
-
- Nullable`1[Guid]
-
- Nullable`1[Guid]
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets status.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get status for all SQL Database instances --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseActivity -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticPool01"
-
- This command returns the operation status of all SQL Database instances in an elastic pool named elasticPool01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseAuditingPolicy
-
- Gets the auditing policy of an Azure SQL database.
-
-
-
-
- Get
- AzureRMSqlDatabaseAuditingPolicy
-
-
-
- The Get-AzureRmSqlDatabaseAuditingPolicy cmdlet gets the auditing policy of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database.
-
-
-
- Get-AzureRmSqlDatabaseAuditingPolicy
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get the auditing policy of an Azure SQL database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command gets the auditing policy of database database01 located in server01 in resource group resourcegroup01.
-
-
- DatabaseName : database01
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureRmSqlDatabase
+
+
+
+ Remove-AzureRmSqlDatabase
+
+
+
+ Resume-AzureRmSqlDatabase
+
+
+
+ Set-AzureRmSqlDatabase
+
+
+
+ Suspend-AzureRmSqlDatabase
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseActivity
+
+ Gets the status of moving elastic databases.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseActivity
+
+
+
+ The Get-AzureRmSqlDatabaseActivity cmdlet gets the status of moving elastic databases into or out of an elastic database pool in Azure SQL Database.
+
+
+
+ Get-AzureRmSqlDatabaseActivity
+
+ ServerName
+
+ Specifies the name of the SQL Server that hosts the elastic database pool.
+
+ String
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic database pool for which this cmdlet gets status.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets status.
+
+ String
+
+
+ OperationId
+
+ Specifies the ID of the operation that this cmdlet gets.
+
+ Nullable`1[Guid]
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets status.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the SQL Server that hosts the elastic database pool.
+
+ String
+
+ String
+
+
+ none
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic database pool for which this cmdlet gets status.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets status.
+
+ String
+
+ String
+
+
+ none
+
+
+ OperationId
+
+ Specifies the ID of the operation that this cmdlet gets.
+
+ Nullable`1[Guid]
+
+ Nullable`1[Guid]
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets status.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseActivityModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get status for all SQL Database instances --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseActivity -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticPool01"
+
+ This command returns the operation status of all SQL Database instances in an elastic pool named elasticPool01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseAuditingPolicy
+
+ Gets the auditing policy of an Azure SQL database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ The Get-AzureRmSqlDatabaseAuditingPolicy cmdlet gets the auditing policy of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database.
+
+
+
+ Get-AzureRmSqlDatabaseAuditingPolicy
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get the auditing policy of an Azure SQL database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command gets the auditing policy of database database01 located in server01 in resource group resourcegroup01.
+
+
+ DatabaseName : database01
UseServerDefault : Disabled
ResourceGroupName : resourcegroup01
ServerName : server01
@@ -866,1469 +1003,1931 @@ EventType : {PlainSQL_Success, PlainSQL_Failure, ParameterizedSQL_Succe
AuditState : New
RetentionInDays : 0
TableIdentifier : Server01Database01
-
-
-
-
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlDatabaseAuditing
-
-
-
-
- Set-AzureRmSqlDatabaseAuditingPolicy
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingPolicy
-
- Gets the data masking policy for an Azure SQL database.
-
-
-
-
- Get
- AzureRMSqlDatabaseDataMaskingPolicy
-
-
-
- The Get-AzureRmSqlDatabaseDataMaskingPolicy cmdlet gets the data masking policy of an Azure SQL database. To use this cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database.
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingPolicy
-
- ServerName
-
- Specifies the name of the server containing the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server containing the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get the data masking policy for an Azure SQL database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseDataMaskingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command gets the data masking policy from database database01 in resource group resourcegroup01 contained in server server01.
-
-
- DatabaseName : database01
+
+
+
+
+
+
+
+
+
+
+
+
+ Remove-AzureRmSqlDatabaseAuditing
+
+
+
+ Set-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingPolicy
+
+ Gets the data masking policy for an Azure SQL database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseDataMaskingPolicy
+
+
+
+ The Get-AzureRmSqlDatabaseDataMaskingPolicy cmdlet gets the data masking policy of an Azure SQL database. To use this cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database.
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingPolicy
+
+ ServerName
+
+ Specifies the name of the server containing the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server containing the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get the data masking policy for an Azure SQL database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseDataMaskingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command gets the data masking policy from database database01 in resource group resourcegroup01 contained in server server01.
+
+
+ DatabaseName : database01
ResourceGroupName : resourcegroup01
ServerName : server01
DataMaskingState : Uninitialized
PrivilegedUsers :
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- New-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Remove-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingPolicy
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingRule
-
- Gets the data masking rules from an Azure SQL database.
-
-
-
-
- Get
- AzureRMSqlDatabaseDataMaskingRule
-
-
-
- The Get-AzureRmSqlDatabaseDataMaskingRule cmdlet gets either a specific data masking rule, or all of the data masking rules of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database, and the RuleId parameter to specify which rule this cmdlet returns. If you do not provide RuleId, then all the data masking rules of that Azure SQL database are returned.
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingRule
-
- RuleId
-
- Specifies the ID of the requested rule. If you do not specify this parameter, this cmdlet gets all the information about all the data masking rules in the specified SQL database.
-
- String
-
-
- ServerName
-
- Specifies the name of the server.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
-
-
-
-
- RuleId
-
- Specifies the ID of the requested rule. If you do not specify this parameter, this cmdlet gets all the information about all the data masking rules in the specified SQL database.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get all data masking rules from a database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command gets all data masking rules from database01 in resource group resourcegroup01 contained in server server01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingPolicy
-
-
-
-
- New-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Remove-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingPolicy
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseExpanded
-
-
-
-
-
-
- Get
- AzureRMSqlDatabaseExpanded
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseExpanded
-
- ServerName
-
-
-
- String
-
-
- DatabaseName
-
-
-
- String
-
-
- ResourceGroupName
-
-
-
- String
-
-
-
-
-
- ServerName
-
-
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
-
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
-
-
- String
-
- String
-
-
- none
-
-
- Profile
-
-
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseIndexRecommendations
-
- Gets the recommended index operations for a server or database.
-
-
-
-
- Get
- AzureRMSqlDatabaseIndexRecommendations
-
-
-
- The Get-AzureRmSqlDatabaseIndexRecommendations cmdlet gets the recommended index operations for a server or database in Azure SQL Database.
-
-
-
- Get-AzureRmSqlDatabaseIndexRecommendations
-
- ServerName
-
- Specifies the server that hosts the database for which this cmdlet gets index recommendations.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets the index recommendations.
-
- String
-
-
- TableName
-
- Specifies the name of an Azure SQL Table.
-
- String
-
-
- IndexRecommendationName
-
- Specifies the name of the index recommendation that this cmdlet gets.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server. This cmdlet gets index recommendations for a database that this server hosts.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the server that hosts the database for which this cmdlet gets index recommendations.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets the index recommendations.
-
- String
-
- String
-
-
- none
-
-
- TableName
-
- Specifies the name of an Azure SQL Table.
-
- String
-
- String
-
-
- none
-
-
- IndexRecommendationName
-
- Specifies the name of the index recommendation that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server. This cmdlet gets index recommendations for a database that this server hosts.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get index recommendations for all databases on server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseIndexRecommendations -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command returns index recommendations for all databases on server.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get index recommendations for a specific database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseIndexRecommendations -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command returns index recommendations for specific database.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Get a single index recommendation by name --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseIndexRecommendations -ResourceGroupName "resourcegroup01" -ServerName "server01" -DtabaseName "database01" -IndexRecommendationName "INDEX_NAME"
-
- This command returns single index recommendation by name.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Start-AzureRmSqlDatabaseExecuteIndexRecommendation
-
-
-
-
- Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseReplicationLink
-
- Gets the geo-replication links between an Azure SQL Database and the specified Azure Resource Group or Azure SQL Server.
-
-
-
-
- Get
- AzureRMSqlDatabaseReplicationLink
-
-
-
- This cmdlet replaces the Get-AzureSqlDatabaseCopy cmdlet. It will return all geo-replication links between the specified Azure Resource Group or Azure SQL Server.
-
-
-
- Get-AzureRmSqlDatabaseReplicationLink
-
- DatabaseName
-
- The name of the Azure SQL Database to retrieve links for.
-
- String
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group for the partner.
-
- String
-
-
- ServerName
-
- The name of the Azure SQL Server for the database to retrieve links for.
-
- String
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group for the database to retrieve links for.
-
- String
-
-
-
- Get-AzureRmSqlDatabaseReplicationLink
-
- DatabaseName
-
- The name of the Azure SQL Database to retrieve links for.
-
- String
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group for the partner.
-
- String
-
-
- PartnerServerName
-
- The name of the Azure SQL Server for the partner.
-
- String
-
-
- ServerName
-
- The name of the Azure SQL Server for the database to retrieve links for.
-
- String
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group for the database to retrieve links for.
-
- String
-
-
-
-
-
- DatabaseName
-
- The name of the Azure SQL Database to retrieve links for.
-
- String
-
- String
-
-
-
-
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group for the partner.
-
- String
-
- String
-
-
-
-
-
-
- ServerName
-
- The name of the Azure SQL Server for the database to retrieve links for.
-
- String
-
- String
-
-
-
-
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group for the database to retrieve links for.
-
- String
-
- String
-
-
-
-
-
-
- PartnerServerName
-
- The name of the Azure SQL Server for the partner.
-
- String
-
- String
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseRestorePoints
-
-
-
-
-
-
- Get
- AzureRMSqlDatabaseRestorePoints
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseRestorePoints
-
- ServerName
-
- Specifies the name of the Azure SQL Server holding the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the Azure SQL Database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group of the Azure SQL Database.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the Azure SQL Server holding the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the Azure SQL Database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group of the Azure SQL Database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1 --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseRestorePoints -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- Returns all available restore points for Azure SQL Database "database01".
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ New-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Remove-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingPolicy
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingRule
+
+ Gets the data masking rules from an Azure SQL database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ The Get-AzureRmSqlDatabaseDataMaskingRule cmdlet gets either a specific data masking rule, or all of the data masking rules of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database, and the RuleId parameter to specify which rule this cmdlet returns. If you do not provide RuleId, then all the data masking rules of that Azure SQL database are returned.
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingRule
+
+ SchemaName
+
+
+
+ String
+
+
+ TableName
+
+
+
+ String
+
+
+ ColumnName
+
+
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ SchemaName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ TableName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ColumnName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ RuleId
+
+ Specifies the ID of the requested rule. If you do not specify this parameter, this cmdlet gets all the information about all the data masking rules in the specified SQL database.
+
+ string
+
+ string
+
+
+ none
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get all data masking rules from a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command gets all data masking rules from database01 in resource group resourcegroup01 contained in server server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingPolicy
+
+
+
+ New-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Remove-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingPolicy
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseExpanded
+
+
+
+
+
+
+ Get
+ AzureRmSqlDatabaseExpanded
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseExpanded
+
+ ServerName
+
+
+
+ String
+
+
+ DatabaseName
+
+
+
+ String
+
+
+ ResourceGroupName
+
+
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRMSqlDatabaseGeoBackup
+
+ Gets one or more geo backups of databases in a SQL server.
+
+
+
+
+ Get
+ AzureRMSqlDatabaseGeoBackup
+
+
+
+ Gets one or more geo backups of databases in a SQL server. A geo backup is also known as a "recoverable database" and is restorable resource using data files in a separate geographic location.
+
+
+
+ Get-AzureRMSqlDatabaseGeoBackup
+
+ ServerName
+
+
+
+ String
+
+
+ DatabaseName
+
+
+
+ String
+
+
+ ResourceGroupName
+
+
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ DatabaseName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDatabaseGeoBackupModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseIndexRecommendations
+
+ Gets the recommended index operations for a server or database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseIndexRecommendations
+
+
+
+ The Get-AzureRmSqlDatabaseIndexRecommendations cmdlet gets the recommended index operations for a server or database in Azure SQL Database.
+
+
+
+ Get-AzureRmSqlDatabaseIndexRecommendations
+
+ ServerName
+
+ Specifies the server that hosts the database for which this cmdlet gets index recommendations.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets the index recommendations.
+
+ String
+
+
+ TableName
+
+ Specifies the name of an Azure SQL Table.
+
+ String
+
+
+ IndexRecommendationName
+
+ Specifies the name of the index recommendation that this cmdlet gets.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server. This cmdlet gets index recommendations for a database that this server hosts.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the server that hosts the database for which this cmdlet gets index recommendations.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets the index recommendations.
+
+ String
+
+ String
+
+
+ none
+
+
+ TableName
+
+ Specifies the name of an Azure SQL Table.
+
+ String
+
+ String
+
+
+ none
+
+
+ IndexRecommendationName
+
+ Specifies the name of the index recommendation that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server. This cmdlet gets index recommendations for a database that this server hosts.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get index recommendations for all databases on server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseIndexRecommendations -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command returns index recommendations for all databases on server.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Get index recommendations for a specific database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseIndexRecommendations -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command returns index recommendations for specific database.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Get a single index recommendation by name --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseIndexRecommendations -ResourceGroupName "resourcegroup01" -ServerName "server01" -DtabaseName "database01" -IndexRecommendationName "INDEX_NAME"
+
+ This command returns single index recommendation by name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Start-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+
+
+ Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseReplicationLink
+
+ Gets the geo-replication links between an Azure SQL Database and the specified Azure Resource Group or Azure SQL Server.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseReplicationLink
+
+
+
+ This cmdlet replaces the Get-AzureSqlDatabaseCopy cmdlet. It will return all geo-replication links between the specified Azure Resource Group or Azure SQL Server.
+
+
+
+ Get-AzureRmSqlDatabaseReplicationLink
+
+ DatabaseName
+
+ The name of the Azure SQL Database to retrieve links for.
+
+ String
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group for the partner.
+
+ String
+
+
+ ServerName
+
+ The name of the Azure SQL Server for the database to retrieve links for.
+
+ String
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group for the database to retrieve links for.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+ Get-AzureRmSqlDatabaseReplicationLink
+
+ DatabaseName
+
+ The name of the Azure SQL Database to retrieve links for.
+
+ String
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group for the partner.
+
+ String
+
+
+ PartnerServerName
+
+ The name of the Azure SQL Server for the partner.
+
+ String
+
+
+ ServerName
+
+ The name of the Azure SQL Server for the database to retrieve links for.
+
+ String
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group for the database to retrieve links for.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ The name of the Azure SQL Database to retrieve links for.
+
+ String
+
+ String
+
+
+
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group for the partner.
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ The name of the Azure SQL Server for the database to retrieve links for.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group for the database to retrieve links for.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ PartnerServerName
+
+ The name of the Azure SQL Server for the partner.
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseRestorePoints
+
+
+
+
+
+
+ Get
+ AzureRmSqlDatabaseRestorePoints
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseRestorePoints
+
+ ServerName
+
+ Specifies the name of the Azure SQL Server holding the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the Azure SQL Database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group of the Azure SQL Database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the Azure SQL Server holding the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the Azure SQL Database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group of the Azure SQL Database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1 --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseRestorePoints -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ Returns all available restore points for Azure SQL Database "database01".
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : database01
Location : Central US
RestorePointType : CONTINUOUS
RestorePointCreationDate :
-EarliestRestoreDate : 8/12/2015 12:00:00 AM
+EarliestRestoreDate : 8/12/2015 12:00:00 AM
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseSecureConnectionPolicy
+
+ Gets the secure connection policy of an Azure SQL database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseSecureConnectionPolicy
+
+
+
+ The Get-AzureRmSqlDatabaseSecureConnectionPolicy cmdlet gets the secure connection policy of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. After this cmdlet runs successfully, it returns an object describing the current secure connection policy as well as the database identifiers. Database identifiers include, but are not limited to, ResourceGroupName, ServerName, and DatabaseName.
+
+
+
+ Get-AzureRmSqlDatabaseSecureConnectionPolicy
+
+ ServerName
+
+ Specifies the name of server that contains the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseSecureConnectionPolicyModel
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseSecureConnectionPolicy
-
- Gets the secure connection policy of an Azure SQL database.
-
-
-
-
- Get
- AzureRMSqlDatabaseSecureConnectionPolicy
-
-
-
- The Get-AzureRmSqlDatabaseSecureConnectionPolicy cmdlet gets the secure connection policy of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. After this cmdlet runs successfully, it returns an object describing the current secure connection policy as well as the database identifiers. Database identifiers include, but are not limited to, ResourceGroupName, ServerName, and DatabaseName.
-
-
-
- Get-AzureRmSqlDatabaseSecureConnectionPolicy
-
- ServerName
-
- Specifies the name of server that contains the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseSecureConnectionPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get the secure connection policy of an azure_2 SQL database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseSecureConnectionPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command gets the secure connection policy of an Azure SQL database named database01 located in server server01.
-
-
- DatabaseName : database01
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get the secure connection policy of an azure_2 SQL database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseSecureConnectionPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command gets the secure connection policy of an Azure SQL database named database01 located in server server01.
+
+
+ DatabaseName : database01
ConnectionStrings : Microsoft.Azure.Commands.Sql.SecureConnection.Model.ConnectionStrings
ResourceGroupName : resourcegroup01
ServerName : server01
ProxyDnsName : server01.database.secure.windows.net
ProxyPort : 1433
SecureConnectionState : Optional
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseThreatDetectionPolicy
-
- Gets the threat detection policy for a database.
-
-
-
-
- Get
- AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- The Get-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet gets the threat detection policy of an Azure SQL database. To use this cmdlet, specify the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database for which this cmdlet gets the policy.
-
-
-
- Get-AzureRmSqlDatabaseThreatDetectionPolicy
-
- ResourceGroupName
-
- Specifies the name of the resource group that the server is assigned to.
-
- String
-
-
- ServerName
-
- Specifies the name of a server.
-
- String
-
-
- DatabaseName
-
- Specifies the name of a database.
-
- String
-
-
-
-
-
- DatabaseName
-
- Specifies the name of a database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that the server is assigned to.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of a server.
-
- String
-
- String
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
- You cannot pipe input to this cmdlet.
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel
-
-
-
-
-
-
- This cmdlet returns a Model.DatabaseThreatDetectionPolicyModel object.
-
-
-
-
-
-
-
- Example 1: Get the threat detection policy for a database
-
-
-
- PS C:\> Get-AzureRmSqlDatabaseThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -DatabaseName "Database01"
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseThreatDetectionPolicy
+
+ Gets the threat detection policy for a database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ The Get-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet gets the threat detection policy of an Azure SQL database. To use this cmdlet, specify the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database for which this cmdlet gets the policy.
+
+
+
+ Get-AzureRmSqlDatabaseThreatDetectionPolicy
+
+ ServerName
+
+ Specifies the name of a server.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of a database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the server is assigned to.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of a server.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of a database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the server is assigned to.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+You cannot pipe input to this cmdlet.
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel
+
+
+
+
+
+This cmdlet returns a Model.DatabaseThreatDetectionPolicyModel object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 1: Get the threat detection policy for a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -DatabaseName "Database01"
DatabaseName : Database01
ResourceGroupName : ResourceGroup11
ServerName : Server01
@@ -2336,749 +2935,1047 @@ ThreatDetectionState : Disabled
NotificationRecipientsEmails :
EmailAdmins : False
ExcludedDetectionTypes : {}
-
- This command gets the threat detection policy for a database named Database01. The database is located on the server named Server01, which is assigned to the resource group ResourceGroup11.
-
-
-
-
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- Set-AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- Azure SQL Database Cmdlets
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryption
-
- Gets the TPE state for an Azure SQL database.
-
-
-
-
- Get
- AzureRMSqlDatabaseTransparentDataEncryption
-
-
-
- The Get-AzureRmSqlDatabaseTransparentDataEncryption cmdlet gets the state of Transparent Data Encryption (TPE) from an Azure SQL database. For more information, see Transparent Data Encryption with Azure SQL Database (https://msdn.microsoft.com/library/dn948096) in the Microsoft Developer Network Library. This cmdlet gets the current state of TPE, but both encryption and decryption can be long running operations. To see the encryption scan progress, run the Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity cmdlet.
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryption
-
- ServerName
-
- Specifies the name of the server that hosts the database for which this cmdlet gets TDE status.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets TDE status.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets TDE status.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that hosts the database for which this cmdlet gets TDE status.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets TDE status.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets TDE status.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get TPE status for a database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseTransparentDataEncryption -ServerName "server01" -ResourceGroupName "resourcegroup01" -DatabaseName "database01"
-
- This command gets the status of TPE for the database named Database01 on the server named server01.
-
-
- ResourceGroupName ServerName DatabaseName State
+
+ This command gets the threat detection policy for a database named Database01. The database is located on the server named Server01, which is assigned to the resource group ResourceGroup11.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Remove-AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ Set-AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ Azure SQL Database Cmdlets
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryption
+
+ Gets the TPE state for an Azure SQL database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseTransparentDataEncryption
+
+
+
+ The Get-AzureRmSqlDatabaseTransparentDataEncryption cmdlet gets the state of Transparent Data Encryption (TPE) from an Azure SQL database. For more information, see Transparent Data Encryption with Azure SQL Database (https://msdn.microsoft.com/library/dn948096) in the Microsoft Developer Network Library. This cmdlet gets the current state of TPE, but both encryption and decryption can be long running operations. To see the encryption scan progress, run the Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity cmdlet.
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryption
+
+ ServerName
+
+ Specifies the name of the server that hosts the database for which this cmdlet gets TDE status.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets TDE status.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets TDE status.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database for which this cmdlet gets TDE status.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets TDE status.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets TDE status.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get TPE status for a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseTransparentDataEncryption -ServerName "server01" -ResourceGroupName "resourcegroup01" -DatabaseName "database01"
+
+ This command gets the status of TPE for the database named Database01 on the server named server01.
+
+
+ ResourceGroupName ServerName DatabaseName State
----------------- ---------- ------------ -----
-resourcegroup01 server01 database01 Disabled
+resourcegroup01 server01 database01 Disabled
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
+
+
+
+ Set-AzureRmSqlDatabaseTransparentDataEncryption
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
+
+ Gets the progress of a TDE scan of an Azure SQL database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseTransparentDataEncryptionActivity
+
+
+
+ The Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity cmdlet gets the progress of a Transparent Data Encryption (TDE) scan of an Azure SQL database. If no encryption span is running, this cmdlet returns an empty list. For more information, see Transparent Data Encryption with Azure SQL Database (https://msdn.microsoft.com/library/dn948096) in the Microsoft Developer Network Library.
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
+
+ ServerName
+
+ Specifies the name of the server that hosts the database for which this cmdlet gets TDE encryption activity.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets TDE encryption activity.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets TDE encryption activity.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database for which this cmdlet gets TDE encryption activity.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet gets TDE encryption activity.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets TDE encryption activity.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
-
-
-
-
- Set-AzureRmSqlDatabaseTransparentDataEncryption
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
-
- Gets the progress of a TDE scan of an Azure SQL database.
-
-
-
-
- Get
- AzureRMSqlDatabaseTransparentDataEncryptionActivity
-
-
-
- The Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity cmdlet gets the progress of a Transparent Data Encryption (TDE) scan of an Azure SQL database. If no encryption span is running, this cmdlet returns an empty list. For more information, see Transparent Data Encryption with Azure SQL Database (https://msdn.microsoft.com/library/dn948096) in the Microsoft Developer Network Library.
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
-
- ServerName
-
- Specifies the name of the server that hosts the database for which this cmdlet gets TDE encryption activity.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets TDE encryption activity.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets TDE encryption activity.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that hosts the database for which this cmdlet gets TDE encryption activity.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet gets TDE encryption activity.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets TDE encryption activity.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get TPE activity for a database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity -ServerName "server01" -ResourceGroupName "resourcegroup01" -DatabaseName "database01"
-
- This command gets the TPE activity for the database named database01 on the server named server01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get TPE activity for a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity -ServerName "server01" -ResourceGroupName "resourcegroup01" -DatabaseName "database01"
+
+ This command gets the TPE activity for the database named database01 on the server named server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : database01
Status : Encrypting
-PercentComplete : 3.662109
+PercentComplete : 3.662109
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryption
+
+
+
+ Set-AzureRmSqlDatabaseTransparentDataEncryption
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseUpgradeHint
+
+ Gets pricing tier hints for a database for upgrading SQL Database.
+
+
+
+
+ Get
+ AzureRmSqlDatabaseUpgradeHint
+
+
+
+ The Get-AzureRmSqlDatabaseUpgradeHint cmdlet gets pricing tier hints for a database for upgrading Azure SQL Database. Databases that are still in Web and Business pricing tiers get the hint to upgrade to the new Basic, Standard, or Premium pricing tiers.
+
+
+
+ Get-AzureRmSqlDatabaseUpgradeHint
+
+ ServerName
+
+ Specifies the name of the server that hosts the database for which this cmdlet gets an upgrade hint.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the SQL database for which this cmdlet gets an upgrade hint. If you do not specify a database, this cmdlet gets hints for all databases on the logical server.
+
+ String
+
+
+ ExcludeElasticPoolCandidates
+
+ Indicates whether to exclude databases that are included in elastic database pool recommendations.
+
+ Boolean
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets an upgrade hint.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database for which this cmdlet gets an upgrade hint.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the SQL database for which this cmdlet gets an upgrade hint. If you do not specify a database, this cmdlet gets hints for all databases on the logical server.
+
+ String
+
+ String
+
+
+ none
+
+
+ ExcludeElasticPoolCandidates
+
+ Indicates whether to exclude databases that are included in elastic database pool recommendations.
+
+ Boolean
+
+ Boolean
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database for which this cmdlet gets an upgrade hint.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get recommendations for all databases on a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command returns upgrade hints for all databases on server.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Get recommendations for specific database --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command returns upgrade hint for specific database.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Get recommendation for all databases that are not recommended for an elastic database pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01" -ExcludeElasticPoolCandidates $True
+
+ This command returns upgrade hints for database that are not included in elastic database pool recommendations.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseExpanded
+
+
+
+ Get-AzureRmSqlElasticPoolRecommendation
+
+
+
+
+
+
+
+ Get-AzureRMSqlDeletedDatabaseBackup
+
+ Gets one or more backups of deleted databases in a SQL server.
+
+
+
+
+ Get
+ AzureRMSqlDeletedDatabaseBackup
+
+
+
+ Gets one or more backups of deleted databases in a SQL server. Also known as a "restorable dropped database", this is a restorable resource that allows restoring a database that has been deleted.
+
+
+
+ Get-AzureRMSqlDeletedDatabaseBackup
+
+ ServerName
+
+
+
+ String
+
+
+ DatabaseName
+
+
+
+ String
+
+
+ DeletionDate
+
+
+
+ Nullable`1[DateTime]
+
+
+ ResourceGroupName
+
+
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ DatabaseName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ DeletionDate
+
+
+
+ Nullable`1[DateTime]
+
+ Nullable`1[DateTime]
+
+
+
+
+
+ ResourceGroupName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Backup.Model.AzureSqlDeletedDatabaseBackupModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlElasticPool
+
+ Gets elastic pools and their property values in an Azure SQL Database.
+
+
+
+
+ Get
+ AzureRmSqlElasticPool
+
+
+
+ The Get-AzureRmSqlElasticPool cmdlet gets elastic pools and their property values in an Azure SQL Database. Specify the name of an existing elastic pool to see the property values for only that pool.
+
+
+
+ Get-AzureRmSqlElasticPool
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet gets.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server that contains the elastic pool that this cmdlet gets.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet gets.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that contains the elastic pool that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryption
-
-
-
-
- Set-AzureRmSqlDatabaseTransparentDataEncryption
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseUpgradeHint
-
- Gets pricing tier hints for a database for upgrading SQL Database.
-
-
-
-
- Get
- AzureRMSqlDatabaseUpgradeHint
-
-
-
- The Get-AzureRmSqlDatabaseUpgradeHint cmdlet gets pricing tier hints for a database for upgrading Azure SQL Database. Databases that are still in Web and Business pricing tiers get the hint to upgrade to the new Basic, Standard, or Premium pricing tiers.
-
-
-
- Get-AzureRmSqlDatabaseUpgradeHint
-
- ServerName
-
- Specifies the name of the server that hosts the database for which this cmdlet gets an upgrade hint.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the SQL database for which this cmdlet gets an upgrade hint. If you do not specify a database, this cmdlet gets hints for all databases on the logical server.
-
- String
-
-
- ExcludeElasticPoolCandidates
-
- Indicates whether to exclude databases that are included in elastic database pool recommendations.
-
- Boolean
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets an upgrade hint.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that hosts the database for which this cmdlet gets an upgrade hint.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the SQL database for which this cmdlet gets an upgrade hint. If you do not specify a database, this cmdlet gets hints for all databases on the logical server.
-
- String
-
- String
-
-
- none
-
-
- ExcludeElasticPoolCandidates
-
- Indicates whether to exclude databases that are included in elastic database pool recommendations.
-
- Boolean
-
- Boolean
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database for which this cmdlet gets an upgrade hint.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get recommendations for all databases on a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command returns upgrade hints for all databases on server.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get recommendations for specific database --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command returns upgrade hint for specific database.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Get recommendation for all databases that are not recommended for an elastic database pool --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlDatabaseUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01" -ExcludeElasticPoolCandidates $True
-
- This command returns upgrade hints for database that are not included in elastic database pool recommendations.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseExpanded
-
-
-
-
- Get-AzureRmSqlElasticPoolRecommendation
-
-
-
-
-
-
-
-
- Get-AzureRmSqlElasticPool
-
- Gets elastic pools and their property values in an Azure SQL Database.
-
-
-
-
- Get
- AzureRMSqlElasticPool
-
-
-
- The Get-AzureRmSqlElasticPool cmdlet gets elastic pools and their property values in an Azure SQL Database. Specify the name of an existing elastic pool to see the property values for only that pool.
-
-
-
- Get-AzureRmSqlElasticPool
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet gets.
-
- String
-
-
- ServerName
-
- Specifies the name of the server that contains the elastic pool that this cmdlet gets.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet gets.
-
- String
-
-
-
-
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the elastic pool that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get all elastic pools --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command gets all elastic pools on the server named server01.
-
-
- ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get all elastic pools --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets all elastic pools on the server named server01.
+
+
+ ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
ResourceGroupName : resourcegroup01
ServerName : server01
ElasticPoolName : elasticpool01
@@ -3104,28 +4001,27 @@ Dtu : 400
DatabaseDtuMax : 100
DatabaseDtuMin : 10
StorageMB : 409600
-Tags :
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get a specific elastic pool --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticPool27"
-
- This command gets the elastic pool named elasticPool01 on the server named server01.
-
-
- ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
+Tags :
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Get a specific elastic pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticPool27"
+
+ This command gets the elastic pool named elasticPool01 on the server named server01.
+
+
+ ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
ResourceGroupName : resourcegroup01
ServerName : server01
ElasticPoolName : elasticpool01
@@ -3137,28 +4033,27 @@ Dtu : 400
DatabaseDtuMax : 100
DatabaseDtuMin : 10
StorageMB : 409600
-Tags :
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Get metrics for a Azure SQL Elastic Database Pool --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01" | Get-Metrics -TimeGrain 0:5:0
-
- Returns metrics for an Azure SQL Elastic Database Pool named "elasticpool01".
-
-
- DimensionName :
+Tags :
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Get metrics for a Azure SQL Elastic Database Pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01" | Get-Metrics -TimeGrain 0:5:0
+
+ Returns metrics for an Azure SQL Elastic Database Pool named "elasticpool01".
+
+
+ DimensionName :
DimensionValue :
Name : cpu_percent
EndTime : 8/27/2015 5:22:25 PM
@@ -3212,451 +4107,499 @@ ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGro
StartTime : 8/27/2015 4:20:00 PM
TimeGrain : 00:05:00
Unit : Percent
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- New-AzureRmSqlElasticPool
-
-
-
-
- Remove-AzureRmSqlElasticPool
-
-
-
-
- Set-AzureRmSqlElasticPool
-
-
-
-
-
-
-
-
- Get-AzureRmSqlElasticPoolActivity
-
- Gets the status of operations on an elastic pool.
-
-
-
-
- Get
- AzureRMSqlElasticPoolActivity
-
-
-
- The Get-AzureRmSqlElasticPoolActivity cmdlet gets the status of operations on an elastic pool in Azure SQL Database. You can see status of pool creation and configuration updates.
-
-
-
- Get-AzureRmSqlElasticPoolActivity
-
- ServerName
-
- Specifies the name of a server that contains an elastic pool. This cmdlet gets status for a pool on the server that this parameter specifies.
-
- String
-
-
- ElasticPoolName
-
- Specifies the name of an elastic pool. This cmdlet gets status for the pool that this parameter specifies.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group that contains an elastic pool. This cmdlet gets status for a pool in the resource group that this parameter specifies.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of a server that contains an elastic pool. This cmdlet gets status for a pool on the server that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- ElasticPoolName
-
- Specifies the name of an elastic pool. This cmdlet gets status for the pool that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of a resource group that contains an elastic pool. This cmdlet gets status for a pool in the resource group that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get the status of operations for an elastic pool --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlElasticPoolActivity -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01"
-
- This command gets the status of the operations for the elastic pool named elasticPool01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlElasticPool
-
-
-
-
- Get-AzureRmSqlElasticPoolDatabase
-
-
-
-
- New-AzureRmSqlElasticPool
-
-
-
-
- Remove-AzureRmSqlElasticPool
-
-
-
-
- Set-AzureRmSqlElasticPool
-
-
-
-
-
-
-
-
- Get-AzureRmSqlElasticPoolDatabase
-
- Gets elastic databases in an elastic pool and their property values.
-
-
-
-
- Get
- AzureRMSqlElasticPoolDatabase
-
-
-
- The Get-AzureRmSqlElasticPoolDatabase cmdlet gets elastic databases in an elastic pool and their property values. Specify the name of an elastic database in Azure SQL Database to see the property values for only that database.
-
-
-
- Get-AzureRmSqlElasticPoolDatabase
-
- ElasticPoolName
-
- Specifies the name of an elastic pool. This cmdlet gets databases in the pool that this parameter specifies.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the Azure SQL Database that this cmdlet gets.
-
- String
-
-
- ServerName
-
- Specifies the name of a server that contains an elastic pool. This cmdlet gets a database in a pool on the server that this parameter specifies.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group that contains an elastic pool. This cmdlet gets a database in a pool in the resource group that this parameter specifies.
-
- String
-
-
-
-
-
- ElasticPoolName
-
- Specifies the name of an elastic pool. This cmdlet gets databases in the pool that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the Azure SQL Database that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of a server that contains an elastic pool. This cmdlet gets a database in a pool on the server that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of a resource group that contains an elastic pool. This cmdlet gets a database in a pool in the resource group that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get all databases in an elastic pool --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlElasticPoolDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticPool01"
-
- This command gets all databases in an elastic pool named elasticPool01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlElasticPool
-
-
-
-
- Get-AzureRmSqlElasticPoolActivity
-
-
-
-
- New-AzureRmSqlElasticPool
-
-
-
-
- Remove-AzureRmSqlElasticPool
-
-
-
-
- Set-AzureRmSqlElasticPool
-
-
-
-
-
-
-
-
- Get-AzureRmSqlElasticPoolRecommendation
-
- Gets elastic pool recommendations.
-
-
-
-
- Get
- AzureRMSqlElasticPoolRecommendation
-
-
-
- The Get-AzureRmSqlElasticPoolRecommendation cmdlet gets elastic pool recommendations for a server. These recommendations include the following values:
- -- DatabaseCollection. Collection of database names that belong to the pool.
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ New-AzureRmSqlElasticPool
+
+
+
+ Remove-AzureRmSqlElasticPool
+
+
+
+ Set-AzureRmSqlElasticPool
+
+
+
+
+
+
+
+ Get-AzureRmSqlElasticPoolActivity
+
+ Gets the status of operations on an elastic pool.
+
+
+
+
+ Get
+ AzureRmSqlElasticPoolActivity
+
+
+
+ The Get-AzureRmSqlElasticPoolActivity cmdlet gets the status of operations on an elastic pool in Azure SQL Database. You can see status of pool creation and configuration updates.
+
+
+
+ Get-AzureRmSqlElasticPoolActivity
+
+ ServerName
+
+ Specifies the name of a server that contains an elastic pool. This cmdlet gets status for a pool on the server that this parameter specifies.
+
+ String
+
+
+ ElasticPoolName
+
+ Specifies the name of an elastic pool. This cmdlet gets status for the pool that this parameter specifies.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group that contains an elastic pool. This cmdlet gets status for a pool in the resource group that this parameter specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of a server that contains an elastic pool. This cmdlet gets status for a pool on the server that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ElasticPoolName
+
+ Specifies the name of an elastic pool. This cmdlet gets status for the pool that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group that contains an elastic pool. This cmdlet gets status for a pool in the resource group that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolActivityModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get the status of operations for an elastic pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlElasticPoolActivity -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01"
+
+ This command gets the status of the operations for the elastic pool named elasticPool01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlElasticPool
+
+
+
+ Get-AzureRmSqlElasticPoolDatabase
+
+
+
+ New-AzureRmSqlElasticPool
+
+
+
+ Remove-AzureRmSqlElasticPool
+
+
+
+ Set-AzureRmSqlElasticPool
+
+
+
+
+
+
+
+ Get-AzureRmSqlElasticPoolDatabase
+
+ Gets elastic databases in an elastic pool and their property values.
+
+
+
+
+ Get
+ AzureRmSqlElasticPoolDatabase
+
+
+
+ The Get-AzureRmSqlElasticPoolDatabase cmdlet gets elastic databases in an elastic pool and their property values. Specify the name of an elastic database in Azure SQL Database to see the property values for only that database.
+
+
+
+ Get-AzureRmSqlElasticPoolDatabase
+
+ ElasticPoolName
+
+ Specifies the name of an elastic pool. This cmdlet gets databases in the pool that this parameter specifies.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the Azure SQL Database that this cmdlet gets.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of a server that contains an elastic pool. This cmdlet gets a database in a pool on the server that this parameter specifies.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group that contains an elastic pool. This cmdlet gets a database in a pool in the resource group that this parameter specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ElasticPoolName
+
+ Specifies the name of an elastic pool. This cmdlet gets databases in the pool that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the Azure SQL Database that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of a server that contains an elastic pool. This cmdlet gets a database in a pool on the server that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group that contains an elastic pool. This cmdlet gets a database in a pool in the resource group that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get all databases in an elastic pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlElasticPoolDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticPool01"
+
+ This command gets all databases in an elastic pool named elasticPool01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlElasticPool
+
+
+
+ Get-AzureRmSqlElasticPoolActivity
+
+
+
+ New-AzureRmSqlElasticPool
+
+
+
+ Remove-AzureRmSqlElasticPool
+
+
+
+ Set-AzureRmSqlElasticPool
+
+
+
+
+
+
+
+ Get-AzureRmSqlElasticPoolRecommendation
+
+ Gets elastic pool recommendations.
+
+
+
+
+ Get
+ AzureRmSqlElasticPoolRecommendation
+
+
+
+ The Get-AzureRmSqlElasticPoolRecommendation cmdlet gets elastic pool recommendations for a server. These recommendations include the following values:
+ -- DatabaseCollection. Collection of database names that belong to the pool.
-- DatabaseDtuMin. Data Transmission Unit (DTU) guarantee for database in elastic pool.
-- DatabaseDtuMax. DTU cap for database in elastic pool.
-- Dtu. DTU guarantee for elastic pool.
@@ -3664,255 +4607,319 @@ Unit : Percent
-- Edition. Edition for elastic pool. Valid values are: Basic, Standard, and Premium.
-- IncludeAllDatabases. Whether to include all databases in the server in the elastic pool.
-- Name. Name of the elastic pool.
-
-
-
- Get-AzureRmSqlElasticPoolRecommendation
-
- ServerName
-
- Specifies the name of the server for which this cmdlet gets recommendations.
-
- String
-
-
- ResourceGroupName
-
- Specifies name of the resource group that contains the server.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server for which this cmdlet gets recommendations.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies name of the resource group that contains the server.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get recommendations for a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlElasticPoolRecommendation -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command gets the elastic pool recommendations for the server named server01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServer
-
- Returns information about Azure SQL Database servers.
-
-
-
-
- Get
- AzureRMSqlServer
-
-
-
- The Get-AzureRmSqlServer cmdlet returns information about one or more Azure SQL Database servers. Specify the name of a server to see information about only that server.
-
-
-
- Get-AzureRmSqlServer
-
- ServerName
-
- Specifies the name of the server that this cmdlet gets.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the servers that this cmdlet gets.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the servers that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get all Azure SQL Servers in a resource group --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServer –ResourceGroupName "resourcegroup01"
-
- This command gets information about all the Azure SQL Database servers in the resource group resourcegroup01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+ Get-AzureRmSqlElasticPoolRecommendation
+
+ ServerName
+
+ Specifies the name of the server for which this cmdlet gets recommendations.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies name of the resource group that contains the server.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server for which this cmdlet gets recommendations.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies name of the resource group that contains the server.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get recommendations for a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlElasticPoolRecommendation -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets the elastic pool recommendations for the server named server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServer
+
+ Returns information about Azure SQL Database servers.
+
+
+
+
+ Get
+ AzureRmSqlServer
+
+
+
+ The Get-AzureRmSqlServer cmdlet returns information about one or more Azure SQL Database servers. Specify the name of a server to see information about only that server.
+
+
+
+ Get-AzureRmSqlServer
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet gets.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the servers that this cmdlet gets.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the servers that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get all Azure SQL Servers in a resource group --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServer –ResourceGroupName "resourcegroup01"
+
+ This command gets information about all the Azure SQL Database servers in the resource group resourcegroup01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
Location : Central US
SqlAdministratorLogin : adminLogin
@@ -3927,53 +4934,52 @@ SqlAdministratorLogin : adminLogin
SqlAdministratorPassword :
ServerVersion : 12.0
Tags :
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get information about an Azure SQL Database server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServer -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command gets information about the Azure SQL Database server named server01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Get information about an Azure SQL Database server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServer -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets information about the Azure SQL Database server named server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
Location : Central US
SqlAdministratorLogin : adminLogin
SqlAdministratorPassword :
ServerVersion : 12.0
-Tags :
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Get all Azure SQL Servers in the subscription --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmResourceGroup | Get-AzureRmSqlServer
-
- This command gets information about all the Azure SQL Database servers in the current subscription.
-
-
- ResourceGroupName : resourcegroup01
+Tags :
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Get all Azure SQL Servers in the subscription --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmResourceGroup | Get-AzureRmSqlServer
+
+ This command gets information about all the Azure SQL Database servers in the current subscription.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
Location : Central US
SqlAdministratorLogin : adminLogin
@@ -3996,490 +5002,786 @@ SqlAdministratorLogin : adminLogin
SqlAdministratorPassword :
ServerVersion : 12.0
Tags :
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- New-AzureRmSqlServer
-
-
-
-
- Remove-AzureRmSqlServer
-
-
-
-
- Set-AzureRmSqlServer
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerActiveDirectoryAdministrator
-
- Gets information about an Azure AD administrator for SQL Server.
-
-
-
-
- Get
- AzureRMSqlServerActiveDirectoryAdministrator
-
-
-
- The Get-AzureRmSqlServerActiveDirectoryAdministrator cmdlet gets information about an Azure Active Directory (Azure AD) administrator for an Azure SQL Server in the current subscription.
-
-
-
- Get-AzureRmSqlServerActiveDirectoryAdministrator
-
- ServerName
-
- Specifies the name of the SQL Server for which this cmdlet gets information.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the SQL Server for which this cmdlet gets information.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the SQL Server for which this cmdlet gets information.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the SQL Server for which this cmdlet gets information.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Gets information about an administrator for a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
-
- This command gets information about an Azure AD administrator for a server named Server06 that is associated with resource group named Resourcegroup01.
-
-
- ResourceGroupName ServerName DisplayName ObjectId
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ New-AzureRmSqlServer
+
+
+
+ Remove-AzureRmSqlServer
+
+
+
+ Set-AzureRmSqlServer
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerActiveDirectoryAdministrator
+
+ Gets information about an Azure AD administrator for SQL Server.
+
+
+
+
+ Get
+ AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+ The Get-AzureRmSqlServerActiveDirectoryAdministrator cmdlet gets information about an Azure Active Directory (Azure AD) administrator for an Azure SQL Server in the current subscription.
+
+
+
+ Get-AzureRmSqlServerActiveDirectoryAdministrator
+
+ ServerName
+
+ Specifies the name of the SQL Server for which this cmdlet gets information.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the SQL Server for which this cmdlet gets information.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the SQL Server for which this cmdlet gets information.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the SQL Server for which this cmdlet gets information.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Gets information about an administrator for a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets information about an Azure AD administrator for a server named Server06 that is associated with resource group named Resourcegroup01.
+
+
+ ResourceGroupName ServerName DisplayName ObjectId
----------------- ---------- ----------- --------
resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
-
-
-
-
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlServerActiveDirectoryAdministrator
-
-
-
-
- Set-AzureRmSqlServerActiveDirectoryAdministrator
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerAuditingPolicy
-
- Gets the auditing policy of an Azure SQL server.
-
-
-
-
- Get
- AzureRMSqlServerAuditingPolicy
-
-
-
- The Get-AzureRmSqlServerAuditingPolicy cmdlet gets the auditing policy of an Azure SQL server. Specify the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. This cmdlet returns a policy that is used by the Azure SQL databases that are both defined in the specified Azure SQL server and use its auditing policy.
-
-
-
- Get-AzureRmSqlServerAuditingPolicy
-
- ServerName
-
- Specifies the name of the Azure SQL server for which this cmdlet gets an auditing policy.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the Azure SQL server.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the Azure SQL server for which this cmdlet gets an auditing policy.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the Azure SQL server.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get the auditing policy of an Azure SQL server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command gets the auditing policy of the server server02 in resource group resourcegroup01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+
+
+ Remove-AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+ Set-AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerAuditingPolicy
+
+ Gets the auditing policy of an Azure SQL server.
+
+
+
+
+ Get
+ AzureRmSqlServerAuditingPolicy
+
+
+
+ The Get-AzureRmSqlServerAuditingPolicy cmdlet gets the auditing policy of an Azure SQL server. Specify the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. This cmdlet returns a policy that is used by the Azure SQL databases that are both defined in the specified Azure SQL server and use its auditing policy.
+
+
+
+ Get-AzureRmSqlServerAuditingPolicy
+
+ ServerName
+
+ Specifies the name of the Azure SQL server for which this cmdlet gets an auditing policy.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the Azure SQL server.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the Azure SQL server for which this cmdlet gets an auditing policy.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the Azure SQL server.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get the auditing policy of an Azure SQL server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets the auditing policy of the server server02 in resource group resourcegroup01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
StorageAccountName :
StorageKeyType : Primary
EventType : {PlainSQL_Success, PlainSQL_Failure, ParameterizedSQL_Success, ParameterizedSQL_Failure...}
AuditState : New
RetentionInDays : 0
-TableIdentifier : Server01
+TableIdentifier : Server01
+
+
+
+
+
+
+
+
+
+
+
+
+ Set-AzureRmSqlServerAuditingPolicy
+
+
+
+ Use-AzureRmSqlServerAuditingPolicy
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerCommunicationLink
+
+ Gets communication links for elastic database transactions between Azure SQL Database servers.
+
+
+
+
+ Get
+ AzureRmSqlServerCommunicationLink
+
+
+
+ The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server communication links for Elastic transactions. Specify the name of a server communication link to see the properties for that link.
+
+
+
+ Get-AzureRmSqlServerCommunicationLink
+
+ LinkName
+
+ Specifies the name of the server communication link that this cmdlet gets.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server communication link that this cmdlet gets.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ LinkName
+
+ Specifies the name of the server communication link that this cmdlet gets.
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server communication link that this cmdlet gets.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get all communication links for a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17"
+
+ This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Get a specific communication link for a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer01" -LinkName "Link01"
+
+ This command gets the server-to-server communication link named Link01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ New-AzureRmSqlServerCommunicationLink
+
+
+
+ Remove-AzureRmSqlServerCommunicationLink
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerFirewallRule
+
+ Gets firewall rules for an Azure SQL Database server.
+
+
+
+
+ Get
+ AzureRmSqlServerFirewallRule
+
+
+
+ The Get-AzureRmSqlServerFirewallRule cmdlet gets firewall rules for an Azure SQL Database server. If you specify the name of a firewall rule, this cmdlet gets information about that specific firewall rule.
+
+
+
+ Get-AzureRmSqlServerFirewallRule
+
+ FirewallRuleName
+
+ Specifies the name of the firewall rule that this cmdlet gets.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet gets firewall rules from the server that this parameter specifies.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet gets firewall rules on a server in the resource group that this parameter specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ FirewallRuleName
+
+ Specifies the name of the firewall rule that this cmdlet gets.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet gets firewall rules from the server that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet gets firewall rules on a server in the resource group that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Set-AzureRmSqlServerAuditingPolicy
-
-
-
-
- Use-AzureRmSqlServerAuditingPolicy
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerFirewallRule
-
- Gets firewall rules for an Azure SQL Database server.
-
-
-
-
- Get
- AzureRMSqlServerFirewallRule
-
-
-
- The Get-AzureRmSqlServerFirewallRule cmdlet gets firewall rules for an Azure SQL Database server. If you specify the name of a firewall rule, this cmdlet gets information about that specific firewall rule.
-
-
-
- Get-AzureRmSqlServerFirewallRule
-
- FirewallRuleName
-
- Specifies the name of the firewall rule that this cmdlet gets.
-
- String
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet gets firewall rules from the server that this parameter specifies.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet gets firewall rules on a server in the resource group that this parameter specifies.
-
- String
-
-
-
-
-
- FirewallRuleName
-
- Specifies the name of the firewall rule that this cmdlet gets.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet gets firewall rules from the server that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet gets firewall rules on a server in the resource group that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get all rules for a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerFirewallRule -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command gets all the firewall rules for the server named server01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get all rules for a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerFirewallRule -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets all the firewall rules for the server named server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
StartIpAddress : 0.0.0.0
EndIpAddress : 0.0.0.0
@@ -4489,204 +5791,232 @@ ResourceGroupName : resourcegroup01
ServerName : server01
StartIpAddress : 1.2.3.4
EndIpAddress : 4.3.2.1
-FirewallRuleName : rule01
+FirewallRuleName : rule01
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ New-AzureRmSqlServerFirewallRule
+
+
+
+ Remove-AzureRmSqlServerFirewallRule
+
+
+
+ Set-AzureRmSqlServerFirewallRule
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerServiceObjective
+
+ Gets service objectives for an Azure SQL Database server.
+
+
+
+
+ Get
+ AzureRmSqlServerServiceObjective
+
+
+
+ The Get-AzureRmSqlServerServiceObjective cmdlet gets the available service objectives for an Azure SQL Database server.
+
+
+
+ Get-AzureRmSqlServerServiceObjective
+
+ ServiceObjectiveName
+
+ Specifies the name of a service objective for an Azure SQL Database server. Valid values are: Basic, S0, S1, S2, P1, P2, and P3.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of an Azure SQL Database server. This cmdlet gets service objectives for the server that this parameter specifies.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of an Azure SQL Database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet gets service objectives for an Azure SQL Database server in the resource group that this parameter specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServiceObjectiveName
+
+ Specifies the name of a service objective for an Azure SQL Database server. Valid values are: Basic, S0, S1, S2, P1, P2, and P3.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of an Azure SQL Database server. This cmdlet gets service objectives for the server that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of an Azure SQL Database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet gets service objectives for an Azure SQL Database server in the resource group that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- New-AzureRmSqlServerFirewallRule
-
-
-
-
- Remove-AzureRmSqlServerFirewallRule
-
-
-
-
- Set-AzureRmSqlServerFirewallRule
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerServiceObjective
-
- Gets service objectives for an Azure SQL Database server.
-
-
-
-
- Get
- AzureRMSqlServerServiceObjective
-
-
-
- The Get-AzureRmSqlServerServiceObjective cmdlet gets the available service objectives for an Azure SQL Database server.
-
-
-
- Get-AzureRmSqlServerServiceObjective
-
- ServiceObjectiveName
-
- Specifies the name of a service objective for an Azure SQL Database server. Valid values are: Basic, S0, S1, S2, P1, P2, and P3.
-
- String
-
-
- ServerName
-
- Specifies the name of an Azure SQL Database server. This cmdlet gets service objectives for the server that this parameter specifies.
-
- String
-
-
- DatabaseName
-
- Specifies the name of an Azure SQL Database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet gets service objectives for an Azure SQL Database server in the resource group that this parameter specifies.
-
- String
-
-
-
-
-
- ServiceObjectiveName
-
- Specifies the name of a service objective for an Azure SQL Database server. Valid values are: Basic, S0, S1, S2, P1, P2, and P3.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of an Azure SQL Database server. This cmdlet gets service objectives for the server that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of an Azure SQL Database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet gets service objectives for an Azure SQL Database server in the resource group that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get a service objective --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerServiceObjective -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command gets the service objective for the server named server01. The command specifies the database named database01.
-
-
- ResourceGroupName ServerName ServiceObjectiveName Description Enabled IsDefault IsSystem
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServiceObjective.Model.AzureSqlServerServiceObjectiveModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get a service objective --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerServiceObjective -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command gets the service objective for the server named server01. The command specifies the database named database01.
+
+
+ ResourceGroupName ServerName ServiceObjectiveName Description Enabled IsDefault IsSystem
----------------- ---------- -------------------- ----------- ------- --------- --------
resourcegroup01 server01 ElasticPool True False False
resourcegroup01 server01 System True False True
@@ -4702,802 +6032,725 @@ resourcegroup01 server01 P1 True True
resourcegroup01 server01 P2 True False False
resourcegroup01 server01 P3 True False False
resourcegroup01 server01 P4 True False False
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerUpgrade
-
- Gets the status of an Azure SQL Database server upgrade.
-
-
-
-
- Get
- AzureRMSqlServerUpgrade
-
-
-
- The Get-AzureRmSqlServerUpgrade cmdlet gets the status of an Azure SQL Database server upgrade.
-
-
-
- Get-AzureRmSqlServerUpgrade
-
- ServerName
-
- Specifies the name of the server about which this cmdlet gets upgrade status.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server about which this cmdlet gets upgrade status.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server about which this cmdlet gets upgrade status.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server about which this cmdlet gets upgrade status.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get the status of an upgrade --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server01" | Format-List
-
-
- This command gets the status of an upgrade request from the server named server01 in resource group named resourcegroup01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerUpgrade
+
+ Gets the status of an Azure SQL Database server upgrade.
+
+
+
+
+ Get
+ AzureRmSqlServerUpgrade
+
+
+
+ The Get-AzureRmSqlServerUpgrade cmdlet gets the status of an Azure SQL Database server upgrade.
+
+
+
+ Get-AzureRmSqlServerUpgrade
+
+ ServerName
+
+ Specifies the name of the server about which this cmdlet gets upgrade status.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server about which this cmdlet gets upgrade status.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server about which this cmdlet gets upgrade status.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server about which this cmdlet gets upgrade status.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get the status of an upgrade --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server01" | Format-List
+
+ This command gets the status of an upgrade request from the server named server01 in resource group named resourcegroup01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
Status : Queued
-
-
-
-
-
-
-
-
-
-
-
-
- Start-AzureRmSqlServerUpgrade
-
-
-
-
- Stop-AzureRmSqlServerUpgrade
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerUpgradeHint
-
- Gets pricing tier hints for upgrading a SQL Database server.
-
-
-
-
- Get
- AzureRMSqlServerUpgradeHint
-
-
-
- The Get-AzureRmSqlServerUpgradeHint cmdlet gets pricing tier hints for upgrading an Azure SQL Database server. Hints may contain the elastic database pool and stand-alone database hints. Databases that are still in Web and Business pricing tiers get a hint to upgrade to the new Basic, Standard, or Premium pricing tiers, or to go into the elastic database pool. This cmdlet returns hints for all databases that the specified server hosts.
-
-
-
- Get-AzureRmSqlServerUpgradeHint
-
- ServerName
-
- Specifies the name of the server for which this cmdlet gets an upgrade hint.
-
- String
-
-
- ExcludeElasticPools
-
- Indicates whether to exclude databases that are included in elastic database pool recommendations.
-
- Boolean
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server for which this cmdlet gets an upgrade hint.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server for which this cmdlet gets an upgrade hint.
-
- String
-
- String
-
-
- none
-
-
- ExcludeElasticPools
-
- Indicates whether to exclude databases that are included in elastic database pool recommendations.
-
- Boolean
-
- Boolean
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server for which this cmdlet gets an upgrade hint.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get combined recommendations --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command gets combined recommendations for all the databases on server named server01.
-
-
- ElasticPools Databases
+
+
+
+
+
+
+
+
+
+
+
+
+ Start-AzureRmSqlServerUpgrade
+
+
+
+ Stop-AzureRmSqlServerUpgrade
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerUpgradeHint
+
+ Gets pricing tier hints for upgrading a SQL Database server.
+
+
+
+
+ Get
+ AzureRmSqlServerUpgradeHint
+
+
+
+ The Get-AzureRmSqlServerUpgradeHint cmdlet gets pricing tier hints for upgrading an Azure SQL Database server. Hints may contain the elastic database pool and stand-alone database hints. Databases that are still in Web and Business pricing tiers get a hint to upgrade to the new Basic, Standard, or Premium pricing tiers, or to go into the elastic database pool. This cmdlet returns hints for all databases that the specified server hosts.
+
+
+
+ Get-AzureRmSqlServerUpgradeHint
+
+ ServerName
+
+ Specifies the name of the server for which this cmdlet gets an upgrade hint.
+
+ String
+
+
+ ExcludeElasticPools
+
+ Indicates whether to exclude databases that are included in elastic database pool recommendations.
+
+ Boolean
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server for which this cmdlet gets an upgrade hint.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server for which this cmdlet gets an upgrade hint.
+
+ String
+
+ String
+
+
+ none
+
+
+ ExcludeElasticPools
+
+ Indicates whether to exclude databases that are included in elastic database pool recommendations.
+
+ Boolean
+
+ Boolean
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server for which this cmdlet gets an upgrade hint.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Get combined recommendations --------------------------
+
+ PS C:\>
+
+ PS C:\> Get-AzureRmSqlServerUpgradeHint -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command gets combined recommendations for all the databases on server named server01.
+
+
+ ElasticPools Databases
------------ ---------
{} {database01, database02}
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseExpanded
-
-
-
-
- Get-AzureRmSqlElasticPoolRecommendation
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerCommunicationLink
-
- Gets communication links for elastic database transactions between Azure SQL Database servers.
-
-
-
-
- Get
- AzureRmSqlServerCommunicationLink
-
-
-
- The Get-AzureRmSqlServerCommunicationLink cmdlet gets server-to-server communication links for Elastic transactions. Specify the name of a server communication link to see the properties for that link.
-
-
-
- Get-AzureRmSqlServerCommunicationLink
-
- LinkName
-
- Specifies the name of the server communication link that this cmdlet gets.
-
- String
-
-
- ServerName
-
- Specifies the name of a server. This server contains the communication link that this cmdlet gets.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.
-
- String
-
-
-
-
-
- LinkName
-
- Specifies the name of the server communication link that this cmdlet gets.
-
- String
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the one of the servers that contain the server communication link that this cmdlet gets.
-
- String
-
- String
-
-
-
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server communication link that this cmdlet gets.
-
- String
-
- String
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Get all communication links for a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17"
-
- This command gets all server-to-server communication links for elastic database transactions for the server named ContosoServer17.
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Get a specific communication link for a server --------------------------
-
- PS C:\>
-
- PS C:\> Get-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer01" -LinkName "Link01"
-
- This command gets the server-to-server communication link named Link01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- New-AzureRmSqlServerCommunicationLink
-
-
-
-
- Remove-AzureRmSqlServerCommunicationLink
-
-
-
-
-
-
-
-
- New-AzureRmSqlDatabase
-
- Creates an Azure SQL database or an elastic database.
-
-
-
-
- New
- AzureRMSqlDatabase
-
-
-
- The New-AzureRmSqlDatabase cmdlet creates a new Azure SQL database.
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseExpanded
+
+
+
+ Get-AzureRmSqlElasticPoolRecommendation
+
+
+
+
+
+
+
+ New-AzureRmSqlDatabase
+
+ Creates an Azure SQL database or an elastic database.
+
+
+
+
+ New
+ AzureRmSqlDatabase
+
+
+
+ The New-AzureRmSqlDatabase cmdlet creates a new Azure SQL database.
You can also create an elastic database by setting the ElasticPoolName parameter to an existing elastic pool.
-
-
-
- New-AzureRmSqlDatabase
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- CollationName
-
- Specifies the name of the Azure SQL database collation.
-
- String
-
-
- CatalogCollation
-
- Specifies the name of the Azure SQL database catalog collation.
-
- String
-
-
- MaxSizeBytes
-
- Specifies the maximum size of the database in bytes.
-
- Int64
-
-
- Edition
-
- Specifies the edition to assign to the database. Valid values are:
+
+
+
+ New-AzureRmSqlDatabase
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ CollationName
+
+ Specifies the name of the Azure SQL database collation.
+
+ String
+
+
+ CatalogCollation
+
+ Specifies the name of the Azure SQL database catalog collation.
+
+ String
+
+
+ MaxSizeBytes
+
+ Specifies the maximum size of the database in bytes.
+
+ Int64
+
+
+ Edition
+
+ Specifies the edition to assign to the database. Valid values are:
-- Default
-- None
-- Premium
-- Basis
-- Standard
-
- DatabaseEdition
-
-
- RequestedServiceObjectiveName
-
- Specifies the name of the service objective to assign to the database.
-
- String
-
-
- ElasticPoolName
-
- Specifies the name of the elastic pool in which to put the database.
-
- String
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the new server.
-
- Dictionary`2[String]
-
-
- ServerName
-
- Specifies the name of the server to create the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that the server is in.
-
- String
-
-
-
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- CollationName
-
- Specifies the name of the Azure SQL database collation.
-
- String
-
- String
-
-
- none
-
-
- CatalogCollation
-
- Specifies the name of the Azure SQL database catalog collation.
-
- String
-
- String
-
-
- none
-
-
- MaxSizeBytes
-
- Specifies the maximum size of the database in bytes.
-
- Int64
-
- Int64
-
-
- none
-
-
- Edition
-
- Specifies the edition to assign to the database. Valid values are:
+
+ DatabaseEdition
+
+
+ RequestedServiceObjectiveName
+
+ Specifies the name of the service objective to assign to the database.
+
+ String
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool in which to put the database.
+
+ String
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the new server.
+
+ Dictionary`2[String]
+
+
+ ServerName
+
+ Specifies the name of the server to create the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the server is in.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ CollationName
+
+ Specifies the name of the Azure SQL database collation.
+
+ String
+
+ String
+
+
+ none
+
+
+ CatalogCollation
+
+ Specifies the name of the Azure SQL database catalog collation.
+
+ String
+
+ String
+
+
+ none
+
+
+ MaxSizeBytes
+
+ Specifies the maximum size of the database in bytes.
+
+ Int64
+
+ Int64
+
+
+ none
+
+
+ Edition
+
+ Specifies the edition to assign to the database. Valid values are:
-- Default
-- None
-- Premium
-- Basis
-- Standard
-
- DatabaseEdition
-
- DatabaseEdition
-
-
- none
-
-
- RequestedServiceObjectiveName
-
- Specifies the name of the service objective to assign to the database.
-
- String
-
- String
-
-
- none
-
-
- ElasticPoolName
-
- Specifies the name of the elastic pool in which to put the database.
-
- String
-
- String
-
-
- none
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the new server.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server to create the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that the server is in.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Create an database in a specified server --------------------------
-
- PS C:\>
-
- PS C:\> New-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command creates a database named database01 in server server01.
-
-
- ResourceGroupName : resourcegroup01
+
+ DatabaseEdition
+
+ DatabaseEdition
+
+
+ none
+
+
+ RequestedServiceObjectiveName
+
+ Specifies the name of the service objective to assign to the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool in which to put the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the new server.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server to create the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the server is in.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Create an database in a specified server --------------------------
+
+ PS C:\>
+
+ PS C:\> New-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command creates a database named database01 in server server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : database01
Location : Central US
@@ -5515,26 +6768,26 @@ RequestedServiceObjectiveName :
ElasticPoolName :
EarliestRestoreDate :
Tags :
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Create an elastic database in a specified server --------------------------
-
- PS C:\>
-
- PS C:\> New-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -ElasticPoolName "elasticpool01"
-
- This command creates a database named database01 in the elastic pool named elasticpool01 in server server01.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Create an elastic database in a specified server --------------------------
+
+ PS C:\>
+
+ PS C:\> New-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -ElasticPoolName "elasticpool01"
+
+ This command creates a database named database01 in the elastic pool named elasticpool01 in server server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : database02
Location : Central US
@@ -5552,1245 +6805,1337 @@ RequestedServiceObjectiveName :
ElasticPoolName : elasticpool01
EarliestRestoreDate :
Tags :
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabase
-
-
-
-
- Remove-AzureRmSqlDatabase
-
-
-
-
- Resume-AzureRmSqlDatabase
-
-
-
-
- Set-AzureRmSqlDatabase
-
-
-
-
- Suspend-AzureRmSqlDatabase
-
-
-
-
- Azure SQL Database
-
-
-
-
- New-AzureRmSqlServer
-
-
-
-
- New-AzureRmSqlElasticPool
-
-
-
-
-
-
-
-
- New-AzureRmSqlDatabaseCopy
-
- Creates a copy of an existing Azure SQL Database using the snapshot of the data at the time of the call.
-
-
-
-
- New
- AzureRMSqlDatabaseCopy
-
-
-
- This cmdlet replaces the Start-AzureRqlDatabaseCopy cmdlet when used to create a one-time database copy. It returns the database object of the copy.
- Note: Use New-AzureRmSqlDatabaseSecondary for setting up geo-replication for a database.
-
-
-
- New-AzureRmSqlDatabaseCopy
-
- DatabaseName
-
- The name of the Azure SQL Database to be copied.
-
- String
-
-
- ServiceObjectiveName
-
- The name of the service objective to assign to the copy.
-
- String
-
-
- ElasticPoolName
-
- The name of the Elastic Pool to put the copy in.
-
- String
-
-
- Tags
-
- The tags to associate with the Azure SQL Database copy.
-
- Dictionary`2[String]
-
-
- CopyResourceGroupName
-
- The name of the Azure Resource Group to create copy in.
-
- String
-
-
- CopyServerName
-
- The name of the Azure SQL Server to create copy in.
-
- String
-
-
- CopyDatabaseName
-
- The name of the Azure SQL Database copy.
-
- String
-
-
- ServerName
-
- The name of the Azure SQL Server the database to be copied is in.
-
- String
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group the database to be copied is in.
-
- String
-
-
-
-
-
- DatabaseName
-
- The name of the Azure SQL Database to be copied.
-
- String
-
- String
-
-
-
-
-
-
- ServiceObjectiveName
-
- The name of the service objective to assign to the copy.
-
- String
-
- String
-
-
-
-
-
-
- ElasticPoolName
-
- The name of the Elastic Pool to put the copy in.
-
- String
-
- String
-
-
-
-
-
-
- Tags
-
- The tags to associate with the Azure SQL Database copy.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
-
-
-
-
- CopyResourceGroupName
-
- The name of the Azure Resource Group to create copy in.
-
- String
-
- String
-
-
-
-
-
-
- CopyServerName
-
- The name of the Azure SQL Server to create copy in.
-
- String
-
- String
-
-
-
-
-
-
- CopyDatabaseName
-
- The name of the Azure SQL Database copy.
-
- String
-
- String
-
-
-
-
-
-
- ServerName
-
- The name of the Azure SQL Server the database to be copied is in.
-
- String
-
- String
-
-
-
-
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group the database to be copied is in.
-
- String
-
- String
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
-
-
-
-
-
-
- New-AzureRmSqlDatabaseDataMaskingRule
-
- Creates a data masking rule for an Azure SQL database.
-
-
-
-
- New
- AzureRMSqlDatabaseDataMaskingRule
-
-
-
- The New-AzureRmSqlDatabaseDataMaskingRule cmdlet is used to create a data masking rule in an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, DatabaseName, and RuleId parameters to identify the rule. Provide the TableName and ColumnName to specify the target of the rule and the MaskingFunction parameter to define how the data is masked.
- If MaskingFunction has a value of Number or Text, you can specify the NumberFrom and NumberTo parameters, for number masking, or the PrefixSize, ReplacementString, and SuffixSize for text masking.
- If the command succeeds and the PassThru parameter is used, the cmdlet returns an object describing the data masking rule properties as well as the rule identifiers. Rule identifiers include, but are not limited to, ResourceGroupName, ServerName, DatabaseName, and RuleID.
-
-
-
- New-AzureRmSqlDatabaseDataMaskingRule
-
- ColumnName
-
- Specifies the name of the column that is the target of this masking rule.
-
- String
-
-
- SchemaName
-
-
-
- String
-
-
- TableName
-
- Specifies the name of the table in the database of which the masked column is part.
-
- String
-
-
- MaskingFunction
-
- Specifies the masking function that the rule uses. Valid values are:
- -- Default
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabase
+
+
+
+ Remove-AzureRmSqlDatabase
+
+
+
+ Resume-AzureRmSqlDatabase
+
+
+
+ Set-AzureRmSqlDatabase
+
+
+
+ Suspend-AzureRmSqlDatabase
+
+
+
+ Azure SQL Database
+
+
+
+ New-AzureRmSqlServer
+
+
+
+ New-AzureRmSqlElasticPool
+
+
+
+
+
+
+
+ New-AzureRmSqlDatabaseCopy
+
+ Creates a copy of an existing Azure SQL Database using the snapshot of the data at the time of the call.
+
+
+
+
+ New
+ AzureRmSqlDatabaseCopy
+
+
+
+ This cmdlet replaces the Start-AzureRqlDatabaseCopy cmdlet when used to create a one-time database copy. It returns the database object of the copy.
+ Note: Use New-AzureRmSqlDatabaseSecondary for setting up geo-replication for a database.
+
+
+
+ New-AzureRmSqlDatabaseCopy
+
+ DatabaseName
+
+ The name of the Azure SQL Database to be copied.
+
+ String
+
+
+ ServiceObjectiveName
+
+ The name of the service objective to assign to the copy.
+
+ String
+
+
+ ElasticPoolName
+
+ The name of the Elastic Pool to put the copy in.
+
+ String
+
+
+ Tags
+
+ The tags to associate with the Azure SQL Database copy.
+
+ Dictionary`2[String]
+
+
+ CopyResourceGroupName
+
+ The name of the Azure Resource Group to create copy in.
+
+ String
+
+
+ CopyServerName
+
+ The name of the Azure SQL Server to create copy in.
+
+ String
+
+
+ CopyDatabaseName
+
+ The name of the Azure SQL Database copy.
+
+ String
+
+
+ ServerName
+
+ The name of the Azure SQL Server the database to be copied is in.
+
+ String
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group the database to be copied is in.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ The name of the Azure SQL Database to be copied.
+
+ String
+
+ String
+
+
+
+
+
+ ServiceObjectiveName
+
+ The name of the service objective to assign to the copy.
+
+ String
+
+ String
+
+
+
+
+
+ ElasticPoolName
+
+ The name of the Elastic Pool to put the copy in.
+
+ String
+
+ String
+
+
+
+
+
+ Tags
+
+ The tags to associate with the Azure SQL Database copy.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+
+
+
+ CopyResourceGroupName
+
+ The name of the Azure Resource Group to create copy in.
+
+ String
+
+ String
+
+
+
+
+
+ CopyServerName
+
+ The name of the Azure SQL Server to create copy in.
+
+ String
+
+ String
+
+
+
+
+
+ CopyDatabaseName
+
+ The name of the Azure SQL Database copy.
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ The name of the Azure SQL Server the database to be copied is in.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group the database to be copied is in.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ New-AzureRmSqlDatabaseDataMaskingRule
+
+ Creates a data masking rule for an Azure SQL database.
+
+
+
+
+ New
+ AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ The New-AzureRmSqlDatabaseDataMaskingRule cmdlet is used to create a data masking rule in an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, DatabaseName, and RuleId parameters to identify the rule. Provide the TableName and ColumnName to specify the target of the rule and the MaskingFunction parameter to define how the data is masked.
+ If MaskingFunction has a value of Number or Text, you can specify the NumberFrom and NumberTo parameters, for number masking, or the PrefixSize, ReplacementString, and SuffixSize for text masking.
+ If the command succeeds and the PassThru parameter is used, the cmdlet returns an object describing the data masking rule properties as well as the rule identifiers. Rule identifiers include, but are not limited to, ResourceGroupName, ServerName, DatabaseName, and RuleID.
+
+
+
+ New-AzureRmSqlDatabaseDataMaskingRule
+
+ MaskingFunction
+
+ Specifies the masking function that the rule uses. Valid values are:
+ -- Default
-- NoMasking
-- Text
-- Number
-- SocialSecurityNumber
-- CreditCardNumber
-- Email
- The default value is Default.
-
- String
-
-
- PrefixSize
-
- Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
-
- ReplacementString
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is an empty string.
-
- String
-
-
- SuffixSize
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
-
- NumberFrom
-
- Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
-
- NumberTo
-
- Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- RuleId
-
- Specifies the identifier for the data masking rule.
-
- String
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
-
-
-
-
- ColumnName
-
- Specifies the name of the column that is the target of this masking rule.
-
- String
-
- String
-
-
- none
-
-
- SchemaName
-
-
-
- String
-
- String
-
-
- none
-
-
- TableName
-
- Specifies the name of the table in the database of which the masked column is part.
-
- String
-
- String
-
-
- none
-
-
- MaskingFunction
-
- Specifies the masking function that the rule uses. Valid values are:
- -- Default
+ The default value is Default.
+
+ String
+
+
+ PrefixSize
+
+ Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+
+ ReplacementString
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is an empty string.
+
+ String
+
+
+ SuffixSize
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+
+ NumberFrom
+
+ Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+
+ NumberTo
+
+ Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ SchemaName
+
+
+
+ String
+
+
+ TableName
+
+ Specifies the name of the table in the database of which the masked column is part.
+
+ String
+
+
+ ColumnName
+
+ Specifies the name of the column that is the target of this masking rule.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ MaskingFunction
+
+ Specifies the masking function that the rule uses. Valid values are:
+ -- Default
-- NoMasking
-- Text
-- Number
-- SocialSecurityNumber
-- CreditCardNumber
-- Email
- The default value is Default.
-
- String
-
- String
-
-
- none
-
-
- PrefixSize
-
- Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
- Nullable`1[UInt32]
-
-
- none
-
-
- ReplacementString
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is an empty string.
-
- String
-
- String
-
-
- none
-
-
- SuffixSize
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
- Nullable`1[UInt32]
-
-
- none
-
-
- NumberFrom
-
- Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
- Nullable`1[Double]
-
-
- none
-
-
- NumberTo
-
- Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
- Nullable`1[Double]
-
-
- none
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- RuleId
-
- Specifies the identifier for the data masking rule.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Create a data masking rule for a number column in a database --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -RuleId "rule01" -SchemaName "schema01" -TableName "table01" -ColumnName "column01" -MaskingFunction Number -NumberFrom 5 -NumberTo 14
-
- This command creates a data masking rule for the column named column01 in the table named table01 in the schema named schema01. database01 contains all these elements. The rule is a number masking rule that uses a random number between 5 and 14 as the masked value. The rule is named rule01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Remove-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- New-AzureRmSqlDatabaseSecondary
-
- Creates a new secondary database for an existing Azure SQL Database and starts data replication.
-
-
-
-
- New
- AzureRMSqlDatabaseSecondary
-
-
-
- This cmdlet replaces the Start-AzureSqlDatabaseCopy cmdlet when used for setting up geo-replication for a database. It returns the geo-replication link object from the primary to the secondary database.
-
-
-
- New-AzureRmSqlDatabaseSecondary
-
- DatabaseName
-
- The name of the Azure SQL Database to act as primary.
-
- String
-
-
- SecondaryServiceObjectiveName
-
- The name of the service objective to assign to the secondary.
-
- String
-
-
- SecondaryElasticPoolName
-
- The name of the Elastic Pool to put the secondary in.
-
- String
-
-
- Tags
-
- The tags to associate with the Azure SQL Database replication link.
-
- Dictionary`2[String]
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group to create secondary in.
-
- String
-
-
- PartnerServerName
-
- The name of the Azure SQL Server to create secondary in.
-
- String
-
-
- AllowConnections
-
- The read intent of the secondary Azure SQL Database.
-
- AllowConnections
-
-
- ServerName
-
- The name of the Azure SQL Server of the primary Azure SQL Database.
-
- String
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group of the primary Azure SQL Database.
-
- String
-
-
-
-
-
- DatabaseName
-
- The name of the Azure SQL Database to act as primary.
-
- String
-
- String
-
-
-
-
-
-
- SecondaryServiceObjectiveName
-
- The name of the service objective to assign to the secondary.
-
- String
-
- String
-
-
-
-
-
-
- SecondaryElasticPoolName
-
- The name of the Elastic Pool to put the secondary in.
-
- String
-
- String
-
-
-
-
-
-
- Tags
-
- The tags to associate with the Azure SQL Database replication link.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
-
-
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group to create secondary in.
-
- String
-
- String
-
-
-
-
-
-
- PartnerServerName
-
- The name of the Azure SQL Server to create secondary in.
-
- String
-
- String
-
-
-
-
-
-
- AllowConnections
-
- The read intent of the secondary Azure SQL Database.
-
- AllowConnections
-
- AllowConnections
-
-
-
-
-
-
- ServerName
-
- The name of the Azure SQL Server of the primary Azure SQL Database.
-
- String
-
- String
-
-
-
-
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group of the primary Azure SQL Database.
-
- String
-
- String
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
-
-
-
-
-
-
- New-AzureRmSqlElasticPool
-
- Creates an elastic database pool in Azure SQL Database.
-
-
-
-
- New
- AzureRMSqlElasticPool
-
-
-
- The New-AzureRmSqlElasticPool cmdlet creates an elastic database pool in Azure SQL Database.
-
-
-
- New-AzureRmSqlElasticPool
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet creates.
-
- String
-
-
- Edition
-
- Specifies the edition of Azure SQL Database for the elastic pool. Valid values are:
- -- Premium
+ The default value is Default.
+
+ String
+
+ String
+
+
+ none
+
+
+ PrefixSize
+
+ Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+ Nullable`1[UInt32]
+
+
+ none
+
+
+ ReplacementString
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is an empty string.
+
+ String
+
+ String
+
+
+ none
+
+
+ SuffixSize
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+ Nullable`1[UInt32]
+
+
+ none
+
+
+ NumberFrom
+
+ Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+ Nullable`1[Double]
+
+
+ none
+
+
+ NumberTo
+
+ Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+ Nullable`1[Double]
+
+
+ none
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ SchemaName
+
+
+
+ String
+
+ String
+
+
+ none
+
+
+ TableName
+
+ Specifies the name of the table in the database of which the masked column is part.
+
+ String
+
+ String
+
+
+ none
+
+
+ ColumnName
+
+ Specifies the name of the column that is the target of this masking rule.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ RuleId
+
+ Specifies the identifier for the data masking rule.
+
+ string
+
+ string
+
+
+ none
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Create a data masking rule for a number column in a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -RuleId "rule01" -SchemaName "schema01" -TableName "table01" -ColumnName "column01" -MaskingFunction Number -NumberFrom 5 -NumberTo 14
+
+ This command creates a data masking rule for the column named column01 in the table named table01 in the schema named schema01. database01 contains all these elements. The rule is a number masking rule that uses a random number between 5 and 14 as the masked value. The rule is named rule01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Remove-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ New-AzureRmSqlDatabaseSecondary
+
+ Creates a new secondary database for an existing Azure SQL Database and starts data replication.
+
+
+
+
+ New
+ AzureRmSqlDatabaseSecondary
+
+
+
+ This cmdlet replaces the Start-AzureSqlDatabaseCopy cmdlet when used for setting up geo-replication for a database. It returns the geo-replication link object from the primary to the secondary database.
+
+
+
+ New-AzureRmSqlDatabaseSecondary
+
+ DatabaseName
+
+ The name of the Azure SQL Database to act as primary.
+
+ String
+
+
+ SecondaryServiceObjectiveName
+
+ The name of the service objective to assign to the secondary.
+
+ String
+
+
+ SecondaryElasticPoolName
+
+ The name of the Elastic Pool to put the secondary in.
+
+ String
+
+
+ Tags
+
+ The tags to associate with the Azure SQL Database replication link.
+
+ Dictionary`2[String]
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group to create secondary in.
+
+ String
+
+
+ PartnerServerName
+
+ The name of the Azure SQL Server to create secondary in.
+
+ String
+
+
+ AllowConnections
+
+ The read intent of the secondary Azure SQL Database.
+
+ AllowConnections
+
+
+ ServerName
+
+ The name of the Azure SQL Server of the primary Azure SQL Database.
+
+ String
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group of the primary Azure SQL Database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ The name of the Azure SQL Database to act as primary.
+
+ String
+
+ String
+
+
+
+
+
+ SecondaryServiceObjectiveName
+
+ The name of the service objective to assign to the secondary.
+
+ String
+
+ String
+
+
+
+
+
+ SecondaryElasticPoolName
+
+ The name of the Elastic Pool to put the secondary in.
+
+ String
+
+ String
+
+
+
+
+
+ Tags
+
+ The tags to associate with the Azure SQL Database replication link.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group to create secondary in.
+
+ String
+
+ String
+
+
+
+
+
+ PartnerServerName
+
+ The name of the Azure SQL Server to create secondary in.
+
+ String
+
+ String
+
+
+
+
+
+ AllowConnections
+
+ The read intent of the secondary Azure SQL Database.
+
+ AllowConnections
+
+ AllowConnections
+
+
+
+
+
+ ServerName
+
+ The name of the Azure SQL Server of the primary Azure SQL Database.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group of the primary Azure SQL Database.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ New-AzureRmSqlElasticPool
+
+ Creates an elastic database pool in Azure SQL Database.
+
+
+
+
+ New
+ AzureRmSqlElasticPool
+
+
+
+ The New-AzureRmSqlElasticPool cmdlet creates an elastic database pool in Azure SQL Database.
+
+
+
+ New-AzureRmSqlElasticPool
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet creates.
+
+ String
+
+
+ Edition
+
+ Specifies the edition of Azure SQL Database for the elastic pool. Valid values are:
+ -- Premium
-- Basic
-- Standard
- For the current preview, the edition must be Standard.
-
- DatabaseEdition
-
-
- Dtu
-
- Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
- -- Basic. 100 DTUs
+ For the current preview, the edition must be Standard.
+
+ DatabaseEdition
+
+
+ Dtu
+
+ Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
+ -- Basic. 100 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
-
- StorageMB
-
- Specifies the storage limit, in megabytes, for the elastic pool. You cannot specify a value for this parameter for the Premium edition.
- If you do not specify this parameter, this cmdlet calculates a value based on the value of the Dtu parameter. We recommend that you do not specify the StorageMB parameter.
- If you specify StorageMB, but do not specify Dtu, the cmdlet calculates a value for Dtu. If you specify values for both, the values must be consistent. For more information about the relationship between storage and DTUs, see eDTU and storage limits for elastic pools and elastic databases.
-
- Int32
-
-
- DatabaseDtuMin
-
- Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
-
- Int32
-
-
- DatabaseDtuMax
-
- Specifies the maximum number of Database Throughput Units (DTUs) that any single database in the pool can consume. The default values for different editions are as follows:
- -- Basic. 5 DTUs
+
+ Int32
+
+
+ StorageMB
+
+ Specifies the storage limit, in megabytes, for the elastic pool. You cannot specify a value for this parameter for the Premium edition.
+ If you do not specify this parameter, this cmdlet calculates a value based on the value of the Dtu parameter. We recommend that you do not specify the StorageMB parameter.
+ If you specify StorageMB, but do not specify Dtu, the cmdlet calculates a value for Dtu. If you specify values for both, the values must be consistent. For more information about the relationship between storage and DTUs, see eDTU and storage limits for elastic pools and elastic databases.
+
+ Int32
+
+
+ DatabaseDtuMin
+
+ Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
+
+ Int32
+
+
+ DatabaseDtuMax
+
+ Specifies the maximum number of Database Throughput Units (DTUs) that any single database in the pool can consume. The default values for different editions are as follows:
+ -- Basic. 5 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
-
- Dictionary`2[String]
-
-
- ServerName
-
- Specifies the name of the server in which this cmdlet creates the elastic pool.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet creates.
-
- String
-
-
-
-
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet creates.
-
- String
-
- String
-
-
- none
-
-
- Edition
-
- Specifies the edition of Azure SQL Database for the elastic pool. Valid values are:
- -- Premium
+
+ Int32
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
+
+ Dictionary`2[String]
+
+
+ ServerName
+
+ Specifies the name of the server in which this cmdlet creates the elastic pool.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet creates.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet creates.
+
+ String
+
+ String
+
+
+ none
+
+
+ Edition
+
+ Specifies the edition of Azure SQL Database for the elastic pool. Valid values are:
+ -- Premium
-- Basic
-- Standard
- For the current preview, the edition must be Standard.
-
- DatabaseEdition
-
- DatabaseEdition
-
-
- none
-
-
- Dtu
-
- Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
- -- Basic. 100 DTUs
+ For the current preview, the edition must be Standard.
+
+ DatabaseEdition
+
+ DatabaseEdition
+
+
+ none
+
+
+ Dtu
+
+ Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
+ -- Basic. 100 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
- Int32
-
-
- none
-
-
- StorageMB
-
- Specifies the storage limit, in megabytes, for the elastic pool. You cannot specify a value for this parameter for the Premium edition.
- If you do not specify this parameter, this cmdlet calculates a value based on the value of the Dtu parameter. We recommend that you do not specify the StorageMB parameter.
- If you specify StorageMB, but do not specify Dtu, the cmdlet calculates a value for Dtu. If you specify values for both, the values must be consistent. For more information about the relationship between storage and DTUs, see eDTU and storage limits for elastic pools and elastic databases.
-
- Int32
-
- Int32
-
-
- none
-
-
- DatabaseDtuMin
-
- Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
-
- Int32
-
- Int32
-
-
- none
-
-
- DatabaseDtuMax
-
- Specifies the maximum number of Database Throughput Units (DTUs) that any single database in the pool can consume. The default values for different editions are as follows:
- -- Basic. 5 DTUs
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ StorageMB
+
+ Specifies the storage limit, in megabytes, for the elastic pool. You cannot specify a value for this parameter for the Premium edition.
+ If you do not specify this parameter, this cmdlet calculates a value based on the value of the Dtu parameter. We recommend that you do not specify the StorageMB parameter.
+ If you specify StorageMB, but do not specify Dtu, the cmdlet calculates a value for Dtu. If you specify values for both, the values must be consistent. For more information about the relationship between storage and DTUs, see eDTU and storage limits for elastic pools and elastic databases.
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ DatabaseDtuMin
+
+ Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ DatabaseDtuMax
+
+ Specifies the maximum number of Database Throughput Units (DTUs) that any single database in the pool can consume. The default values for different editions are as follows:
+ -- Basic. 5 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
- Int32
-
-
- none
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server in which this cmdlet creates the elastic pool.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet creates.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Create an elastic pool --------------------------
-
- PS C:\>
-
- PS C:\> New-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01" -Edition "Standard" -Dtu 400 -DatabaseDtuMin 10 -DatabaseDtuMax 100
-
- This command creates an elastic pool in the Standard service tier named elasticpool01. The server named server01 hosts the elastic pool in an Azure resource group named resourcegroup01. The command specifies DTU property values for the pool and the databases in the pool.
-
-
- ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server in which this cmdlet creates the elastic pool.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet creates.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Create an elastic pool --------------------------
+
+ PS C:\>
+
+ PS C:\> New-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01" -Edition "Standard" -Dtu 400 -DatabaseDtuMin 10 -DatabaseDtuMax 100
+
+ This command creates an elastic pool in the Standard service tier named elasticpool01. The server named server01 hosts the elastic pool in an Azure resource group named resourcegroup01. The command specifies DTU property values for the pool and the databases in the pool.
+
+
+ ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
ResourceGroupName : resourcegroup01
ServerName : server01
ElasticPoolName : elasticpool01
@@ -6802,3471 +8147,4487 @@ Dtu : 400
DatabaseDtuMax : 100
DatabaseDtuMin : 10
StorageMB : 409600
-Tags :
+Tags :
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlElasticPool
+
+
+
+ Get-AzureRmSqlElasticPoolActivity
+
+
+
+ Get-AzureRmSqlElasticPoolDatabase
+
+
+
+ Remove-AzureRmSqlElasticPool
+
+
+
+ Set-AzureRmSqlElasticPool
+
+
+
+
+
+
+
+ New-AzureRmSqlServer
+
+ Creates an Azure SQL Database server.
+
+
+
+
+ New
+ AzureRmSqlServer
+
+
+
+ The New-AzureRmSqlServer cmdlet creates an Azure SQL Database server.
+
+
+
+ New-AzureRmSqlServer
+
+ ServerName
+
+ Specifies the name of the new server.
+
+ String
+
+
+ SqlAdministratorCredentials
+
+ Specifies the SQL Database server administrator credential for the new server. To obtain a PSCredential object, use the Get-Credential cmdlet. For more information, type Get-Help Get-Credential.
+
+ PSCredential
+
+
+ Location
+
+ Specifies the location of the data center where this cmdlet creates the server.
+
+ String
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the new server.
+
+ Dictionary`2[String]
+
+
+ ServerVersion
+
+ Specifies the version of the new server. Valid values are: 2.0 and 12.0.
+ Specify 2.0 to create a version 11 server, or 12.0 to create a version 12 server.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group in which this cmdlet creates the server.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the new server.
+
+ String
+
+ String
+
+
+ none
+
+
+ SqlAdministratorCredentials
+
+ Specifies the SQL Database server administrator credential for the new server. To obtain a PSCredential object, use the Get-Credential cmdlet. For more information, type Get-Help Get-Credential.
+
+ PSCredential
+
+ PSCredential
+
+
+ none
+
+
+ Location
+
+ Specifies the location of the data center where this cmdlet creates the server.
+
+ String
+
+ String
+
+
+ none
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the new server.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+ none
+
+
+ ServerVersion
+
+ Specifies the version of the new server. Valid values are: 2.0 and 12.0.
+ Specify 2.0 to create a version 11 server, or 12.0 to create a version 12 server.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group in which this cmdlet creates the server.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlElasticPool
-
-
-
-
- Get-AzureRmSqlElasticPoolActivity
-
-
-
-
- Get-AzureRmSqlElasticPoolDatabase
-
-
-
-
- Remove-AzureRmSqlElasticPool
-
-
-
-
- Set-AzureRmSqlElasticPool
-
-
-
-
-
-
-
-
- New-AzureRmSqlServer
-
- Creates an Azure SQL Database server.
-
-
-
-
- New
- AzureRMSqlServer
-
-
-
- The New-AzureRmSqlServer cmdlet creates an Azure SQL Database server.
-
-
-
- New-AzureRmSqlServer
-
- ServerName
-
- Specifies the name of the new server.
-
- String
-
-
- SqlAdministratorCredentials
-
- Specifies the SQL Database server administrator credential for the new server. To obtain a PSCredential object, use the Get-Credential cmdlet. For more information, type Get-Help Get-Credential.
-
- PSCredential
-
-
- Location
-
- Specifies the location of the data center where this cmdlet creates the server.
-
- String
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the new server.
-
- Dictionary`2[String]
-
-
- ServerVersion
-
- Specifies the version of the new server. Valid values are: 2.0 and 12.0.
- Specify 2.0 to create a version 11 server, or 12.0 to create a version 12 server.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group in which this cmdlet creates the server.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the new server.
-
- String
-
- String
-
-
- none
-
-
- SqlAdministratorCredentials
-
- Specifies the SQL Database server administrator credential for the new server. To obtain a PSCredential object, use the Get-Credential cmdlet. For more information, type Get-Help Get-Credential.
-
- PSCredential
-
- PSCredential
-
-
- none
-
-
- Location
-
- Specifies the location of the data center where this cmdlet creates the server.
-
- String
-
- String
-
-
- none
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the new server.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
- none
-
-
- ServerVersion
-
- Specifies the version of the new server. Valid values are: 2.0 and 12.0.
- Specify 2.0 to create a version 11 server, or 12.0 to create a version 12 server.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group in which this cmdlet creates the server.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Create a new Azure SQL Database server --------------------------
-
- PS C:\>
-
- PS C:\> New-AzureRmSqlServer -ResourceGroupName "resourcegroup01" -Location "Central US" -ServerName "server01" -ServerVersion "12.0"
-
- This command creates a version 12 Azure SQL Database server.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Create a new Azure SQL Database server --------------------------
+
+ PS C:\>
+
+ PS C:\> New-AzureRmSqlServer -ResourceGroupName "resourcegroup01" -Location "Central US" -ServerName "server01" -ServerVersion "12.0"
+
+ This command creates a version 12 Azure SQL Database server.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
Location : Australia East
SqlAdministratorLogin : adminLogin
SqlAdministratorPassword :
ServerVersion : 12.0
-Tags :
+Tags :
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlServer
+
+
+
+ Remove-AzureRmSqlServer
+
+
+
+ Set-AzureRmSqlServer
+
+
+
+ New-AzureRmSqlServerFirewallRule
+
+
+
+
+
+
+
+ New-AzureRmSqlServerCommunicationLink
+
+ Creates a communication link for elastic database transactions between two in Azure SQL Database servers.
+
+
+
+
+ New
+ AzureRmSqlServerCommunicationLink
+
+
+
+ The New-AzureRmSqlServerCommunicationLink cmdlet creates a communication link for elastic database transactions between two logical servers in Azure SQL Database. Elastic database transactions can span databases in either of the paired servers. You can create more than one link on a server. Therefore, elastic database transactions can span across a larger number of servers.
+
+
+
+ New-AzureRmSqlServerCommunicationLink
+
+ LinkName
+
+ Specifies the name of the server communication link that this cmdlet creates.
+
+ String
+
+
+ PartnerServer
+
+ Specifies the name of the other server taking part in this partnership.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server to set up the partnership on.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group the server named in the 'ServerName' parameter.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ LinkName
+
+ Specifies the name of the server communication link that this cmdlet creates.
+
+ String
+
+ String
+
+
+
+
+
+ PartnerServer
+
+ Specifies the name of the other server taking part in this partnership.
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server to set up the partnership on.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group the server named in the 'ServerName' parameter.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlServer
-
-
-
-
- Remove-AzureRmSqlServer
-
-
-
-
- Set-AzureRmSqlServer
-
-
-
-
- New-AzureRmSqlServerFirewallRule
-
-
-
-
-
-
-
-
- New-AzureRmSqlServerFirewallRule
-
- Creates a firewall rule for an Azure SQL Database server.
-
-
-
-
- New
- AzureRMSqlServerFirewallRule
-
-
-
- The New-AzureRmSqlServerFirewallRule cmdlet creates a firewall rule for the specified Azure SQL Database server.
-
-
-
- New-AzureRmSqlServerFirewallRule
-
- AllowAllAzureIPs
-
- Indicates that this firewall rule enables all Azure IP addresses to access the server.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet creates a firewall rule on the server that this cmdlet specifies. Specify the server name, not the fully qualified DNS name.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group that contains a server. This cmdlet creates a firewall rule on a server in the resource group that this cmdlet specifies.
-
- String
-
-
-
- New-AzureRmSqlServerFirewallRule
-
- FirewallRuleName
-
- Specifies the name of the new firewall rule.
-
- String
-
-
- StartIpAddress
-
- Specifies the start value of the IP address range for the firewall rule.
-
- String
-
-
- EndIpAddress
-
- Specifies the end value of the IP address range for this rule.
-
- String
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet creates a firewall rule on the server that this cmdlet specifies. Specify the server name, not the fully qualified DNS name.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group that contains a server. This cmdlet creates a firewall rule on a server in the resource group that this cmdlet specifies.
-
- String
-
-
-
-
-
- FirewallRuleName
-
- Specifies the name of the new firewall rule.
-
- String
-
- String
-
-
- none
-
-
- StartIpAddress
-
- Specifies the start value of the IP address range for the firewall rule.
-
- String
-
- String
-
-
- none
-
-
- EndIpAddress
-
- Specifies the end value of the IP address range for this rule.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet creates a firewall rule on the server that this cmdlet specifies. Specify the server name, not the fully qualified DNS name.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of a resource group that contains a server. This cmdlet creates a firewall rule on a server in the resource group that this cmdlet specifies.
-
- String
-
- String
-
-
- none
-
-
- AllowAllAzureIPs
-
- Indicates that this firewall rule enables all Azure IP addresses to access the server.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Create a firewall rule --------------------------
-
- PS C:\>
-
- PS C:\> New-AzureRmSqlServerFirewallRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -FirewallRuleName "rule01" -StartIpAddress "192.168.0.198" -EndIpAddress "192.168.0.199"
-
- This command creates a firewall rule named rule01 on the server named server01. The rule includes the specified start and end IP addresses.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Create a communication link --------------------------
+
+ PS C:\>
+
+ PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01" -PartnerServer "ContosoServer02"
+
+ This command creates a link named Link01 between ContosoServer17 and ContosoServer02.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerCommunicationLink
+
+
+
+ Remove-AzureRmSqlServerCommunicationLink
+
+
+
+
+
+
+
+ New-AzureRmSqlServerFirewallRule
+
+ Creates a firewall rule for an Azure SQL Database server.
+
+
+
+
+ New
+ AzureRmSqlServerFirewallRule
+
+
+
+ The New-AzureRmSqlServerFirewallRule cmdlet creates a firewall rule for the specified Azure SQL Database server.
+
+
+
+ New-AzureRmSqlServerFirewallRule
+
+ FirewallRuleName
+
+ Specifies the name of the new firewall rule.
+
+ String
+
+
+ StartIpAddress
+
+ Specifies the start value of the IP address range for the firewall rule.
+
+ String
+
+
+ EndIpAddress
+
+ Specifies the end value of the IP address range for this rule.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet creates a firewall rule on the server that this cmdlet specifies. Specify the server name, not the fully qualified DNS name.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group that contains a server. This cmdlet creates a firewall rule on a server in the resource group that this cmdlet specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+ New-AzureRmSqlServerFirewallRule
+
+ AllowAllAzureIPs
+
+ Indicates that this firewall rule enables all Azure IP addresses to access the server.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet creates a firewall rule on the server that this cmdlet specifies. Specify the server name, not the fully qualified DNS name.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group that contains a server. This cmdlet creates a firewall rule on a server in the resource group that this cmdlet specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ FirewallRuleName
+
+ Specifies the name of the new firewall rule.
+
+ String
+
+ String
+
+
+ none
+
+
+ StartIpAddress
+
+ Specifies the start value of the IP address range for the firewall rule.
+
+ String
+
+ String
+
+
+ none
+
+
+ EndIpAddress
+
+ Specifies the end value of the IP address range for this rule.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet creates a firewall rule on the server that this cmdlet specifies. Specify the server name, not the fully qualified DNS name.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group that contains a server. This cmdlet creates a firewall rule on a server in the resource group that this cmdlet specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ AllowAllAzureIPs
+
+ Indicates that this firewall rule enables all Azure IP addresses to access the server.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Create a firewall rule --------------------------
+
+ PS C:\>
+
+ PS C:\> New-AzureRmSqlServerFirewallRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -FirewallRuleName "rule01" -StartIpAddress "192.168.0.198" -EndIpAddress "192.168.0.199"
+
+ This command creates a firewall rule named rule01 on the server named server01. The rule includes the specified start and end IP addresses.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
StartIpAddress : 192.168.0.198
EndIpAddress : 192.168.0.199
FirewallRuleName : rule01
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlServerFirewallRule
-
-
-
-
- Remove-AzureRmSqlServerFirewallRule
-
-
-
-
- Set-AzureRmSqlServerFirewallRule
-
-
-
-
-
-
-
-
- New-AzureRmSqlServerCommunicationLink
-
- Creates a communication link for elastic database transactions between two in Azure SQL Database servers.
-
-
-
-
- New
- AzureRmSqlServerCommunicationLink
-
-
-
- The New-AzureRmSqlServerCommunicationLink cmdlet creates a communication link for elastic database transactions between two logical servers in Azure SQL Database. Elastic database transactions can span databases in either of the paired servers. You can create more than one link on a server. Therefore, elastic database transactions can span across a larger number of servers.
-
-
-
- New-AzureRmSqlServerCommunicationLink
-
- LinkName
-
- Specifies the name of the server communication link that this cmdlet creates.
-
- String
-
-
- PartnerServer
-
- Specifies the name of the other server that takes part in this communication link.
-
- String
-
-
- ServerName
-
- Specifies the name of the server on which this cmdlet sets up the communication link.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group to which the server specified by the 'ServerName' parameter belongs.
-
- String
-
-
-
-
-
- LinkName
-
- Specifies the name of the server communication link that this cmdlet creates.
-
- String
-
- String
-
-
-
-
-
- PartnerServer
-
- Specifies the name of the other server taking part in this partnership.
-
- String
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server to set up the partnership on.
-
- String
-
- String
-
-
-
-
-
- ResourceGroupName
-
- Specifies the name of the resource group the server named in the 'ServerName' parameter.
-
- String
-
- String
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Create a communication link --------------------------
-
- PS C:\>
-
- PS C:\> New-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01" -PartnerServer "ContosoServer02"
-
- This command creates a link named Link01 between ContosoServer17 and ContosoServer02.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerCommunicationLink
-
-
-
-
- Remove-AzureRmSqlServerCommunicationLink
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlDatabase
-
- Removes an Azure SQL database.
-
-
-
-
- Remove
- AzureRMSqlDatabase
-
-
-
- The Remove-AzureRmSqlDatabase cmdlet removes an Azure SQL database.
-
-
-
- Remove-AzureRmSqlDatabase
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet removes.
-
- String
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of the server the database is in.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet removes.
-
- String
-
- String
-
-
- none
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server the database is in.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Remove a database from an Azure SQL server --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command removes the database named database01 from server server01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabase
-
-
-
-
- New-AzureRmSqlDatabase
-
-
-
-
- Resume-AzureRmSqlDatabase
-
-
-
-
- Set-AzureRmSqlDatabase
-
-
-
-
- Suspend-AzureRmSqlDatabase
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlDatabaseAuditing
-
- Removes auditing of an Azure SQL database.
-
-
-
-
- Remove
- AzureRMSqlDatabaseAuditing
-
-
-
- The Remove-AzureRmSqlDatabaseAuditing cmdlet removes the auditing of an Azure SQL database. To use this cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. After you run this cmdlet, auditing of the database is not performed. If the command succeeds and you have used the PassThru parameter, the cmdlet returns an object describing the current auditing policy, as well as the database identifiers. Database identifiers include, but are not limited to, the ResourceGroupName, ServerName and DatabaseName.
- If you remove auditing of an Azure SQL database, threat detection is also removed.
-
-
-
- Remove-AzureRmSqlDatabaseAuditing
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of the server containing the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
-
-
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server containing the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Remove the auditing of an Azure SQL database --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlDatabaseAuditing -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command removes the auditing of database named database01. That database is located on server01 in the resource group named resourcegroup01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseAuditingPolicy
-
-
-
-
- Set-AzureRmSqlDatabaseAuditingPolicy
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlDatabaseDataMaskingRule
-
- Removes a data masking rule from an Azure SQL database.
-
-
-
-
- Remove
- AzureRMSqlDatabaseDataMaskingRule
-
-
-
- The Remove-AzureRmSqlDatabaseDataMaskingRule cmdlet removes a specific data masking rule from an Azure SQL database. You can remove a data masking rule by using the ResourceGroupName, ServerName, DatabaseName, and RuleId parameters to identify the rule to be removed.
-
-
-
- Remove-AzureRmSqlDatabaseDataMaskingRule
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- RuleId
-
- Specifies the identifier for the data masking rule.
-
- String
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- RuleId
-
- Specifies the identifier for the data masking rule.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Remove a database data masking rule --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -RuleId "rule01"
-
- This command removes the rule that has the ID rule01, that was defined for the database database01 located in server01 in resource group resourcegroup01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- New-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlDatabaseSecondary
-
- Terminates data replication between an Azure SQL Database and the specified secondary database.
-
-
-
-
- Remove
- AzureRMSqlDatabaseSecondary
-
-
-
- This cmdlet replaces the Stop-AzureSqlDatabaseCopy cmdlet. It will force terminates the geo-replication link. There is no replication synchronization prior to termination.
-
-
-
- Remove-AzureRmSqlDatabaseSecondary
-
- DatabaseName
-
- The name of the primary Azure SQL Database with the replication link to remove.
-
- String
-
-
- PartnerResourceGroupName
-
- The name of the partner Azure Resource Group.
-
- String
-
-
- PartnerServerName
-
- The name of the partner Azure SQL Server.
-
- String
-
-
- ServerName
-
- The name of the Azure SQL Server with the replication link to remove.
-
- String
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group with the replication link to remove.
-
- String
-
-
-
-
-
- DatabaseName
-
- The name of the primary Azure SQL Database with the replication link to remove.
-
- String
-
- String
-
-
-
-
-
-
- PartnerResourceGroupName
-
- The name of the partner Azure Resource Group.
-
- String
-
- String
-
-
-
-
-
-
- PartnerServerName
-
- The name of the partner Azure SQL Server.
-
- String
-
- String
-
-
-
-
-
-
- ServerName
-
- The name of the Azure SQL Server with the replication link to remove.
-
- String
-
- String
-
-
-
-
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group with the replication link to remove.
-
- String
-
- String
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlDatabaseThreatDetectionPolicy
-
- Removes the threat detection policy from a database.
-
-
-
-
- Remove
- AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- The Remove-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet removes the threat detection policy from an Azure SQL database.
- To use this cmdlet, specify the ResourceGroupName, ServerName and DatabaseName parameters to identify the database from which this cmdlet removes the policy.
-
-
-
- Remove-AzureRmSqlDatabaseThreatDetectionPolicy
-
- ResourceGroupName
-
- Specifies the name of the resource group the server is assigned to.
-
- String
-
-
- ServerName
-
- Specifies the name of a server.
-
- String
-
-
- DatabaseName
-
- Specifies the name of a database where the threat detection policy should be removed.
-
- String
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
-
-
-
-
-
- DatabaseName
-
- Specifies the name of a database where the threat detection policy should be removed.
-
- String
-
- String
-
-
- none
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group the server is assigned to.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of a server.
-
- String
-
- String
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
- You cannot pipe input to this cmdlet.
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel
-
-
-
-
-
-
- This cmdlet returns a DatabaseThreatDetectionPolicyModel object.
-
-
-
-
-
-
-
- Example 1: Remove a threat detection policy for a database
-
-
-
- PS C:\> Remove-AzureRmSqlDatabaseThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -DatabaseName "Database01"
-
- This command removes the threat detection policy from a database named Database01 on the server named Server01.
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- Set-AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- Azure SQL Database Cmdlets
-
-
-
-
-
-
-
- Remove-AzureRmSqlElasticPool
-
- Deletes an elastic database pool.
-
-
-
-
- Remove
- AzureRMSqlElasticPool
-
-
-
- The Remove-AzureRmSqlElasticPool cmdlet deletes an elastic pool in Azure SQL Database.
-
-
-
- Remove-AzureRmSqlElasticPool
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet deletes.
-
- String
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of the server that contains the elastic pool that this cmdlet modifies.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet deletes.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet deletes.
-
- String
-
- String
-
-
- none
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the elastic pool that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet deletes.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Delete an elastic pool --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01"
-
- This command deletes an elastic pool named elasticpool01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlElasticPool
-
-
-
-
- Get-AzureRmSqlElasticPoolActivity
-
-
-
-
- Get-AzureRmSqlElasticPoolDatabase
-
-
-
-
- New-AzureRmSqlElasticPool
-
-
-
-
- Set-AzureRmSqlElasticPool
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlServer
-
- Removes an Azure SQL Database server.
-
-
-
-
- Remove
- AzureRMSqlServer
-
-
-
- The Remove-AzureRmSqlServer cmdlet removes an Azure SQL Database server.
-
-
-
- Remove-AzureRmSqlServer
-
- ServerName
-
- Specifies the name of the server that this cmdlet removes.
-
- String
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server that this cmdlet removes.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that this cmdlet removes.
-
- String
-
- String
-
-
- none
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server that this cmdlet removes.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Remove a server --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlServer -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command removes the Azure SQL Database server named server01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlServer
-
-
-
-
- New-AzureRmSqlServer
-
-
-
-
- Set-AzureRmSqlServer
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlServerActiveDirectoryAdministrator
-
- Removes an Azure AD administrator for SQL Server.
-
-
-
-
- Remove
- AzureRMSqlServerActiveDirectoryAdministrator
-
-
-
- The Remove-AzureRmSqlServerActiveDirectoryAdministrator cmdlet removes an Azure Active Directory (Azure AD) administrator for Azure SQL Server in the current subscription.
-
-
-
- Remove-AzureRmSqlServerActiveDirectoryAdministrator
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of the SQL Server for which this cmdlet removes an administrator.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the SQL Server for which this cmdlet removes an administrator.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of the SQL Server for which this cmdlet removes an administrator.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the SQL Server for which this cmdlet removes an administrator.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Remove an administrator --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
-
- Removes the Azure AD administrator for the server named server01 that is associated with resource group resourcegroup01.
-
-
- Confirm
-Are you sure you want to remove the Azure Sql Server Active Directory Administrator on server 'server01'?
-[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlServerFirewallRule
+
+
+
+ Remove-AzureRmSqlServerFirewallRule
+
+
+
+ Set-AzureRmSqlServerFirewallRule
+
+
+
+
+
+
+
+ Remove-AzureRmSqlDatabase
+
+ Removes an Azure SQL database.
+
+
+
+
+ Remove
+ AzureRmSqlDatabase
+
+
+
+ The Remove-AzureRmSqlDatabase cmdlet removes an Azure SQL database.
+
+
+
+ Remove-AzureRmSqlDatabase
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet removes.
+
+ String
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the server the database is in.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet removes.
+
+ String
+
+ String
+
+
+ none
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server the database is in.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Remove a database from an Azure SQL server --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command removes the database named database01 from server server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabase
+
+
+
+ New-AzureRmSqlDatabase
+
+
+
+ Resume-AzureRmSqlDatabase
+
+
+
+ Set-AzureRmSqlDatabase
+
+
+
+ Suspend-AzureRmSqlDatabase
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Remove-AzureRmSqlDatabaseAuditing
+
+ Removes auditing of an Azure SQL database.
+
+
+
+
+ Remove
+ AzureRmSqlDatabaseAuditing
+
+
+
+ The Remove-AzureRmSqlDatabaseAuditing cmdlet removes the auditing of an Azure SQL database. To use this cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. After you run this cmdlet, auditing of the database is not performed. If the command succeeds and you have used the PassThru parameter, the cmdlet returns an object describing the current auditing policy, as well as the database identifiers. Database identifiers include, but are not limited to, the ResourceGroupName, ServerName and DatabaseName.
+ If you remove auditing of an Azure SQL database, threat detection is also removed.
+
+
+
+ Remove-AzureRmSqlDatabaseAuditing
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the server containing the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server containing the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Remove the auditing of an Azure SQL database --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlDatabaseAuditing -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command removes the auditing of database named database01. That database is located on server01 in the resource group named resourcegroup01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ Set-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Remove-AzureRmSqlDatabaseDataMaskingRule
+
+ Removes a data masking rule from an Azure SQL database.
+
+
+
+
+ Remove
+ AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ The Remove-AzureRmSqlDatabaseDataMaskingRule cmdlet removes a specific data masking rule from an Azure SQL database. You can remove a data masking rule by using the ResourceGroupName, ServerName, DatabaseName, and RuleId parameters to identify the rule to be removed.
+
+
+
+ Remove-AzureRmSqlDatabaseDataMaskingRule
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ SchemaName
+
+
+
+ String
+
+
+ TableName
+
+
+
+ String
+
+
+ ColumnName
+
+
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ SchemaName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ TableName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ColumnName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ RuleId
+
+ Specifies the identifier for the data masking rule.
+
+ string
+
+ string
+
+
+ none
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Remove a database data masking rule --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -RuleId "rule01"
+
+ This command removes the rule that has the ID rule01, that was defined for the database database01 located in server01 in resource group resourcegroup01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ New-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Remove-AzureRmSqlDatabaseSecondary
+
+ Terminates data replication between an Azure SQL Database and the specified secondary database.
+
+
+
+
+ Remove
+ AzureRmSqlDatabaseSecondary
+
+
+
+ This cmdlet replaces the Stop-AzureSqlDatabaseCopy cmdlet. It will force terminates the geo-replication link. There is no replication synchronization prior to termination.
+
+
+
+ Remove-AzureRmSqlDatabaseSecondary
+
+ DatabaseName
+
+ The name of the primary Azure SQL Database with the replication link to remove.
+
+ String
+
+
+ PartnerResourceGroupName
+
+ The name of the partner Azure Resource Group.
+
+ String
+
+
+ PartnerServerName
+
+ The name of the partner Azure SQL Server.
+
+ String
+
+
+ ServerName
+
+ The name of the Azure SQL Server with the replication link to remove.
+
+ String
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group with the replication link to remove.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ The name of the primary Azure SQL Database with the replication link to remove.
+
+ String
+
+ String
+
+
+
+
+
+ PartnerResourceGroupName
+
+ The name of the partner Azure Resource Group.
+
+ String
+
+ String
+
+
+
+
+
+ PartnerServerName
+
+ The name of the partner Azure SQL Server.
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ The name of the Azure SQL Server with the replication link to remove.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group with the replication link to remove.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ Remove-AzureRmSqlDatabaseThreatDetectionPolicy
+
+ Removes the threat detection policy from a database.
+
+
+
+
+ Remove
+ AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ The Remove-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet removes the threat detection policy from an Azure SQL database.
+ To use this cmdlet, specify the ResourceGroupName, ServerName and DatabaseName parameters to identify the database from which this cmdlet removes the policy.
+
+
+
+ Remove-AzureRmSqlDatabaseThreatDetectionPolicy
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of a server.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of a database where the threat detection policy should be removed.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group the server is assigned to.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of a server.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of a database where the threat detection policy should be removed.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group the server is assigned to.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+You cannot pipe input to this cmdlet.
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel
+
+
+
+
+
+This cmdlet returns a DatabaseThreatDetectionPolicyModel object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 1: Remove a threat detection policy for a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlDatabaseThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -DatabaseName "Database01"
+
+ This command removes the threat detection policy from a database named Database01 on the server named Server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ Set-AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ Azure SQL Database Cmdlets
+
+
+
+
+
+
+
+ Remove-AzureRmSqlElasticPool
+
+ Deletes an elastic database pool.
+
+
+
+
+ Remove
+ AzureRmSqlElasticPool
+
+
+
+ The Remove-AzureRmSqlElasticPool cmdlet deletes an elastic pool in Azure SQL Database.
+
+
+
+ Remove-AzureRmSqlElasticPool
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet deletes.
+
+ String
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the server that contains the elastic pool that this cmdlet modifies.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet deletes.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet deletes.
+
+ String
+
+ String
+
+
+ none
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that contains the elastic pool that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet deletes.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Delete an elastic pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01"
+
+ This command deletes an elastic pool named elasticpool01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlElasticPool
+
+
+
+ Get-AzureRmSqlElasticPoolActivity
+
+
+
+ Get-AzureRmSqlElasticPoolDatabase
+
+
+
+ New-AzureRmSqlElasticPool
+
+
+
+ Set-AzureRmSqlElasticPool
+
+
+
+
+
+
+
+ Remove-AzureRmSqlServer
+
+ Removes an Azure SQL Database server.
+
+
+
+
+ Remove
+ AzureRmSqlServer
+
+
+
+ The Remove-AzureRmSqlServer cmdlet removes an Azure SQL Database server.
+
+
+
+ Remove-AzureRmSqlServer
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet removes.
+
+ String
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server that this cmdlet removes.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet removes.
+
+ String
+
+ String
+
+
+ none
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server that this cmdlet removes.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Remove a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlServer -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command removes the Azure SQL Database server named server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlServer
+
+
+
+ New-AzureRmSqlServer
+
+
+
+ Set-AzureRmSqlServer
+
+
+
+
+
+
+
+ Remove-AzureRmSqlServerActiveDirectoryAdministrator
+
+ Removes an Azure AD administrator for SQL Server.
+
+
+
+
+ Remove
+ AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+ The Remove-AzureRmSqlServerActiveDirectoryAdministrator cmdlet removes an Azure Active Directory (Azure AD) administrator for Azure SQL Server in the current subscription.
+
+
+
+ Remove-AzureRmSqlServerActiveDirectoryAdministrator
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the SQL Server for which this cmdlet removes an administrator.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the SQL Server for which this cmdlet removes an administrator.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the SQL Server for which this cmdlet removes an administrator.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the SQL Server for which this cmdlet removes an administrator.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Remove an administrator --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ Removes the Azure AD administrator for the server named server01 that is associated with resource group resourcegroup01.
+
+
+ Confirm
+Are you sure you want to remove the Azure Sql Server Active Directory Administrator on server 'server01'?
+[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y
ResourceGroupName ServerName DisplayName ObjectId
----------------- ---------- ----------- --------
resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerActiveDirectoryAdministrator
-
-
-
-
- Set-AzureRmSqlServerActiveDirectoryAdministrator
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlServerAuditing
-
- Removes auditing of an Azure SQL server.
-
-
-
-
- Remove
- AzureRMSqlServerAuditing
-
-
-
- The Remove-AzureRmSqlServerAuditing cmdlet removes the auditing of an Azure SQL server. To use this cmdlet, specify the ResourceGroupName and ServerName parameters to identify the server. After you run this cmdlet, auditing of the databases in the provided Azure SQL server, that are defined as using this policy of that Azure SQL server, is not performed. If the command succeeds, and you specify the PassThru parameter, the cmdlet returns an object that describes the current auditing policy and the Azure SQL server identifiers. Server identifiers include the ResourceGroupName and ServerName.
-
-
-
- Remove-AzureRmSqlServerAuditing
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of the Azure SQL server.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group of the Azure SQL server.
-
- String
-
-
-
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of the Azure SQL server.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group of the Azure SQL server.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Remove the auditing of an Azure SQL server --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlDatabaseAuditing -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command removes the auditing of all the databases located in server01 in resource group resourcegroup01 that use the policy of that server.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseAuditingPolicy
-
-
-
-
- Set-AzureRmSqlDatabaseAuditingPolicy
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlServerFirewallRule
-
- Deletes a firewall rule from an Azure SQL Database server.
-
-
-
-
- Remove
- AzureRMSqlServerFirewallRule
-
-
-
- The Remove-AzureRmSqlServerFirewallRule cmdlet deletes a firewall rule from the specified Azure SQL Database server.
-
-
-
- Remove-AzureRmSqlServerFirewallRule
-
- FirewallRuleName
-
- Specifies the name of the firewall rule that this cmdlet deletes.
-
- String
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet deletes a firewall rule from the server that this parameter specifies.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet deletes a firewall rule on a server in the resource group that this parameter specifies.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- FirewallRuleName
-
- Specifies the name of the firewall rule that this cmdlet deletes.
-
- String
-
- String
-
-
- none
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet deletes a firewall rule from the server that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet deletes a firewall rule on a server in the resource group that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Delete a rule --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlServerFirewallRule -FirewallRuleName "rule01" -ResourceGroupName "resourcegroup01" -ServerName "server01"
-
- This command deletes a firewall rule named rule01 on the server named server01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlServerFirewallRule
-
-
-
-
- New-AzureRmSqlServerFirewallRule
-
-
-
-
- Set-AzureRmSqlServerFirewallRule
-
-
-
-
-
-
-
-
- Remove-AzureRmSqlServerCommunicationLink
-
- Deletes a communication link for elastic database transactions between two Azure SQL Database servers.
-
-
-
-
- Remove
- AzureRmSqlServerCommunicationLink
-
-
-
- The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes a server-to-server communication link for elastic database transactions in Azure SQL Database.
-
-
-
- Remove-AzureRmSqlServerCommunicationLink
-
- LinkName
-
- Specifies the name of the server communication link that this cmdlet deletes.
-
- String
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of a server. This server contains the communication link that this cmdlet deletes.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group to which the server specified by the ServerName parameter belongs.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- LinkName
-
- Specifies the name of the server communication link that this cmdlet deletes.
-
- String
-
- String
-
-
-
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that contains the server communication link that this cmdlet deletes.
-
- String
-
- String
-
-
-
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server communication link that this cmdlet deletes.
-
- String
-
- String
-
-
-
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+ Set-AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+
+
+
+
+ Remove-AzureRmSqlServerAuditing
+
+ Removes auditing of an Azure SQL server.
+
+
+
+
+ Remove
+ AzureRmSqlServerAuditing
+
+
+
+ The Remove-AzureRmSqlServerAuditing cmdlet removes the auditing of an Azure SQL server. To use this cmdlet, specify the ResourceGroupName and ServerName parameters to identify the server. After you run this cmdlet, auditing of the databases in the provided Azure SQL server, that are defined as using this policy of that Azure SQL server, is not performed. If the command succeeds, and you specify the PassThru parameter, the cmdlet returns an object that describes the current auditing policy and the Azure SQL server identifiers. Server identifiers include the ResourceGroupName and ServerName.
+
+
+
+ Remove-AzureRmSqlServerAuditing
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the Azure SQL server.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group of the Azure SQL server.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the Azure SQL server.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group of the Azure SQL server.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Remove the auditing of an Azure SQL server --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlDatabaseAuditing -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command removes the auditing of all the databases located in server01 in resource group resourcegroup01 that use the policy of that server.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ Set-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+
+
+
+
+ Remove-AzureRmSqlServerCommunicationLink
+
+ Deletes a communication link for elastic database transactions between two Azure SQL Database servers.
+
+
+
+
+ Remove
+ AzureRmSqlServerCommunicationLink
+
+
+
+ The Remove-AzureRmSqlServerCommunicationLink cmdlet deletes a server-to-server communication link for elastic database transactions in Azure SQL Database.
+
+
+
+ Remove-AzureRmSqlServerCommunicationLink
+
+ LinkName
+
+ Specifies the name of the server communication link that this cmdlet deletes.
+
+ String
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the server that contains the server communication link that this cmdlet deletes.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server communication link that this cmdlet deletes.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ LinkName
+
+ Specifies the name of the server communication link that this cmdlet deletes.
+
+ String
+
+ String
+
+
+
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that contains the server communication link that this cmdlet deletes.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server communication link that this cmdlet deletes.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerCommunicationLinkModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Delete a communication link --------------------------
-
- PS C:\>
-
- PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01"
-
- This command deletes a server-to-server communication link named Link01 on ContosoServer17.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerCommunicationLink
-
-
-
-
- New-AzureRmSqlServerCommunicationLink
-
-
-
-
-
-
-
-
- Resume-AzureRmSqlDatabase
-
- Resumes an Azure SQL Data Warehouse database.
-
-
-
-
- Resume
- AzureRMSqlDatabase
-
-
-
- The Resume-AzureRmSqlDatabase cmdlet resumes an Azure SQL Data Warehouse database.
-
-
-
- Resume-AzureRmSqlDatabase
-
- ServerName
-
- Specifies the name of the server that hosts the database that this cmdlet resumes.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet resumes.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database that this cmdlet resumes.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that hosts the database that this cmdlet resumes.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet resumes.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database that this cmdlet resumes.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This Resume-AzureRmSqlDatabase cmdlet works only on Azure SQL Data Warehouse databases. This operation is not supported on Azure SQL Database Basic, Standard and Premium editions.
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Resumes an Azure SQL Data Warehouse database --------------------------
-
- PS C:\>
-
- PS C:\> Resume-AzureSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command resumes a suspended Azure SQL Data Warehouse database.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabase
-
-
-
-
- New-AzureRmSqlDatabase
-
-
-
-
- Remove-AzureRmSqlDatabase
-
-
-
-
- Set-AzureRmSqlDatabase
-
-
-
-
- Suspend-AzureRmSqlDatabase
-
-
-
-
-
-
-
-
- Set-AzureRmSqlDatabase
-
- Sets properties for an Azure SQL database, or moves an existing database into an elastic pool.
-
-
-
-
- Set
- AzureRMSqlDatabase
-
-
-
- The Set-AzureRmSqlDatabase cmdlet sets properties for an Azure SQL database. You can specify the ElasticPoolName parameter to move a database into an elastic pool. If database is already in an elastic pool, you can specify the RequestedServiceObjectiveName parameter to assign a performance level.
-
-
-
- Set-AzureRmSqlDatabase
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- MaxSizeBytes
-
- Specifies the new maximum size for the database in bytes. You can specify either this parameter or MaxSizeGB. See the MaxSizeGB parameter for acceptable values based on edition.
-
- Int64
-
-
- Edition
-
- Specifies the edition for the database. Valid values are:
+
+
+
+
+ -------------------------- Example 1: Delete a communication link --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlServerCommunicationLink -ResourceGroupName "ResourceGroup01" -ServerName "ContosoServer17" -LinkName "Link01"
+
+ This command deletes a server-to-server communication link named Link01 on ContosoServer17.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerCommunicationLink
+
+
+
+ New-AzureRmSqlServerCommunicationLink
+
+
+
+
+
+
+
+ Remove-AzureRmSqlServerFirewallRule
+
+ Deletes a firewall rule from an Azure SQL Database server.
+
+
+
+
+ Remove
+ AzureRmSqlServerFirewallRule
+
+
+
+ The Remove-AzureRmSqlServerFirewallRule cmdlet deletes a firewall rule from the specified Azure SQL Database server.
+
+
+
+ Remove-AzureRmSqlServerFirewallRule
+
+ FirewallRuleName
+
+ Specifies the name of the firewall rule that this cmdlet deletes.
+
+ String
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet deletes a firewall rule from the server that this parameter specifies.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet deletes a firewall rule on a server in the resource group that this parameter specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ FirewallRuleName
+
+ Specifies the name of the firewall rule that this cmdlet deletes.
+
+ String
+
+ String
+
+
+ none
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet deletes a firewall rule from the server that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet deletes a firewall rule on a server in the resource group that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Delete a rule --------------------------
+
+ PS C:\>
+
+ PS C:\> Remove-AzureRmSqlServerFirewallRule -FirewallRuleName "rule01" -ResourceGroupName "resourcegroup01" -ServerName "server01"
+
+ This command deletes a firewall rule named rule01 on the server named server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlServerFirewallRule
+
+
+
+ New-AzureRmSqlServerFirewallRule
+
+
+
+ Set-AzureRmSqlServerFirewallRule
+
+
+
+
+
+
+
+ Restore-AzureRmSqlDatabase
+
+ Restores an Azure SQL Database from a restorable resource.
+
+
+
+
+ Restore
+ AzureRmSqlDatabase
+
+
+
+ Restores an Azure SQL Database from a restorable resource. A restored database is created as a new database. Input can be a geo backup, a deleted database, or a live database with point in time.
+
+
+
+ Restore-AzureRmSqlDatabase
+
+ FromPointInTimeBackup
+
+
+
+ SwitchParameter
+
+
+ PointInTime
+
+
+
+ DateTime
+
+
+ ServerName
+
+
+
+ String
+
+
+ TargetDatabaseName
+
+
+
+ String
+
+
+ ResourceId
+
+
+
+ String
+
+
+ Edition
+
+
+
+ DatabaseEdition
+
+
+ ServiceObjectiveName
+
+
+
+ String
+
+
+ ElasticPoolName
+
+
+
+ String
+
+
+ ResourceGroupName
+
+
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+ Restore-AzureRmSqlDatabase
+
+ FromDeletedDatabaseBackup
+
+
+
+ SwitchParameter
+
+
+ DeletionDate
+
+
+
+ DateTime
+
+
+ ServerName
+
+
+
+ String
+
+
+ TargetDatabaseName
+
+
+
+ String
+
+
+ ResourceId
+
+
+
+ String
+
+
+ Edition
+
+
+
+ DatabaseEdition
+
+
+ ServiceObjectiveName
+
+
+
+ String
+
+
+ ElasticPoolName
+
+
+
+ String
+
+
+ ResourceGroupName
+
+
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+ Restore-AzureRmSqlDatabase
+
+ FromGeoBackup
+
+
+
+ SwitchParameter
+
+
+ ServerName
+
+
+
+ String
+
+
+ TargetDatabaseName
+
+
+
+ String
+
+
+ ResourceId
+
+
+
+ String
+
+
+ Edition
+
+
+
+ DatabaseEdition
+
+
+ ServiceObjectiveName
+
+
+
+ String
+
+
+ ElasticPoolName
+
+
+
+ String
+
+
+ ResourceGroupName
+
+
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ FromPointInTimeBackup
+
+
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ PointInTime
+
+
+
+ DateTime
+
+ DateTime
+
+
+
+
+
+ ServerName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ TargetDatabaseName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ResourceId
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Edition
+
+
+
+ DatabaseEdition
+
+ DatabaseEdition
+
+
+
+
+
+ ServiceObjectiveName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ElasticPoolName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ FromDeletedDatabaseBackup
+
+
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ DeletionDate
+
+
+
+ DateTime
+
+ DateTime
+
+
+
+
+
+ FromGeoBackup
+
+
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ Resume-AzureRmSqlDatabase
+
+ Resumes an Azure SQL Data Warehouse database.
+
+
+
+
+ Resume
+ AzureRmSqlDatabase
+
+
+
+ The Resume-AzureRmSqlDatabase cmdlet resumes an Azure SQL Data Warehouse database.
+
+
+
+ Resume-AzureRmSqlDatabase
+
+ ServerName
+
+ Specifies the name of the server that hosts the database that this cmdlet resumes.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet resumes.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database that this cmdlet resumes.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database that this cmdlet resumes.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet resumes.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database that this cmdlet resumes.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This Resume-AzureRmSqlDatabase cmdlet works only on Azure SQL Data Warehouse databases. This operation is not supported on Azure SQL Database Basic, Standard and Premium editions.
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Resumes an Azure SQL Data Warehouse database --------------------------
+
+ PS C:\>
+
+ PS C:\> Resume-AzureSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command resumes a suspended Azure SQL Data Warehouse database.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabase
+
+
+
+ New-AzureRmSqlDatabase
+
+
+
+ Remove-AzureRmSqlDatabase
+
+
+
+ Set-AzureRmSqlDatabase
+
+
+
+ Suspend-AzureRmSqlDatabase
+
+
+
+
+
+
+
+ Set-AzureRmSqlDatabase
+
+ Sets properties for an Azure SQL database, or moves an existing database into an elastic pool.
+
+
+
+
+ Set
+ AzureRmSqlDatabase
+
+
+
+ The Set-AzureRmSqlDatabase cmdlet sets properties for an Azure SQL database. You can specify the ElasticPoolName parameter to move a database into an elastic pool. If database is already in an elastic pool, you can specify the RequestedServiceObjectiveName parameter to assign a performance level.
+
+
+
+ Set-AzureRmSqlDatabase
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ MaxSizeBytes
+
+ Specifies the new maximum size for the database in bytes. You can specify either this parameter or MaxSizeGB. See the MaxSizeGB parameter for acceptable values based on edition.
+
+ Int64
+
+
+ Edition
+
+ Specifies the edition for the database. Valid values are:
-- Default
-- None
-- Premium
-- Basic
-- Standard
-
- DatabaseEdition
-
-
- RequestedServiceObjectiveName
-
- Specifies the name of the service objective to assign to the database. For information about service objectives, see Azure SQL Database Service Tiers and Performance Levels (https://msdn.microsoft.com/en-us/library/azure/dn741336.aspx) in the Microsoft Developer Library.
-
- String
-
-
- ElasticPoolName
-
- Specifies name of the elastic pool in which to put the database.
-
- String
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the new server.
-
- Dictionary`2[String]
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of resource group of the server that contains the database.
-
- String
-
-
-
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- MaxSizeBytes
-
- Specifies the new maximum size for the database in bytes. You can specify either this parameter or MaxSizeGB. See the MaxSizeGB parameter for acceptable values based on edition.
-
- Int64
-
- Int64
-
-
- none
-
-
- Edition
-
- Specifies the edition for the database. Valid values are:
+
+ DatabaseEdition
+
+
+ RequestedServiceObjectiveName
+
+ Specifies the name of the service objective to assign to the database. For information about service objectives, see Azure SQL Database Service Tiers and Performance Levels (https://msdn.microsoft.com/en-us/library/azure/dn741336.aspx) in the Microsoft Developer Library.
+
+ String
+
+
+ ElasticPoolName
+
+ Specifies name of the elastic pool in which to put the database.
+
+ String
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the new server.
+
+ Dictionary`2[String]
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of resource group of the server that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ MaxSizeBytes
+
+ Specifies the new maximum size for the database in bytes. You can specify either this parameter or MaxSizeGB. See the MaxSizeGB parameter for acceptable values based on edition.
+
+ Int64
+
+ Int64
+
+
+ none
+
+
+ Edition
+
+ Specifies the edition for the database. Valid values are:
-- Default
-- None
-- Premium
-- Basic
-- Standard
-
- DatabaseEdition
-
- DatabaseEdition
-
-
- none
-
-
- RequestedServiceObjectiveName
-
- Specifies the name of the service objective to assign to the database. For information about service objectives, see Azure SQL Database Service Tiers and Performance Levels (https://msdn.microsoft.com/en-us/library/azure/dn741336.aspx) in the Microsoft Developer Library.
-
- String
-
- String
-
-
- none
-
-
- ElasticPoolName
-
- Specifies name of the elastic pool in which to put the database.
-
- String
-
- String
-
-
- none
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the new server.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of resource group of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Update a database to a Standard S2 database --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -DatabaseName "database01" -ServerName "server01" -Edition "Standard" -RequestedServiceObjectiveName "S2"
-
- This command updates a database named database01 to a Standard S2 database in a server named server01.
-
-
- ResourceGroupName : resourcegroup01
+
+ DatabaseEdition
+
+ DatabaseEdition
+
+
+ none
+
+
+ RequestedServiceObjectiveName
+
+ Specifies the name of the service objective to assign to the database. For information about service objectives, see Azure SQL Database Service Tiers and Performance Levels (https://msdn.microsoft.com/en-us/library/azure/dn741336.aspx) in the Microsoft Developer Library.
+
+ String
+
+ String
+
+
+ none
+
+
+ ElasticPoolName
+
+ Specifies name of the elastic pool in which to put the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the new server.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of resource group of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Update a database to a Standard S2 database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -DatabaseName "database01" -ServerName "server01" -Edition "Standard" -RequestedServiceObjectiveName "S2"
+
+ This command updates a database named database01 to a Standard S2 database in a server named server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : database01
Location : Central US
@@ -10283,28 +12644,27 @@ RequestedServiceObjectiveId : 455330e1-00cd-488b-b5fa-177c226f28b7
RequestedServiceObjectiveName :
ElasticPoolName :
EarliestRestoreDate :
-Tags :
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Add a database to an elastic pool --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -DatabaseName "database01" -ServerName "server01" -ElasticPoolName "elasticpool01"
-
- The following command adds a database named database01 to the elastic pool named elasticpool01 in the server named server01.
-
-
- ResourceGroupName : resourcegroup01
+Tags :
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Add a database to an elastic pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabase -ResourceGroupName "resourcegroup01" -DatabaseName "database01" -ServerName "server01" -ElasticPoolName "elasticpool01"
+
+ The following command adds a database named database01 to the elastic pool named elasticpool01 in the server named server01.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
DatabaseName : database01
Location : Central US
@@ -10322,2008 +12682,2204 @@ RequestedServiceObjectiveName :
ElasticPoolName : elasticpool01
EarliestRestoreDate :
Tags :
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabase
-
-
-
-
- New-AzureRmSqlDatabase
-
-
-
-
- Remove-AzureRmSqlDatabase
-
-
-
-
- Resume-AzureRmSqlDatabase
-
-
-
-
- Suspend-AzureRmSqlDatabase
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
- Set-AzureRmSqlDatabaseAuditingPolicy
-
- Sets the auditing policy for an Azure SQL database.
-
-
-
-
- Set
- AzureRmSqlDatabaseAuditingPolicy
-
-
-
- The Set-AzureRmSqlDatabaseAuditingPolicy cmdlet changes the auditing policy of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. Specify the StorageAccountName parameter to specify the storage account to be used for the audit logs and the StorageKeyType parameter to define the storage keys.
- You can also define retention for the audit logs table by setting the value of the RetentionInDays and TableIdentifier parameters to define the period and the seed for the audit log table names. Specify the EventType parameter to define which event types to audit.
- After the cmdlet runs successfully, auditing of the database is enabled. If the database used the policy of its server for auditing before you ran this cmdlet, auditing stops using that policy. If the cmdlet succeeds and you use the PassThru parameter, it returns an object describing the current auditing policy, as well as the database identifiers. Database identifiers include, but are not limited to, ResourceGroupName, ServerName, and DatabaseName.
-
-
-
- Set-AzureRmSqlDatabaseAuditingPolicy
-
- ResourceGroupName
-
- Specifies the name of the resource group that the database is assigned to.
-
- String
-
-
- ServerName
-
- Specifies the name of the server that hosts the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- EventType
-
- Specifies the event types to audit. Valid values are:
- -- PlainSQL_Success
-
--- PlainSQL_Failure
-
--- ParameterizedSQL_Success
-
--- ParameterizedSQL_Failure
-
--- StoredProcedure_Success
-
--- StoredProcedure_Failure
-
--- Login_Success
-
--- Login_Failure
-
--- TransactionManagement_Success
-
--- TransactionManagement_Failure
-
--- All
-
--- None
- You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails to run.
-
-
- PlainSQL_Success
- PlainSQL_Failure
- ParameterizedSQL_Success
- ParameterizedSQL_Failure
- StoredProcedure_Success
- StoredProcedure_Failure
- Login_Success
- Login_Failure
- TransactionManagement_Success
- TransactionManagement_Failure
- All
- None
-
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
-
-
- RetentionInDays
-
- Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
-
- UInt32]
-
-
- StorageAccountName
-
- Specifies the name of the storage account to be used when auditing the database. Wildcards are not permitted. This parameter is not required. When this parameter is not provided, the cmdlet will use the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and this parameter is not provided, the cmdlet will fail.
-
- String
-
-
- StorageKeyType
-
- Specifies which of the storage access keys to use. Valid values are:
- -- Primary
-
--- Secondary
- The default value is Primary.
-
-
- Primary
- Secondary
-
-
-
- TableIdentifier
-
- Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
-
- String
-
-
-
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- EventType
-
- Specifies the event types to audit. Valid values are:
- -- PlainSQL_Success
-
--- PlainSQL_Failure
-
--- ParameterizedSQL_Success
-
--- ParameterizedSQL_Failure
-
--- StoredProcedure_Success
-
--- StoredProcedure_Failure
-
--- Login_Success
-
--- Login_Failure
-
--- TransactionManagement_Success
-
--- TransactionManagement_Failure
-
--- All
-
--- None
- You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails to run.
-
- String[]
-
- String[]
-
-
- none
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that the database is assigned to.
-
- String
-
- String
-
-
- none
-
-
- RetentionInDays
-
- Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
-
- UInt32]
-
- UInt32]
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that hosts the database.
-
- String
-
- String
-
-
- none
-
-
- StorageAccountName
-
- Specifies the name of the storage account to be used when auditing the database. Wildcards are not permitted. This parameter is not required. When this parameter is not provided, the cmdlet will use the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and this parameter is not provided, the cmdlet will fail.
-
- String
-
- String
-
-
- none
-
-
- StorageKeyType
-
- Specifies which of the storage access keys to use. Valid values are:
- -- Primary
-
--- Secondary
- The default value is Primary.
-
- String
-
- String
-
-
- none
-
-
- TableIdentifier
-
- Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
-
- String
-
- String
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Example 1: Set the auditing policy of a database
-
-
-
- PS C:\> Set-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -StorageAccountName "Storage31"
-
- This command sets the auditing policy of database named database01 located on server01 to use the storage account named Storage31.
-
-
-
-
-
-
-
-
-
-
- Example 2: Set the storage account key of an existing auditing policy of a database
-
-
-
- PS C:\> Set-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -StorageAccountKey Secondary
-
- This command sets the auditing policy of database named database01 located on server01 to keep using the same storage account name but to now use the secondary key.
-
-
-
-
-
-
-
-
-
-
- Example 3: Set the auditing policy of a database to use a specific event type
-
-
-
- PS C:\> Set-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -EventType Login_Failure
-
- This command sets the auditing policy of database named database01 located on server01; the policy will log the Login_Failure event type. The command does not change the storage settings.
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseAuditingPolicy
-
-
-
- Remove-AzureRmSqlDatabaseAuditing
-
-
-
- Azure SQL Database Cmdlets
-
-
-
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingPolicy
-
- Sets data masking for an Azure SQL database.
-
-
-
-
- Set
- AzureRMSqlDatabaseDataMaskingPolicy
-
-
-
- The Set-AzureRmSqlDatabaseDataMaskingPolicy cmdlet sets the data masking policy for an Azure SQL database. To use this cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. You can set the DataMaskingState parameter to specify whether data masking operations are enabled or disabled. You can also set the PrivilegedUsers parameter to specify which users are allowed to see the unmasked data. If the cmdlet succeeds and the PassThru parameter is used, it returns an object describing the current data masking policy as well as the database identifiers. Database identifiers include, but are not limited to, ResourceGroupName, ServerName, and DatabaseName.
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingPolicy
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- PrivilegedLogins
-
- The parameter PrivilegedLogins is being deprecated and will be removed in a future release. Use the PrivilegedUsers parameter to provide SQL users excluded from masking.
-
- String
-
-
- PrivilegedUsers
-
- Specifies a semicolon separated list of privileged user ids that can view the masking data.
-
- String
-
-
- DataMaskingState
-
- Specifies whether data masking operation is enabled or disabled. Valid values are:
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabase
+
+
+
+ New-AzureRmSqlDatabase
+
+
+
+ Remove-AzureRmSqlDatabase
+
+
+
+ Resume-AzureRmSqlDatabase
+
+
+
+ Suspend-AzureRmSqlDatabase
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Set-AzureRmSqlDatabaseAuditingPolicy
+
+ Sets the auditing policy for an Azure SQL database.
+
+
+
+
+ Set
+ AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ The Set-AzureRmSqlDatabaseAuditingPolicy cmdlet changes the auditing policy of an Azure SQL database. To use the cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. Specify the StorageAccountName parameter to specify the storage account to be used for the audit logs and the StorageKeyType parameter to define the storage keys.
+ You can also define retention for the audit logs table by setting the value of the RetentionInDays and TableIdentifier parameters to define the period and the seed for the audit log table names. Specify the EventType parameter to define which event types to audit.
+ After the cmdlet runs successfully, auditing of the database is enabled. If the database used the policy of its server for auditing before you ran this cmdlet, auditing stops using that policy. If the cmdlet succeeds and you use the PassThru parameter, it returns an object describing the current auditing policy, as well as the database identifiers. Database identifiers include, but are not limited to, ResourceGroupName, ServerName, and DatabaseName.
+
+
+
+ Set-AzureRmSqlDatabaseAuditingPolicy
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ EventType
+
+ Specifies the event types to audit. Valid values are:
+ -- PlainSQL_Success
+ -- PlainSQL_Failure
+ -- ParameterizedSQL_Success
+ -- ParameterizedSQL_Failure
+ -- StoredProcedure_Success
+ -- StoredProcedure_Failure
+ -- Login_Success
+ -- Login_Failure
+ -- TransactionManagement_Success
+ -- TransactionManagement_Failure
+ -- All
+ -- None
+ You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails to run.
+
+ String[]
+
+
+ StorageAccountName
+
+ Specifies the name of the storage account to be used when auditing the database. Wildcards are not permitted. This parameter is not required. When this parameter is not provided, the cmdlet will use the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and this parameter is not provided, the cmdlet will fail.
+
+ String
+
+
+ StorageKeyType
+
+ Specifies which of the storage access keys to use. Valid values are:
+ -- Primary
+ -- Secondary
+ The default value is Primary.
+
+ String
+
+
+ RetentionInDays
+
+ Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
+
+ Nullable`1[UInt32]
+
+
+ TableIdentifier
+
+ Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the database is assigned to.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ EventType
+
+ Specifies the event types to audit. Valid values are:
+ -- PlainSQL_Success
+ -- PlainSQL_Failure
+ -- ParameterizedSQL_Success
+ -- ParameterizedSQL_Failure
+ -- StoredProcedure_Success
+ -- StoredProcedure_Failure
+ -- Login_Success
+ -- Login_Failure
+ -- TransactionManagement_Success
+ -- TransactionManagement_Failure
+ -- All
+ -- None
+ You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails to run.
+
+ String[]
+
+ String[]
+
+
+ none
+
+
+ StorageAccountName
+
+ Specifies the name of the storage account to be used when auditing the database. Wildcards are not permitted. This parameter is not required. When this parameter is not provided, the cmdlet will use the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and this parameter is not provided, the cmdlet will fail.
+
+ String
+
+ String
+
+
+ none
+
+
+ StorageKeyType
+
+ Specifies which of the storage access keys to use. Valid values are:
+ -- Primary
+ -- Secondary
+ The default value is Primary.
+
+ String
+
+ String
+
+
+ none
+
+
+ RetentionInDays
+
+ Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
+
+ Nullable`1[UInt32]
+
+ Nullable`1[UInt32]
+
+
+ none
+
+
+ TableIdentifier
+
+ Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that the database is assigned to.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 1: Set the auditing policy of a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -StorageAccountName "Storage31"
+
+ This command sets the auditing policy of database named database01 located on server01 to use the storage account named Storage31.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Set the storage account key of an existing auditing policy of a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -StorageAccountKey Secondary
+
+ This command sets the auditing policy of database named database01 located on server01 to keep using the same storage account name but to now use the secondary key.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Set the auditing policy of a database to use a specific event type --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -EventType Login_Failure
+
+ This command sets the auditing policy of database named database01 located on server01; the policy will log the Login_Failure event type. The command does not change the storage settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ Remove-AzureRmSqlDatabaseAuditing
+
+
+
+ Azure SQL Database Cmdlets
+
+
+
+
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingPolicy
+
+ Sets data masking for an Azure SQL database.
+
+
+
+
+ Set
+ AzureRmSqlDatabaseDataMaskingPolicy
+
+
+
+ The Set-AzureRmSqlDatabaseDataMaskingPolicy cmdlet sets the data masking policy for an Azure SQL database. To use this cmdlet, use the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. You can set the DataMaskingState parameter to specify whether data masking operations are enabled or disabled. You can also set the PrivilegedUsers parameter to specify which users are allowed to see the unmasked data. If the cmdlet succeeds and the PassThru parameter is used, it returns an object describing the current data masking policy as well as the database identifiers. Database identifiers include, but are not limited to, ResourceGroupName, ServerName, and DatabaseName.
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingPolicy
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ PrivilegedLogins
+
+ The parameter PrivilegedLogins is being deprecated and will be removed in a future release. Use the PrivilegedUsers parameter to provide SQL users excluded from masking.
+
+ String
+
+
+ PrivilegedUsers
+
+ Specifies a semicolon separated list of privileged user ids that can view the masking data.
+
+ String
+
+
+ DataMaskingState
+
+ Specifies whether data masking operation is enabled or disabled. Valid values are:
-- Enabled
-- Disabled
- The default value is Enabled.
-
- String
-
-
- ServerName
-
- Specifies the name of the server containing the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
-
-
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- PrivilegedLogins
-
- The parameter PrivilegedLogins is being deprecated and will be removed in a future release. Use the PrivilegedUsers parameter to provide SQL users excluded from masking.
-
- String
-
- String
-
-
- none
-
-
- PrivilegedUsers
-
- Specifies a semicolon separated list of privileged user ids that can view the masking data.
-
- String
-
- String
-
-
- none
-
-
- DataMaskingState
-
- Specifies whether data masking operation is enabled or disabled. Valid values are:
+ The default value is Enabled.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server containing the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ PrivilegedLogins
+
+ The parameter PrivilegedLogins is being deprecated and will be removed in a future release. Use the PrivilegedUsers parameter to provide SQL users excluded from masking.
+
+ String
+
+ String
+
+
+ none
+
+
+ PrivilegedUsers
+
+ Specifies a semicolon separated list of privileged user ids that can view the masking data.
+
+ String
+
+ String
+
+
+ none
+
+
+ DataMaskingState
+
+ Specifies whether data masking operation is enabled or disabled. Valid values are:
-- Enabled
-- Disabled
- The default value is Enabled.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server containing the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group containing the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Set the data masking policy for a database --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlDatabaseDataMaskingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command sets the data masking policy from database named database01 on the server named server01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingPolicy
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- New-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Remove-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingRule
-
- Sets the properties of a data masking rule in an Azure SQL database.
-
-
-
-
- Set
- AzureRMSqlDatabaseDataMaskingRule
-
-
-
- The Set-AzureRmSqlDatabaseDataMaskingRule cmdlet is used to set a data masking rule in an Azure SQL database. To use the cmdlet, provide the ResourceGroupName, ServerName, DatabaseName, and RuleId parameters to identify the rule. You can provide any of the parameters of SchemaName, TableName, and ColumnName to retarget the rule. Specify the MaskingFunction parameter to modify how the data is masked. If you specify a value of Number or Text for MaskingFunction, you can specify the NumberFrom and NumberTo parameters for number masking or the PrefixSize, ReplacementString, and SuffixSize parameters for text masking. If the command succeeds, and if you specify the PassThru parameter, the cmdlet returns an object that describe the data masking rule properties, and the rule identifiers. Rule identifiers include, but are not limited to, ResourceGroupName, ServerName,DatabaseName and RuleId.
-
-
-
- Set-AzureRmSqlDatabaseDataMaskingRule
-
- ColumnName
-
- Specifies the name of the column that is the target of this masking rule.
-
- String
-
-
- TableName
-
- Specifies the name of the table in the database of which the masked column is part.
-
- String
-
-
- SchemaName
-
-
-
- String
-
-
- MaskingFunction
-
- Specifies the masking function that the rule uses. Valid values are:
- -- Default
+ The default value is Enabled.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server containing the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group containing the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Set the data masking policy for a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseDataMaskingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command sets the data masking policy from database named database01 on the server named server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingPolicy
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ New-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Remove-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingRule
+
+ Sets the properties of a data masking rule in an Azure SQL database.
+
+
+
+
+ Set
+ AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ The Set-AzureRmSqlDatabaseDataMaskingRule cmdlet is used to set a data masking rule in an Azure SQL database. To use the cmdlet, provide the ResourceGroupName, ServerName, DatabaseName, and RuleId parameters to identify the rule. You can provide any of the parameters of SchemaName, TableName, and ColumnName to retarget the rule. Specify the MaskingFunction parameter to modify how the data is masked. If you specify a value of Number or Text for MaskingFunction, you can specify the NumberFrom and NumberTo parameters for number masking or the PrefixSize, ReplacementString, and SuffixSize parameters for text masking. If the command succeeds, and if you specify the PassThru parameter, the cmdlet returns an object that describe the data masking rule properties, and the rule identifiers. Rule identifiers include, but are not limited to, ResourceGroupName, ServerName,DatabaseName and RuleId.
+
+
+
+ Set-AzureRmSqlDatabaseDataMaskingRule
+
+ MaskingFunction
+
+ Specifies the masking function that the rule uses. Valid values are:
+ -- Default
-- NoMasking
-- Text
-- Number
-- SocialSecurityNumber
-- CreditCardNumber
-- Email
- The default value is Default.
-
- String
-
-
- PrefixSize
-
- Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
-
- ReplacementString
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- String
-
-
- SuffixSize
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
-
- NumberFrom
-
- Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
-
- NumberTo
-
- Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- RuleId
-
- Specifies the identifier for the data masking rule.
-
- String
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
-
-
-
-
- ColumnName
-
- Specifies the name of the column that is the target of this masking rule.
-
- String
-
- String
-
-
- none
-
-
- TableName
-
- Specifies the name of the table in the database of which the masked column is part.
-
- String
-
- String
-
-
- none
-
-
- SchemaName
-
-
-
- String
-
- String
-
-
- none
-
-
- MaskingFunction
-
- Specifies the masking function that the rule uses. Valid values are:
- -- Default
+ The default value is Default.
+
+ String
+
+
+ PrefixSize
+
+ Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+
+ ReplacementString
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ String
+
+
+ SuffixSize
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+
+ NumberFrom
+
+ Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+
+ NumberTo
+
+ Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ SchemaName
+
+
+
+ String
+
+
+ TableName
+
+ Specifies the name of the table in the database of which the masked column is part.
+
+ String
+
+
+ ColumnName
+
+ Specifies the name of the column that is the target of this masking rule.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ MaskingFunction
+
+ Specifies the masking function that the rule uses. Valid values are:
+ -- Default
-- NoMasking
-- Text
-- Number
-- SocialSecurityNumber
-- CreditCardNumber
-- Email
- The default value is Default.
-
- String
-
- String
-
-
- none
-
-
- PrefixSize
-
- Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
- Nullable`1[UInt32]
-
-
- none
-
-
- ReplacementString
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- String
-
- String
-
-
- none
-
-
- SuffixSize
-
- Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[UInt32]
-
- Nullable`1[UInt32]
-
-
- none
-
-
- NumberFrom
-
- Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
- Nullable`1[Double]
-
-
- none
-
-
- NumberTo
-
- Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
-
- Nullable`1[Double]
-
- Nullable`1[Double]
-
-
- none
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- RuleId
-
- Specifies the identifier for the data masking rule.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Change the range of a data masking rule in a database --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -RuleId "Rule17" -NumberFrom 23 -NumberTo 42
-
- This command modifies a data masking rule that has the ID Rule17. That rule operates in the database named database01 on server server01. This command changes the boundaries for the interval in which a random number is generated as the masked value. The new range is between 23 and 42.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- New-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Remove-AzureRmSqlDatabaseDataMaskingRule
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Set-AzureRmSqlDatabaseSecondary
-
- Switches a secondary Azure SQL Database to the primary in order to failover.
-
-
-
-
- Set
- AzureRMSqlDatabaseSecondary
-
-
-
- This cmdlet is designed as a general configuration command, but at the moment it is limited to initiating failover. Use it with the -AllowDataLoss parameter to initiate a force failover during an outage. You don’t have to specify it when performing a planned operation , such as DR drill. In the latter case the secondary databases will be synchronized with the primary before switching.
-
-
-
- Set-AzureRmSqlDatabaseSecondary
-
- DatabaseName
-
- The name of the Azure SQL Database Secondary.
-
- String
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group of the partner Azure SQL Database.
-
- String
-
-
- Failover
-
- Determines if this operation is a failover.
-
- SwitchParameter
-
-
- AllowDataLoss
-
- Determines if this failover operation will allow data loss.
-
- SwitchParameter
-
-
- ServerName
-
- The name of the Azure SQL Server of the Azure SQL Database Secondary.
-
- String
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group of the Azure SQL Database Secondary.
-
- String
-
-
-
- Set-AzureRmSqlDatabaseSecondary
-
- DatabaseName
-
- The name of the Azure SQL Database Secondary.
-
- String
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group of the partner Azure SQL Database.
-
- String
-
-
- ServerName
-
- The name of the Azure SQL Server of the Azure SQL Database Secondary.
-
- String
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group of the Azure SQL Database Secondary.
-
- String
-
-
-
-
-
- DatabaseName
-
- The name of the Azure SQL Database Secondary.
-
- String
-
- String
-
-
-
-
-
-
- PartnerResourceGroupName
-
- The name of the Azure Resource Group of the partner Azure SQL Database.
-
- String
-
- String
-
-
-
-
-
-
- ServerName
-
- The name of the Azure SQL Server of the Azure SQL Database Secondary.
-
- String
-
- String
-
-
-
-
-
-
- ResourceGroupName
-
- The name of the Azure Resource Group of the Azure SQL Database Secondary.
-
- String
-
- String
-
-
-
-
-
-
- Failover
-
- Determines if this operation is a failover.
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
-
- AllowDataLoss
-
- Determines if this failover operation will allow data loss.
-
- SwitchParameter
-
- SwitchParameter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
-
-
-
-
-
- Set-AzureRmSqlDatabaseThreatDetectionPolicy
-
- Sets a threat detection policy on a database.
-
-
-
-
- Set
- AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- The Set-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet sets a threat detection policy on an Azure SQL database. In order to enable threat detection on a database an auditing policy must be enabled on that database.
- To use this cmdlet, specify the ResourceGroupName, ServerName and DatabaseName parameters to identify the database.
-
-
-
- Set-AzureRmSqlDatabaseThreatDetectionPolicy
-
- ResourceGroupName
-
- Specifies the name of the resource group the server is assigned to.
-
- String
-
-
- ServerName
-
- Specifies the name of the server.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database where the policy will be set.
-
- String
-
-
- EmailAdmins
-
- Specifies whether the threat detection policy contacts administrators by using email.
-
- Boolean]
-
-
- ExcludedDetectionType
-
- Specifies an array of detection types to exclude from the policy. Valid values are:
-
--- Sql_Injection
+ The default value is Default.
+
+ String
+
+ String
+
+
+ none
+
+
+ PrefixSize
+
+ Specifies the number of characters in the beginning of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+ Nullable`1[UInt32]
+
+
+ none
+
+
+ ReplacementString
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ String
+
+ String
+
+
+ none
+
+
+ SuffixSize
+
+ Specifies the number of characters in the end of the text that is not masked. Specify this parameter only if you specify a value of Text for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[UInt32]
+
+ Nullable`1[UInt32]
+
+
+ none
+
+
+ NumberFrom
+
+ Specifies the lower bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+ Nullable`1[Double]
+
+
+ none
+
+
+ NumberTo
+
+ Specifies the upper bound number of the interval from which a random value is selected. Specify this parameter only if you specify a value of Number for the MaskingFunction parameter. The default value is 0.
+
+ Nullable`1[Double]
+
+ Nullable`1[Double]
+
+
+ none
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ SchemaName
+
+
+
+ String
+
+ String
+
+
+ none
+
+
+ TableName
+
+ Specifies the name of the table in the database of which the masked column is part.
+
+ String
+
+ String
+
+
+ none
+
+
+ ColumnName
+
+ Specifies the name of the column that is the target of this masking rule.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ RuleId
+
+ Specifies the identifier for the data masking rule.
+
+ string
+
+ string
+
+
+ none
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseDataMaskingRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Change the range of a data masking rule in a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseDataMaskingRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -RuleId "Rule17" -NumberFrom 23 -NumberTo 42
+
+ This command modifies a data masking rule that has the ID Rule17. That rule operates in the database named database01 on server server01. This command changes the boundaries for the interval in which a random number is generated as the masked value. The new range is between 23 and 42.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ New-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Remove-AzureRmSqlDatabaseDataMaskingRule
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Set-AzureRmSqlDatabaseSecondary
+
+ Switches a secondary Azure SQL Database to the primary in order to failover.
+
+
+
+
+ Set
+ AzureRmSqlDatabaseSecondary
+
+
+
+ This cmdlet is designed as a general configuration command, but at the moment it is limited to initiating failover. Use it with the -AllowDataLoss parameter to initiate a force failover during an outage. You don’t have to specify it when performing a planned operation , such as DR drill. In the latter case the secondary databases will be synchronized with the primary before switching.
+
+
+
+ Set-AzureRmSqlDatabaseSecondary
+
+ DatabaseName
+
+ The name of the Azure SQL Database Secondary.
+
+ String
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group of the partner Azure SQL Database.
+
+ String
+
+
+ ServerName
+
+ The name of the Azure SQL Server of the Azure SQL Database Secondary.
+
+ String
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group of the Azure SQL Database Secondary.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+ Set-AzureRmSqlDatabaseSecondary
+
+ DatabaseName
+
+ The name of the Azure SQL Database Secondary.
+
+ String
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group of the partner Azure SQL Database.
+
+ String
+
+
+ Failover
+
+ Determines if this operation is a failover.
+
+ SwitchParameter
+
+
+ AllowDataLoss
+
+ Determines if this failover operation will allow data loss.
+
+ SwitchParameter
+
+
+ ServerName
+
+ The name of the Azure SQL Server of the Azure SQL Database Secondary.
+
+ String
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group of the Azure SQL Database Secondary.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DatabaseName
+
+ The name of the Azure SQL Database Secondary.
+
+ String
+
+ String
+
+
+
+
+
+ PartnerResourceGroupName
+
+ The name of the Azure Resource Group of the partner Azure SQL Database.
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+ The name of the Azure SQL Server of the Azure SQL Database Secondary.
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+ The name of the Azure Resource Group of the Azure SQL Database Secondary.
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Failover
+
+ Determines if this operation is a failover.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+ AllowDataLoss
+
+ Determines if this failover operation will allow data loss.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+
+
+
+
+
+
+ Set-AzureRmSqlDatabaseThreatDetectionPolicy
+
+ Sets a threat detection policy on a database.
+
+
+
+
+ Set
+ AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ The Set-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet sets a threat detection policy on an Azure SQL database. In order to enable threat detection on a database an auditing policy must be enabled on that database.
+ To use this cmdlet, specify the ResourceGroupName, ServerName and DatabaseName parameters to identify the database.
+
+
+
+ Set-AzureRmSqlDatabaseThreatDetectionPolicy
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ NotificationRecipientsEmails
+
+ Specifies a semicolon-separated list of email addresses to which the policy sends alerts.
+
+ String
+
+
+ EmailAdmins
+
+ Specifies whether the threat detection policy contacts administrators by using email.
+
+ Nullable`1[Boolean]
+
+
+ ExcludedDetectionType
+
+ Specifies an array of detection types to exclude from the policy. Valid values are:
+ -- Sql_Injection
-- Sql_Injection_Vulnerability
-- Access_Anomaly
-- Usage_Anomaly
-- None
-
-
- Sql_Injection
- Sql_Injection_Vulnerability
- Access_Anomaly
- Usage_Anomaly
- None
-
-
-
- NotificationRecipientsEmails
-
- Specifies a semicolon-separated list of email addresses to which the policy sends alerts.
-
- String
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
-
-
-
-
-
- DatabaseName
-
- Specifies the name of the database where the policy will be set.
-
- String
-
- String
-
-
- none
-
-
- EmailAdmins
-
- Specifies whether the threat detection policy contacts administrators by using email.
-
- Boolean]
-
- Boolean]
-
-
- none
-
-
- ExcludedDetectionType
-
- Specifies an array of detection types to exclude from the policy. Valid values are:
-
--- Sql_Injection
+
+ String[]
+
+
+ ServerName
+
+ Specifies the name of the server.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database where the policy will be set.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group the server is assigned to.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ NotificationRecipientsEmails
+
+ Specifies a semicolon-separated list of email addresses to which the policy sends alerts.
+
+ String
+
+ String
+
+
+ none
+
+
+ EmailAdmins
+
+ Specifies whether the threat detection policy contacts administrators by using email.
+
+ Nullable`1[Boolean]
+
+ Nullable`1[Boolean]
+
+
+ none
+
+
+ ExcludedDetectionType
+
+ Specifies an array of detection types to exclude from the policy. Valid values are:
+ -- Sql_Injection
-- Sql_Injection_Vulnerability
-- Access_Anomaly
-- Usage_Anomaly
-- None
-
- String[]
-
- String[]
-
-
- none
-
-
- NotificationRecipientsEmails
-
- Specifies a semicolon-separated list of email addresses to which the policy sends alerts.
-
- String
-
- String
-
-
- none
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group the server is assigned to.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server.
-
- String
-
- String
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
- You cannot pipe input to this cmdlet.
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel
-
-
-
-
-
-
- This cmdlet returns a Model.DatabaseThreatDetectionPolicyModel object.
-
-
-
-
-
-
-
- Example 1: Set the threat detection policy for a database
-
-
-
- PS C:\> Set-AzureRmSqlDatabaseThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -DatabaseName "Database01" -NotificationRecipientsEmails "admin01@contoso.com;secadmin@contoso.com" -EmailAdmins $False -ExcludedDetectionType "Sql_Injection_Vulnerability", "SQL_Injection"
-
- This command sets the threat detection policy for a database named Database01 on the server named Server01.
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- Remove-AzureRmSqlDatabaseThreatDetectionPolicy
-
-
-
- Azure SQL Database Cmdlets
-
-
-
-
-
-
-
- Set-AzureRmSqlDatabaseTransparentDataEncryption
-
- Modifies TPE for an Azure SQL database.
-
-
-
-
- Set
- AzureRMSqlDatabaseTransparentDataEncryption
-
-
-
- The Set-AzureRmSqlDatabaseTransparentDataEncryption cmdlet modifies the Transparent Data Encryption (TDE) property of an Azure SQL database. For more information, see Transparent Data Encryption with Azure SQL Database (https://msdn.microsoft.com/library/dn948096) in the Microsoft Developer Network Library.
-
-
-
- Set-AzureRmSqlDatabaseTransparentDataEncryption
-
- State
-
- Specifies the value of the TDE property. Valid values are:
- -- Enabled
+
+ String[]
+
+ String[]
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database where the policy will be set.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group the server is assigned to.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+You cannot pipe input to this cmdlet.
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ThreatDetection.Model.DatabaseThreatDetectionPolicyModel
+
+
+
+
+
+This cmdlet returns a Model.DatabaseThreatDetectionPolicyModel object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 1: Set the threat detection policy for a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseThreatDetectionPolicy -ResourceGroupName "ResourceGroup11" -ServerName "Server01" -DatabaseName "Database01" -NotificationRecipientsEmails "admin01@contoso.com;secadmin@contoso.com" -EmailAdmins $False -ExcludedDetectionType "Sql_Injection_Vulnerability", "SQL_Injection"
+
+ This command sets the threat detection policy for a database named Database01 on the server named Server01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ Remove-AzureRmSqlDatabaseThreatDetectionPolicy
+
+
+
+ Azure SQL Database Cmdlets
+
+
+
+
+
+
+
+ Set-AzureRmSqlDatabaseTransparentDataEncryption
+
+ Modifies TPE for an Azure SQL database.
+
+
+
+
+ Set
+ AzureRmSqlDatabaseTransparentDataEncryption
+
+
+
+ The Set-AzureRmSqlDatabaseTransparentDataEncryption cmdlet modifies the Transparent Data Encryption (TDE) property of an Azure SQL database. For more information, see Transparent Data Encryption with Azure SQL Database (https://msdn.microsoft.com/library/dn948096) in the Microsoft Developer Network Library.
+
+
+
+ Set-AzureRmSqlDatabaseTransparentDataEncryption
+
+ State
+
+ Specifies the value of the TDE property. Valid values are:
+ -- Enabled
-- Disabled
-
- TransparentDataEncryptionStateType
-
-
- ServerName
-
- Specifies the name of the server that hosts the database that this cmdlet modifies.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet modifies.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database that this cmdlet modifies.
-
- String
-
-
-
-
-
- State
-
- Specifies the value of the TDE property. Valid values are:
- -- Enabled
+
+ TransparentDataEncryptionStateType
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database that this cmdlet modifies.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet modifies.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database that this cmdlet modifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ State
+
+ Specifies the value of the TDE property. Valid values are:
+ -- Enabled
-- Disabled
-
- TransparentDataEncryptionStateType
-
- TransparentDataEncryptionStateType
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that hosts the database that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Enable TPE for a database --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlDatabaseTransparentDataEncryption -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -State Enabled
-
- This command enables TPE for the database named database01 on the server named server01.
-
-
- ResourceGroupName ServerName DatabaseName State
------------------ ---------- ------------ -----
-resourcegroup01 server01 database01 Enabled
+
+ TransparentDataEncryptionStateType
+
+ TransparentDataEncryptionStateType
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryption
-
-
-
-
- Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
-
-
-
-
-
-
-
-
- Set-AzureRmSqlElasticPool
-
- Modifies properties for an elastic database pool in Azure SQL Database.
-
-
-
-
- Set
- AzureRMSqlElasticPool
-
-
-
- The Set-AzureRmSqlElasticPool cmdlet modifies properties for an elastic database pool in Azure SQL Database. This cmdlet can modify the minimum Database Throughput Units (DTUs) per database, and the maximum DTUs per database, the number of DTUs for the pool, and the storage limit for the pool.
-
-
-
- Set-AzureRmSqlElasticPool
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet modifies.
-
- String
-
-
- Edition
-
- Specifies the edition of Azure SQL Database for the elastic pool. You cannot change the edition.
-
- DatabaseEdition
-
-
- Dtu
-
- Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
- -- Basic. 100 DTUs
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Enable TPE for a database --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseTransparentDataEncryption -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -State Enabled
+
+ This command enables TPE for the database named database01 on the server named server01.
+
+
+ ResourceGroupName ServerName DatabaseName State
+----------------- ---------- ------------ -----
+resourcegroup01 server01 database01 Enabled
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryption
+
+
+
+ Get-AzureRmSqlDatabaseTransparentDataEncryptionActivity
+
+
+
+
+
+
+
+ Set-AzureRmSqlElasticPool
+
+ Modifies properties for an elastic database pool in Azure SQL Database.
+
+
+
+
+ Set
+ AzureRmSqlElasticPool
+
+
+
+ The Set-AzureRmSqlElasticPool cmdlet modifies properties for an elastic database pool in Azure SQL Database. This cmdlet can modify the minimum Database Throughput Units (DTUs) per database, and the maximum DTUs per database, the number of DTUs for the pool, and the storage limit for the pool.
+
+
+
+ Set-AzureRmSqlElasticPool
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet modifies.
+
+ String
+
+
+ Edition
+
+ Specifies the edition of Azure SQL Database for the elastic pool. You cannot change the edition.
+
+ DatabaseEdition
+
+
+ Dtu
+
+ Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
+ -- Basic. 100 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
-
- StorageMB
-
- Specifies the storage limit, in megabytes, for the elastic pool. For more information, see the New-AzureRmSqlElasticPool cmdlet.
-
- Int32
-
-
- DatabaseDtuMin
-
- Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
-
- Int32
-
-
- DatabaseDtuMax
-
- Specifies the maximum number of DTUs that any single database in the pool can consume. The default values for different editions are as follows:
- -- Basic. 5 DTUs
+
+ Int32
+
+
+ StorageMB
+
+ Specifies the storage limit, in megabytes, for the elastic pool. For more information, see the New-AzureRmSqlElasticPool cmdlet.
+
+ Int32
+
+
+ DatabaseDtuMin
+
+ Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
+
+ Int32
+
+
+ DatabaseDtuMax
+
+ Specifies the maximum number of DTUs that any single database in the pool can consume. The default values for different editions are as follows:
+ -- Basic. 5 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
-
- Dictionary`2[String]
-
-
- ServerName
-
- Specifies the name of the server that contains the elastic pool that this cmdlet updates.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet modifies.
-
- String
-
-
-
-
-
- ElasticPoolName
-
- Specifies the name of the elastic pool that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- Edition
-
- Specifies the edition of Azure SQL Database for the elastic pool. You cannot change the edition.
-
- DatabaseEdition
-
- DatabaseEdition
-
-
- none
-
-
- Dtu
-
- Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
- -- Basic. 100 DTUs
+
+ Int32
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
+
+ Dictionary`2[String]
+
+
+ ServerName
+
+ Specifies the name of the server that contains the elastic pool that this cmdlet updates.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet modifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ElasticPoolName
+
+ Specifies the name of the elastic pool that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ Edition
+
+ Specifies the edition of Azure SQL Database for the elastic pool. You cannot change the edition.
+
+ DatabaseEdition
+
+ DatabaseEdition
+
+
+ none
+
+
+ Dtu
+
+ Specifies the total number of shared DTUs for the elastic pool. The default values for different editions are as follows:
+ -- Basic. 100 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
- Int32
-
-
- none
-
-
- StorageMB
-
- Specifies the storage limit, in megabytes, for the elastic pool. For more information, see the New-AzureRmSqlElasticPool cmdlet.
-
- Int32
-
- Int32
-
-
- none
-
-
- DatabaseDtuMin
-
- Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
-
- Int32
-
- Int32
-
-
- none
-
-
- DatabaseDtuMax
-
- Specifies the maximum number of DTUs that any single database in the pool can consume. The default values for different editions are as follows:
- -- Basic. 5 DTUs
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ StorageMB
+
+ Specifies the storage limit, in megabytes, for the elastic pool. For more information, see the New-AzureRmSqlElasticPool cmdlet.
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ DatabaseDtuMin
+
+ Specifies the minimum number of DTUs that the elastic pool guarantees to all the databases in the pool. The default value is zero (0).
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ DatabaseDtuMax
+
+ Specifies the maximum number of DTUs that any single database in the pool can consume. The default values for different editions are as follows:
+ -- Basic. 5 DTUs
-- Standard. 100 DTUs
-- Premium. 125 DTUs
-
- Int32
-
- Int32
-
-
- none
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the elastic pool that this cmdlet updates.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the elastic pool that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Modify properties for an elastic pool --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlDatabaseElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01" -Dtu 1000 -DatabaseDtuMax 100 -DatabaseDtuMin 20
-
- This command modifies properties for an elastic pool named elasticpool01. The command sets the number of DTUs for the elastic pool to be 1000 and sets the minimum and maximum DTUs.
-
-
- ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
+
+ Int32
+
+ Int32
+
+
+ none
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the elastic pool.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that contains the elastic pool that this cmdlet updates.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the elastic pool that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ElasticPool.Model.AzureSqlElasticPoolModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Modify properties for an elastic pool --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlDatabaseElasticPool -ResourceGroupName "resourcegroup01" -ServerName "server01" -ElasticPoolName "elasticpool01" -Dtu 1000 -DatabaseDtuMax 100 -DatabaseDtuMin 20
+
+ This command modifies properties for an elastic pool named elasticpool01. The command sets the number of DTUs for the elastic pool to be 1000 and sets the minimum and maximum DTUs.
+
+
+ ResourceId : /subscriptions/00000000-0000-0000-0000-000000000001/resourceGroups/resourcegroup01/providers/Microsoft.Sql/servers/server01/elasticPools/elasticpool01
ResourceGroupName : resourcegroup01
ServerName : server01
ElasticPoolName : elasticpool01
@@ -12335,587 +14891,641 @@ Dtu : 200
DatabaseDtuMax : 100
DatabaseDtuMin : 20
StorageMB : 204800
-Tags :
+Tags :
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlElasticPool
+
+
+
+ Get-AzureRmSqlElasticPoolActivity
+
+
+
+ Get-AzureRmSqlElasticPoolDatabase
+
+
+
+ New-AzureRmSqlElasticPool
+
+
+
+
+
+
+
+ Set-AzureRmSqlServer
+
+ Modifies properties of an Azure SQL Database server.
+
+
+
+
+ Set
+ AzureRmSqlServer
+
+
+
+ The Set-AzureRmSqlServer cmdlet modifies properties of an Azure SQL Database server.
+
+
+
+ Set-AzureRmSqlServer
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet modifies.
+
+ String
+
+
+ SqlAdministratorPassword
+
+ Specifies a new password, as a SecureSting, for the database server administrator for the server. To obtain a SecureSting, use the Get-Credential cmdlet. For more information, type Get-Help ConvertTo-SecureString.
+
+ SecureString
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the server.
+
+ Dictionary`2[String]
+
+
+ ServerVersion
+
+ Specifies the version to which this cmdlet changes the server. Valid values are: 2.0 and 12.0.
+
+ String
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server that this cmdlet modifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ SqlAdministratorPassword
+
+ Specifies a new password, as a SecureSting, for the database server administrator for the server. To obtain a SecureSting, use the Get-Credential cmdlet. For more information, type Get-Help ConvertTo-SecureString.
+
+ SecureString
+
+ SecureString
+
+
+ none
+
+
+ Tags
+
+ Specifies a dictionary of tags that this cmdlet associates with the server.
+
+ Dictionary`2[String]
+
+ Dictionary`2[String]
+
+
+ none
+
+
+ ServerVersion
+
+ Specifies the version to which this cmdlet changes the server. Valid values are: 2.0 and 12.0.
+
+ String
+
+ String
+
+
+ none
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlElasticPool
-
-
-
-
- Get-AzureRmSqlElasticPoolActivity
-
-
-
-
- Get-AzureRmSqlElasticPoolDatabase
-
-
-
-
- New-AzureRmSqlElasticPool
-
-
-
-
-
-
-
-
- Set-AzureRmSqlServer
-
- Modifies properties of an Azure SQL Database server.
-
-
-
-
- Set
- AzureRMSqlServer
-
-
-
- The Set-AzureRmSqlServer cmdlet modifies properties of an Azure SQL Database server.
-
-
-
- Set-AzureRmSqlServer
-
- ServerName
-
- Specifies the name of the server that this cmdlet modifies.
-
- String
-
-
- SqlAdministratorPassword
-
- Specifies a new password, as a SecureSting, for the database server administrator for the server. To obtain a SecureSting, use the Get-Credential cmdlet. For more information, type Get-Help ConvertTo-SecureString.
-
- SecureString
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the server.
-
- Dictionary`2[String]
-
-
- ServerVersion
-
- Specifies the version to which this cmdlet changes the server. Valid values are: 2.0 and 12.0.
-
- String
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server that this cmdlet modifies.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- ServerName
-
- Specifies the name of the server that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- SqlAdministratorPassword
-
- Specifies a new password, as a SecureSting, for the database server administrator for the server. To obtain a SecureSting, use the Get-Credential cmdlet. For more information, type Get-Help ConvertTo-SecureString.
-
- SecureString
-
- SecureString
-
-
- none
-
-
- Tags
-
- Specifies a dictionary of tags that this cmdlet associates with the server.
-
- Dictionary`2[String]
-
- Dictionary`2[String]
-
-
- none
-
-
- ServerVersion
-
- Specifies the version to which this cmdlet changes the server. Valid values are: 2.0 and 12.0.
-
- String
-
- String
-
-
- none
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Reset admin password on Azure SQL Server --------------------------
-
- PS C:\>
-
- PS C:\> $serverPassword = "newpassword"
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Server.Model.AzureSqlServerModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Reset admin password on Azure SQL Server --------------------------
+
+ PS C:\>
+
+ PS C:\> $serverPassword = "newpassword"
PS C:\> $secureString = ConvertTo-SecureString $serverPassword -AsPlainText -Force
-PS C:\> Set-AzureSqlServer -ResourceGroupName "resourcegroup01" -ServerName "server01" -SqlAdministratorPassword $secureString
-
- Resets the admin password to "newpassword" on Azure SQL Server "server01".
-
-
- ResourceGroupName : resourcegroup01
+PS C:\> Set-AzureSqlServer -ResourceGroupName "resourcegroup01" -ServerName "server01" -SqlAdministratorPassword $secureString
+
+ Resets the admin password to "newpassword" on Azure SQL Server "server01".
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
Location : Australia East
SqlAdministratorLogin : adminLogin
SqlAdministratorPassword :
ServerVersion : 12.0
Tags :
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
-
-
-
-
- Set-AzureRmSqlServerActiveDirectoryAdministrator
-
- Provisions an Azure AD administrator for SQL Server.
-
-
-
-
- Set
- AzureRMSqlServerActiveDirectoryAdministrator
-
-
-
- The Set-AzureRmSqlServerActiveDirectoryAdministrator cmdlet provisions an Azure Active Directory (Azure AD) administrator for Azure SQL Server in the current subscription.
- Only one administrator can be provisioned at a time.
- The following members of Azure AD can be provisioned as an administrator for SQL Server:
- -- Native members of Azure AD
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+
+
+
+
+ Set-AzureRmSqlServerActiveDirectoryAdministrator
+
+ Provisions an Azure AD administrator for SQL Server.
+
+
+
+
+ Set
+ AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+ The Set-AzureRmSqlServerActiveDirectoryAdministrator cmdlet provisions an Azure Active Directory (Azure AD) administrator for Azure SQL Server in the current subscription.
+ Only one administrator can be provisioned at a time.
+ The following members of Azure AD can be provisioned as an administrator for SQL Server:
+ -- Native members of Azure AD
-- Federated members of Azure AD
-- Imported members from other Azure AD who are native or federated members
-- Azure AD groups created as security groups
-
+
Microsoft accounts, such as those in the Outllook.com, Hotmail.com, or Live.com domains, are not supported as administrators. Other guest accounts, such as those in the Gmail.com or Yahoo.com domains, are not supported as administrators.
- We recommend that you provision a dedicated Azure AD group as an administrator.
-
-
-
- Set-AzureRmSqlServerActiveDirectoryAdministrator
-
- DisplayName
-
- Specifies the display name of the Azure AD administrator that this cmdlet provisions for SQL Server.
-
- String
-
-
- ObjectId
-
- Specifies the unique ID of the Azure AD administrator that this cmdlet provisions for SQL Server. If the display name is not unique, you must specify a value for this parameter.
-
- Guid
-
-
- ServerName
-
- Specifies the name of the SQL Server for which this cmdlet provisions an administrator.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the SQL Server for which this cmdlet provisions an administrator.
-
- String
-
-
-
-
-
- DisplayName
-
- Specifies the display name of the Azure AD administrator that this cmdlet provisions for SQL Server.
-
- String
-
- String
-
-
- none
-
-
- ObjectId
-
- Specifies the unique ID of the Azure AD administrator that this cmdlet provisions for SQL Server. If the display name is not unique, you must specify a value for this parameter.
-
- Guid
-
- Guid
-
-
- none
-
-
- ServerName
-
- Specifies the name of the SQL Server for which this cmdlet provisions an administrator.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the SQL Server for which this cmdlet provisions an administrator.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Provision an administrator group for a server --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01" -DisplayName "DBAs"
-
-
- This command provisions an Azure AD administrator group DBAs for the server named server01 that is associated with resource group resourcegroup01.
-
-
- ResourceGroupName ServerName DisplayName ObjectId
+ We recommend that you provision a dedicated Azure AD group as an administrator.
+
+
+
+ Set-AzureRmSqlServerActiveDirectoryAdministrator
+
+ DisplayName
+
+ Specifies the display name of the Azure AD administrator that this cmdlet provisions for SQL Server.
+
+ String
+
+
+ ObjectId
+
+ Specifies the unique ID of the Azure AD administrator that this cmdlet provisions for SQL Server. If the display name is not unique, you must specify a value for this parameter.
+
+ Guid
+
+
+ ServerName
+
+ Specifies the name of the SQL Server for which this cmdlet provisions an administrator.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the SQL Server for which this cmdlet provisions an administrator.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ DisplayName
+
+ Specifies the display name of the Azure AD administrator that this cmdlet provisions for SQL Server.
+
+ String
+
+ String
+
+
+ none
+
+
+ ObjectId
+
+ Specifies the unique ID of the Azure AD administrator that this cmdlet provisions for SQL Server. If the display name is not unique, you must specify a value for this parameter.
+
+ Guid
+
+ Guid
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the SQL Server for which this cmdlet provisions an administrator.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the SQL Server for which this cmdlet provisions an administrator.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServerActiveDirectoryAdministrator.Model.AzureSqlServerActiveDirectoryAdministratorModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Provision an administrator group for a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01" -DisplayName "DBAs"
+
+ This command provisions an Azure AD administrator group DBAs for the server named server01 that is associated with resource group resourcegroup01.
+
+
+ ResourceGroupName ServerName DisplayName ObjectId
----------------- ---------- ----------- --------
resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Provision an administrator user for a server --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01" -DisplayName "David Chew"
-
-
- This command provisions an Azure AD user David Chew as an administrator for the server named server01.
-
-
- ResourceGroupName ServerName DisplayName ObjectId
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Provision an administrator user for a server --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01" -DisplayName "David Chew"
+
+ This command provisions an Azure AD user David Chew as an administrator for the server named server01.
+
+
+ ResourceGroupName ServerName DisplayName ObjectId
----------------- ---------- ----------- --------
resourcegroup01 server01 David Chew 11E95548-B179-4FE1-9AF4-ACA49D13ABB9
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Provision an administrator group by specifying its ID --------------------------
-
- PS C:\>
-
- PS C:\>Set-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01" -DisplayName "DBAs" -ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b"
-
-
- This command provisions an Azure AD administrator group DBAs for the server named server01. This command specifies an ID for the ObjectId parameter. If the display name of the object is not unique, the command still works.
-
-
- ResourceGroupName ServerName DisplayName ObjectId
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Provision an administrator group by specifying its ID --------------------------
+
+ PS C:\>
+
+ PS C:\>Set-AzureRmSqlServerActiveDirectoryAdministrator -ResourceGroupName "resourcegroup01" -ServerName "server01" -DisplayName "DBAs" -ObjectId "40b79501-b343-44ed-9ce7-da4c8cc7353b"
+
+ This command provisions an Azure AD administrator group DBAs for the server named server01. This command specifies an ID for the ObjectId parameter. If the display name of the object is not unique, the command still works.
+
+
+ ResourceGroupName ServerName DisplayName ObjectId
----------------- ---------- ----------- --------
resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerActiveDirectoryAdministrator
-
-
-
-
- Remove-AzureRmSqlServerActiveDirectoryAdministrator
-
-
-
-
-
-
-
-
- Set-AzureRmSqlServerAuditingPolicy
-
- Changes the auditing policy of an Azure SQL server.
-
-
-
-
- Set
- AzureRMSqlServerAuditingPolicy
-
-
-
- The Set-AzureRmSqlServerAuditingPolicy cmdlet changes the auditing policy of an Azure SQL server. Specify the ResourceGroupName and ServerName parameters to identify the server, the StorageAccountName parameter to specify the storage account to be used for the audit logs and the StorageKeyType parameter to define which of that storage keys to use. You can also define retention for the audit logs table by setting the value of the RetentionInDays and TableIdentifier parameters to define the period and the seed for the names of the audit logs tables. Specify the EventType parameter to define which event types to audit. After you run this cmdlet, auditing of the databases that use the policy of this server is enabled. If the cmdlet succeeds, and you specify the PassThru parameter, the cmdlet returns an object that describes the current auditing policy, and the server’s identifiers. Server identifiers include, but are not limited to, ResourceGroupName and ServerName.
-
-
-
- Set-AzureRmSqlServerAuditingPolicy
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- EventType
-
- Specifies the event types to audit. Valid values are:
- -- PlainSQL_Success
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+ Remove-AzureRmSqlServerActiveDirectoryAdministrator
+
+
+
+
+
+
+
+ Set-AzureRmSqlServerAuditingPolicy
+
+ Changes the auditing policy of an Azure SQL server.
+
+
+
+
+ Set
+ AzureRmSqlServerAuditingPolicy
+
+
+
+ The Set-AzureRmSqlServerAuditingPolicy cmdlet changes the auditing policy of an Azure SQL server. Specify the ResourceGroupName and ServerName parameters to identify the server, the StorageAccountName parameter to specify the storage account to be used for the audit logs and the StorageKeyType parameter to define which of that storage keys to use. You can also define retention for the audit logs table by setting the value of the RetentionInDays and TableIdentifier parameters to define the period and the seed for the names of the audit logs tables. Specify the EventType parameter to define which event types to audit. After you run this cmdlet, auditing of the databases that use the policy of this server is enabled. If the cmdlet succeeds, and you specify the PassThru parameter, the cmdlet returns an object that describes the current auditing policy, and the server’s identifiers. Server identifiers include, but are not limited to, ResourceGroupName and ServerName.
+
+
+
+ Set-AzureRmSqlServerAuditingPolicy
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ EventType
+
+ Specifies the event types to audit. Valid values are:
+ -- PlainSQL_Success
-- PlainSQL_Failure
-- ParameterizedSQL_Success
-- ParameterizedSQL_Failure
@@ -12927,75 +15537,89 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
- You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails.
-
- String[]
-
-
- StorageAccountName
-
- Specifies the name of the storage account to be used when auditing the database. Wildcard characters are not permitted. If you do not specify this parameter, the cmdlet uses the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and you do not specify this parameter, the cmdlet fails.
-
- String
-
-
- StorageKeyType
-
- Specifies which of the storage access keys to use. Valid values are:
- -- Primary
+ You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails.
+
+ String[]
+
+
+ StorageAccountName
+
+ Specifies the name of the storage account to be used when auditing the database. Wildcard characters are not permitted. If you do not specify this parameter, the cmdlet uses the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and you do not specify this parameter, the cmdlet fails.
+
+ String
+
+
+ StorageKeyType
+
+ Specifies which of the storage access keys to use. Valid values are:
+ -- Primary
-- Secondary
- The default value is Primary.
-
- String
-
-
- RetentionInDays
-
- Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
-
- Nullable`1[UInt32]
-
-
- TableIdentifier
-
- Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
-
- String
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
-
-
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- EventType
-
- Specifies the event types to audit. Valid values are:
- -- PlainSQL_Success
+ The default value is Primary.
+
+ String
+
+
+ RetentionInDays
+
+ Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
+
+ Nullable`1[UInt32]
+
+
+ TableIdentifier
+
+ Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ EventType
+
+ Specifies the event types to audit. Valid values are:
+ -- PlainSQL_Success
-- PlainSQL_Failure
-- ParameterizedSQL_Success
-- ParameterizedSQL_Failure
@@ -13007,1656 +15631,2049 @@ resourcegroup01 server01 DBAs 40b79501-b343-44ed-9ce7-da4c8cc7353b
- You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails.
-
- String[]
-
- String[]
-
-
- none
-
-
- StorageAccountName
-
- Specifies the name of the storage account to be used when auditing the database. Wildcard characters are not permitted. If you do not specify this parameter, the cmdlet uses the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and you do not specify this parameter, the cmdlet fails.
-
- String
-
- String
-
-
- none
-
-
- StorageKeyType
-
- Specifies which of the storage access keys to use. Valid values are:
- -- Primary
+ You can specify several event types. You can specify All to audit all of the event types or None to specify that no events will be audited. If you specify All or None at the same time, the cmdlet fails.
+
+ String[]
+
+ String[]
+
+
+ none
+
+
+ StorageAccountName
+
+ Specifies the name of the storage account to be used when auditing the database. Wildcard characters are not permitted. If you do not specify this parameter, the cmdlet uses the storage account that was defined previously as part of the auditing policy of the database. If this is the first time a database auditing policy is defined and you do not specify this parameter, the cmdlet fails.
+
+ String
+
+ String
+
+
+ none
+
+
+ StorageKeyType
+
+ Specifies which of the storage access keys to use. Valid values are:
+ -- Primary
-- Secondary
- The default value is Primary.
-
- String
-
- String
-
-
- none
-
-
- RetentionInDays
-
- Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
-
- Nullable`1[UInt32]
-
- Nullable`1[UInt32]
-
-
- none
-
-
- TableIdentifier
-
- Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that contains the database.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Set the auditing policy of an Azure SQL server --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -StorageAccountName "Storage22"
-
- This command sets the auditing policy of the server named server01 to use storage account named Storage22.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Set the storage account key of an already existing auditing policy of an Azure SQL server --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -StorageAccountKey Secondary
-
- This command sets the auditing policy of the server named server01 to use the secondary key. The command does not modify the storage account name.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 3: Set the auditing policy of an Azure SQL server to use a specific event type --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -EventType Login_Failure
-
- This command sets the auditing policy of the server named server01 to use the Login_Failure event type. This command does not modify any other setting.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerAuditingPolicy
-
-
-
-
- Use-AzureRmSqlServerAuditingPolicy
-
-
-
-
-
-
-
-
- Set-AzureRmSqlServerFirewallRule
-
- Modifies a firewall rule in Azure SQL Database server.
-
-
-
-
- Set
- AzureRMSqlServerFirewallRule
-
-
-
- The Set-AzureRmSqlServerFirewallRule cmdlet modifies a firewall rule in Azure SQL Database server.
-
-
-
- Set-AzureRmSqlServerFirewallRule
-
- FirewallRuleName
-
- Specifies the name of the firewall rule that this cmdlet modifies.
-
- String
-
-
- StartIpAddress
-
- Specifies the start value of the IP address range for the firewall rule.
-
- String
-
-
- EndIpAddress
-
- Specifies the end value of the IP address range for this rule.
-
- String
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet modifies a firewall rule on the server that this parameter specifies.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet modifies a firewall rule on a server in the resource group that this cmdlet specifies.
-
- String
-
-
-
-
-
- FirewallRuleName
-
- Specifies the name of the firewall rule that this cmdlet modifies.
-
- String
-
- String
-
-
- none
-
-
- StartIpAddress
-
- Specifies the start value of the IP address range for the firewall rule.
-
- String
-
- String
-
-
- none
-
-
- EndIpAddress
-
- Specifies the end value of the IP address range for this rule.
-
- String
-
- String
-
-
- none
-
-
- ServerName
-
- Specifies the name of a server. This cmdlet modifies a firewall rule on the server that this parameter specifies.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of a resource group. This cmdlet modifies a firewall rule on a server in the resource group that this cmdlet specifies.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Modify a firewall rule --------------------------
-
- PS C:\>
-
- PS C:\> Set-AzureRmSqlServerFirewallRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -FirewallRuleName "rule01" -StartIpAddress "192.168.0.197" -EndIpAddress "192.168.0.199"
-
- This command modifies a firewall rule named rule01 on the server named server01. The command modifies the start and end IP addresses.
-
-
- ResourceGroupName : resourcegroup01
+ The default value is Primary.
+
+ String
+
+ String
+
+
+ none
+
+
+ RetentionInDays
+
+ Specifies the number of retention days for the audit logs table. A value of zero (0) means that the table is not retained. The default value is zero. If you specify a value greater than zero, you must specify a value for the TableIdentifer parameter.
+
+ Nullable`1[UInt32]
+
+ Nullable`1[UInt32]
+
+
+ none
+
+
+ TableIdentifier
+
+ Specifies the name of the audit logs table. Specify this value if you specify a value greater than zero for the RetentionInDays parameter.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.ServerAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Set the auditing policy of an Azure SQL server --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -StorageAccountName "Storage22"
+
+ This command sets the auditing policy of the server named server01 to use storage account named Storage22.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Set the storage account key of an already existing auditing policy of an Azure SQL server --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -StorageAccountKey Secondary
+
+ This command sets the auditing policy of the server named server01 to use the secondary key. The command does not modify the storage account name.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 3: Set the auditing policy of an Azure SQL server to use a specific event type --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server01" -EventType Login_Failure
+
+ This command sets the auditing policy of the server named server01 to use the Login_Failure event type. This command does not modify any other setting.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerAuditingPolicy
+
+
+
+ Use-AzureRmSqlServerAuditingPolicy
+
+
+
+
+
+
+
+ Set-AzureRmSqlServerCommunicationLink
+
+
+
+
+
+
+ Set
+ AzureRmSqlServerCommunicationLink
+
+
+
+
+
+
+
+ Set-AzureRmSqlServerCommunicationLink
+
+ LinkName
+
+
+
+ String
+
+
+ PartnerServer
+
+
+
+ String
+
+
+ ServerName
+
+
+
+ String
+
+
+ ResourceGroupName
+
+
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ LinkName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ PartnerServer
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ServerName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ ResourceGroupName
+
+
+
+ String
+
+ String
+
+
+
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Set-AzureRmSqlServerFirewallRule
+
+ Modifies a firewall rule in Azure SQL Database server.
+
+
+
+
+ Set
+ AzureRmSqlServerFirewallRule
+
+
+
+ The Set-AzureRmSqlServerFirewallRule cmdlet modifies a firewall rule in Azure SQL Database server.
+
+
+
+ Set-AzureRmSqlServerFirewallRule
+
+ FirewallRuleName
+
+ Specifies the name of the firewall rule that this cmdlet modifies.
+
+ String
+
+
+ StartIpAddress
+
+ Specifies the start value of the IP address range for the firewall rule.
+
+ String
+
+
+ EndIpAddress
+
+ Specifies the end value of the IP address range for this rule.
+
+ String
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet modifies a firewall rule on the server that this parameter specifies.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet modifies a firewall rule on a server in the resource group that this cmdlet specifies.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ FirewallRuleName
+
+ Specifies the name of the firewall rule that this cmdlet modifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ StartIpAddress
+
+ Specifies the start value of the IP address range for the firewall rule.
+
+ String
+
+ String
+
+
+ none
+
+
+ EndIpAddress
+
+ Specifies the end value of the IP address range for this rule.
+
+ String
+
+ String
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of a server. This cmdlet modifies a firewall rule on the server that this parameter specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of a resource group. This cmdlet modifies a firewall rule on a server in the resource group that this cmdlet specifies.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.FirewallRule.Model.AzureSqlServerFirewallRuleModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Modify a firewall rule --------------------------
+
+ PS C:\>
+
+ PS C:\> Set-AzureRmSqlServerFirewallRule -ResourceGroupName "resourcegroup01" -ServerName "server01" -FirewallRuleName "rule01" -StartIpAddress "192.168.0.197" -EndIpAddress "192.168.0.199"
+
+ This command modifies a firewall rule named rule01 on the server named server01. The command modifies the start and end IP addresses.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
StartIpAddress : 192.168.0.199
EndIpAddress : 192.168.0.200
FirewallRuleName : rule01
-
-
-
-
-
-
-
-
-
-
-
-
- Azure SQL Database
-
-
-
-
- Get-AzureRmSqlServerFirewallRule
-
-
-
-
- New-AzureRmSqlServerFirewallRule
-
-
-
-
- Remove-AzureRmSqlServerFirewallRule
-
-
-
-
-
-
-
-
- Start-AzureRmSqlDatabaseExecuteIndexRecommendation
-
- Starts the workflow that runs a recommended index operation.
-
-
-
-
- Start
- AzureRMSqlDatabaseExecuteIndexRecommendation
-
-
-
- The Start-AzureRmSqlDatabaseExecuteIndexRecommendation cmdlet starts the workflow that runs a recommended index operation in Azure SQL Database.
-
-
-
- Start-AzureRmSqlDatabaseExecuteIndexRecommendation
-
- ServerName
-
- Specifies the server that hosts the database for which this cmdlet starts a workflow.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet starts the workflow.
-
- String
-
-
- IndexRecommendationName
-
- Specifies the name of the index recommendation that this cmdlet runs.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server. This cmdlet starts a workflow on a database that this server hosts.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the server that hosts the database for which this cmdlet starts a workflow.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet starts the workflow.
-
- String
-
- String
-
-
- none
-
-
- IndexRecommendationName
-
- Specifies the name of the index recommendation that this cmdlet runs.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server. This cmdlet starts a workflow on a database that this server hosts.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Run an index recommendation --------------------------
-
- PS C:\>
-
- PS C:\> Start-AzureRmSqlDatabaseExecuteIndexRecommendation -ResourceGroup "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -IndexRecommendationName "INDEX_NAME"
-
- This command runs index recommendation.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseIndexRecommendations
-
-
-
-
- Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
-
-
-
-
-
-
-
-
- Start-AzureRmSqlServerUpgrade
-
- Starts the upgrade of an Azure SQL Database server.
-
-
-
-
- Start
- AzureRMSqlServerUpgrade
-
-
-
- The Start-AzureRmSqlServerUpgrade cmdlet starts the upgrade of an Azure SQL Database server version 11 to version 12. Monitor the progress of an upgrade by using the Get-AzureRmSqlServerUpgrade cmdlet.
-
-
-
- Start-AzureRmSqlServerUpgrade
-
- ServerVersion
-
- Specifies the version to which this cmdlet upgrades the server. Currently, the only valid value is 12.0.
-
- String
-
-
- ScheduleUpgradeAfterUtcDateTime
-
- Specifies the earliest time, as a DateTime object, to upgrade the server. Specify a value in the ISO8601 format, in Coordinated Universal Time (UTC). For more information, type Get-Help Get-Date.
-
- Nullable`1[DateTime]
-
-
- DatabaseCollection
-
- Specifies an array of RecommendedDatabaseProperties objects that this cmdlet uses for the server upgrade.
-
- RecommendedDatabaseProperties[]
-
-
- ElasticPoolCollection
-
- Collection of UpgradeRecommendedElasticPoolProperties objects to be used for the server upgrade. Check the examples on how to construct a sample object.
-
- UpgradeRecommendedElasticPoolProperties[]
-
-
- ServerName
-
- Specifies the name of the server that this cmdlet upgrades.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group in which this cmdlet upgrades a server.
-
- String
-
-
-
-
-
- ServerVersion
-
- Specifies the version to which this cmdlet upgrades the server. Currently, the only valid value is 12.0.
-
- String
-
- String
-
-
- none
-
-
- ScheduleUpgradeAfterUtcDateTime
-
- Specifies the earliest time, as a DateTime object, to upgrade the server. Specify a value in the ISO8601 format, in Coordinated Universal Time (UTC). For more information, type Get-Help Get-Date.
-
- Nullable`1[DateTime]
-
- Nullable`1[DateTime]
-
-
- none
-
-
- DatabaseCollection
-
- Specifies an array of RecommendedDatabaseProperties objects that this cmdlet uses for the server upgrade.
-
- RecommendedDatabaseProperties[]
-
- RecommendedDatabaseProperties[]
-
-
- none
-
-
- ElasticPoolCollection
-
- Collection of UpgradeRecommendedElasticPoolProperties objects to be used for the server upgrade. Check the examples on how to construct a sample object.
-
- UpgradeRecommendedElasticPoolProperties[]
-
- UpgradeRecommendedElasticPoolProperties[]
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that this cmdlet upgrades.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group in which this cmdlet upgrades a server.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Upgrade a Simple server --------------------------
-
- PS C:\>
-
- PS C:\> Start-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server01" -ServerVersion 12.0
-
- This command upgrades the server named server01 in resource group named resourcegroup01 to version 12.0. server01 must currently be version 2.0.
-
-
- ResourceGroupName : resourcegroup01
+
+
+
+
+
+
+
+
+
+
+
+
+ Azure SQL Database
+
+
+
+ Get-AzureRmSqlServerFirewallRule
+
+
+
+ New-AzureRmSqlServerFirewallRule
+
+
+
+ Remove-AzureRmSqlServerFirewallRule
+
+
+
+
+
+
+
+ Start-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+ Starts the workflow that runs a recommended index operation.
+
+
+
+
+ Start
+ AzureRmSqlDatabaseExecuteIndexRecommendation
+
+
+
+ The Start-AzureRmSqlDatabaseExecuteIndexRecommendation cmdlet starts the workflow that runs a recommended index operation in Azure SQL Database.
+
+
+
+ Start-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+ ServerName
+
+ Specifies the server that hosts the database for which this cmdlet starts a workflow.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet starts the workflow.
+
+ String
+
+
+ IndexRecommendationName
+
+ Specifies the name of the index recommendation that this cmdlet runs.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server. This cmdlet starts a workflow on a database that this server hosts.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the server that hosts the database for which this cmdlet starts a workflow.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet starts the workflow.
+
+ String
+
+ String
+
+
+ none
+
+
+ IndexRecommendationName
+
+ Specifies the name of the index recommendation that this cmdlet runs.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server. This cmdlet starts a workflow on a database that this server hosts.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Run an index recommendation --------------------------
+
+ PS C:\>
+
+ PS C:\> Start-AzureRmSqlDatabaseExecuteIndexRecommendation -ResourceGroup "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -IndexRecommendationName "INDEX_NAME"
+
+ This command runs index recommendation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseIndexRecommendations
+
+
+
+ Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+
+
+
+
+
+
+ Start-AzureRmSqlServerUpgrade
+
+ Starts the upgrade of an Azure SQL Database server.
+
+
+
+
+ Start
+ AzureRmSqlServerUpgrade
+
+
+
+ The Start-AzureRmSqlServerUpgrade cmdlet starts the upgrade of an Azure SQL Database server version 11 to version 12. Monitor the progress of an upgrade by using the Get-AzureRmSqlServerUpgrade cmdlet.
+
+
+
+ Start-AzureRmSqlServerUpgrade
+
+ ServerVersion
+
+ Specifies the version to which this cmdlet upgrades the server. Currently, the only valid value is 12.0.
+
+ String
+
+
+ ScheduleUpgradeAfterUtcDateTime
+
+ Specifies the earliest time, as a DateTime object, to upgrade the server. Specify a value in the ISO8601 format, in Coordinated Universal Time (UTC). For more information, type Get-Help Get-Date.
+
+ Nullable`1[DateTime]
+
+
+ DatabaseCollection
+
+ Specifies an array of RecommendedDatabaseProperties objects that this cmdlet uses for the server upgrade.
+
+ RecommendedDatabaseProperties[]
+
+
+ ElasticPoolCollection
+
+ Collection of UpgradeRecommendedElasticPoolProperties objects to be used for the server upgrade. Check the examples on how to construct a sample object.
+
+ UpgradeRecommendedElasticPoolProperties[]
+
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet upgrades.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group in which this cmdlet upgrades a server.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerVersion
+
+ Specifies the version to which this cmdlet upgrades the server. Currently, the only valid value is 12.0.
+
+ String
+
+ String
+
+
+ none
+
+
+ ScheduleUpgradeAfterUtcDateTime
+
+ Specifies the earliest time, as a DateTime object, to upgrade the server. Specify a value in the ISO8601 format, in Coordinated Universal Time (UTC). For more information, type Get-Help Get-Date.
+
+ Nullable`1[DateTime]
+
+ Nullable`1[DateTime]
+
+
+ none
+
+
+ DatabaseCollection
+
+ Specifies an array of RecommendedDatabaseProperties objects that this cmdlet uses for the server upgrade.
+
+ RecommendedDatabaseProperties[]
+
+ RecommendedDatabaseProperties[]
+
+
+ none
+
+
+ ElasticPoolCollection
+
+ Collection of UpgradeRecommendedElasticPoolProperties objects to be used for the server upgrade. Check the examples on how to construct a sample object.
+
+ UpgradeRecommendedElasticPoolProperties[]
+
+ UpgradeRecommendedElasticPoolProperties[]
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that this cmdlet upgrades.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group in which this cmdlet upgrades a server.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Upgrade a Simple server --------------------------
+
+ PS C:\>
+
+ PS C:\> Start-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server01" -ServerVersion 12.0
+
+ This command upgrades the server named server01 in resource group named resourcegroup01 to version 12.0. server01 must currently be version 2.0.
+
+
+ ResourceGroupName : resourcegroup01
ServerName : server01
ServerVersion : 12.0
ScheduleUpgradeAfterUtcDateTime :
DatabaseCollection :
-
-
-
-
-
-
-
-
-
-
- -------------------------- Example 2: Upgrade server by using schedule time and database recommendation --------------------------
-
- PS C:\>
-
- PS C:\> $ScheduleTime = (Get-Date).AddMinutes(5).ToUniversalTime()
+
+
+
+
+
+
+
+
+
+
+ -------------------------- Example 2: Upgrade server by using schedule time and database recommendation --------------------------
+
+ PS C:\>
+
+ PS C:\> $ScheduleTime = (Get-Date).AddMinutes(5).ToUniversalTime()
PS C:\> $DatabaseMap = New-Object -TypeName Microsoft.Azure.Management.Sql.Models.RecommendedDatabaseProperties
-PS C:\> $DatabaseMap.Name = "contosodb"
-PS C:\> $DatabaseMap.TargetEdition = "Standard"
-PS C:\> $DatabaseMap.TargetServiceLevelObjective = "S0"
-PS C:\> Start-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server01" -ServerVersion 12.0 -ScheduleUpgradeAfterUtcDateTime $ScheduleTime -DatabaseCollection ($DatabaseMap)
-
- The first command creates a time five minutes in the future by using the Get-Date core cmdlet. The command stores the date in the $ScheduleTime variable. For more information, type Get-Help Get-Date.
+PS C:\> $DatabaseMap.Name = "contosodb"
+PS C:\> $DatabaseMap.TargetEdition = "Standard"
+PS C:\> $DatabaseMap.TargetServiceLevelObjective = "S0"
+PS C:\> Start-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server01" -ServerVersion 12.0 -ScheduleUpgradeAfterUtcDateTime $ScheduleTime -DatabaseCollection ($DatabaseMap)
+
+ The first command creates a time five minutes in the future by using the Get-Date core cmdlet. The command stores the date in the $ScheduleTime variable. For more information, type Get-Help Get-Date.
The second command creates a RecommendedDatabaseProperties object, and then stores that object in the $DatabaseMap variable.
The next three commands assign values to properties of the object stored in $DatabaseMap.
The final command upgrades the existing server named server02 in the resource group named resourcegroup01 to version 12.0. The earliest time to upgrade is five minutes after you run the command, as specified by the $ScheduleTime variable. After the upgrade, the database contosodb has the edition Standard and the Service Level Objective value of S0.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerUpgrade
-
-
-
-
- Stop-AzureRmSqlServerUpgrade
-
-
-
-
-
-
-
-
- Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
-
- Stops the workflow that runs a recommended index operation.
-
-
-
-
- Stop
- AzureRMSqlDatabaseExecuteIndexRecommendation
-
-
-
- The Stop-AzureRmSqlDatabaseExecuteIndexRecommendation cmdlet stops the workflow that runs a recommended index operation.
-
-
-
- Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
-
- ServerName
-
- Specifies the server that hosts the database for which this cmdlet stops a workflow.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet stops the workflow.
-
- String
-
-
- IndexRecommendationName
-
- Specifies the name of the index recommendation that this cmdlet stops.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server. This cmdlet stops a workflow on a database that this server hosts.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the server that hosts the database for which this cmdlet stops a workflow.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database for which this cmdlet stops the workflow.
-
- String
-
- String
-
-
- none
-
-
- IndexRecommendationName
-
- Specifies the name of the index recommendation that this cmdlet stops.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the server. This cmdlet stops a workflow on a database that this server hosts.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Stop running an index recommendation --------------------------
-
- PS C:\>
-
- PS C:\> Stop-AzureRmSqlDatabaseExecuteIndexRecommendation -ResourceGroup "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -IndexRecommendationName "INDEX_NAME"
-
- This command stops running the index recommendation.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseIndexRecommendations
-
-
-
-
- Start-AzureRmSqlDatabaseExecuteIndexRecommendation
-
-
-
-
-
-
-
-
- Stop-AzureRmSqlServerUpgrade
-
- Stops the upgrade of an Azure SQL Database server.
-
-
-
-
- Stop
- AzureRMSqlServerUpgrade
-
-
-
- The Stop-AzureRmSqlServerUpgrade cmdlet stops the upgrade of an Azure SQL Database server.
-
-
-
- Stop-AzureRmSqlServerUpgrade
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of the server for which this cmdlet stops an upgrade.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group in which this cmdlet stops the upgrade of a server.
-
- String
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
-
-
-
-
- Force
-
- Forces the command to run without asking for user confirmation.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server for which this cmdlet stops an upgrade.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group in which this cmdlet stops the upgrade of a server.
-
- String
-
- String
-
-
- none
-
-
- WhatIf
-
- Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Confirm
-
- Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
-
- SwitchParameter
-
- SwitchParameter
-
-
- false
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Stop a server upgrade --------------------------
-
- PS C:\>
-
- PS C:\> Stop-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server02"
-
- This command stops the request to upgrade the server named server02 in the resource group named resourcegroup01.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlServerUpgrade
-
-
-
-
- Start-AzureRmSqlServerUpgrade
-
-
-
-
-
-
-
-
- Suspend-AzureRmSqlDatabase
-
- Suspends an Azure SQL Data Warehouse database.
-
-
-
-
- Suspend
- AzureRMSqlDatabase
-
-
-
- The Suspend-AzureRmSqlDatabase cmdlet suspends an Azure SQL Data Warehouse database.
-
-
-
- Suspend-AzureRmSqlDatabase
-
- ServerName
-
- Specifies the name of the server which hosts the database that this cmdlet suspends.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet suspends.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group.
-
- String
-
-
-
-
-
- ServerName
-
- Specifies the name of the server which hosts the database that this cmdlet suspends.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database that this cmdlet suspends.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This Suspend-AzureRmSqlDatabase cmdlet works only on Azure SQL Data Warehouse databases. This operation is not supported on Azure SQL Database Basic, Standard and Premium editions.
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Suspends an Azure SQL Data Warehouse database --------------------------
-
- PS C:\>
-
- PS C:\> Suspend-AzureSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
-
- This command suspends an active Azure SQL Data Warehouse database.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabase
-
-
-
-
- New-AzureRmSqlDatabase
-
-
-
-
- Remove-AzureRmSqlDatabase
-
-
-
-
- Resume-AzureRmSqlDatabase
-
-
-
-
- Set-AzureRmSqlDatabase
-
-
-
-
-
-
-
-
- Use-AzureRmSqlServerAuditingPolicy
-
- Specifies that a database uses the auditing policy of its hosting server.
-
-
-
-
- Use
- AzureRMSqlServerAuditingPolicy
-
-
-
- The Use-AzureRmSqlServerAuditingPolicy cmdlet specifies that a database uses the auditing policy of its host server. Specify the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. If no auditing policy is defined for the database server, this cmdlet fails.
- If the host uses server level auditing, threat detection is removed.
-
-
-
- Use-AzureRmSqlServerAuditingPolicy
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
-
- ServerName
-
- Specifies the name of the server that hosts the database to use the auditing policy.
-
- String
-
-
- DatabaseName
-
- Specifies the name of the database to use the auditing policy.
-
- String
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database to use the auditing policy.
-
- String
-
-
-
-
-
- PassThru
-
- Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
-
- SwitchParameter
-
- SwitchParameter
-
-
- none
-
-
- ServerName
-
- Specifies the name of the server that hosts the database to use the auditing policy.
-
- String
-
- String
-
-
- none
-
-
- DatabaseName
-
- Specifies the name of the database to use the auditing policy.
-
- String
-
- String
-
-
- none
-
-
- ResourceGroupName
-
- Specifies the name of the resource group that contains the database to use the auditing policy.
-
- String
-
- String
-
-
- none
-
-
- Profile
-
- Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
-
- azureprofile
-
- azureprofile
-
-
- none
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
-
-
-
-
- -------------------------- Example 1: Define for a database to use the auditing policy of its server --------------------------
-
- PS C:\>
-
- PS C:\> Use-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server02" -DatabaseName "database01"
-
- This command specifies that the database named database01 on server01 uses the auditing policy of its server.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Get-AzureRmSqlDatabaseAuditingPolicy
-
-
-
-
- Get-AzureRmSqlServerAuditingPolicy
-
-
-
-
- Set-AzureRmSqlDatabaseAuditingPolicy
-
-
-
-
- Set-AzureRmSqlServerAuditingPolicy
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerUpgrade
+
+
+
+ Stop-AzureRmSqlServerUpgrade
+
+
+
+
+
+
+
+ Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+ Stops the workflow that runs a recommended index operation.
+
+
+
+
+ Stop
+ AzureRmSqlDatabaseExecuteIndexRecommendation
+
+
+
+ The Stop-AzureRmSqlDatabaseExecuteIndexRecommendation cmdlet stops the workflow that runs a recommended index operation.
+
+
+
+ Stop-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+ ServerName
+
+ Specifies the server that hosts the database for which this cmdlet stops a workflow.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet stops the workflow.
+
+ String
+
+
+ IndexRecommendationName
+
+ Specifies the name of the index recommendation that this cmdlet stops.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server. This cmdlet stops a workflow on a database that this server hosts.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the server that hosts the database for which this cmdlet stops a workflow.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database for which this cmdlet stops the workflow.
+
+ String
+
+ String
+
+
+ none
+
+
+ IndexRecommendationName
+
+ Specifies the name of the index recommendation that this cmdlet stops.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the server. This cmdlet stops a workflow on a database that this server hosts.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Stop running an index recommendation --------------------------
+
+ PS C:\>
+
+ PS C:\> Stop-AzureRmSqlDatabaseExecuteIndexRecommendation -ResourceGroup "resourcegroup01" -ServerName "server01" -DatabaseName "database01" -IndexRecommendationName "INDEX_NAME"
+
+ This command stops running the index recommendation.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseIndexRecommendations
+
+
+
+ Start-AzureRmSqlDatabaseExecuteIndexRecommendation
+
+
+
+
+
+
+
+ Stop-AzureRmSqlServerUpgrade
+
+ Stops the upgrade of an Azure SQL Database server.
+
+
+
+
+ Stop
+ AzureRmSqlServerUpgrade
+
+
+
+ The Stop-AzureRmSqlServerUpgrade cmdlet stops the upgrade of an Azure SQL Database server.
+
+
+
+ Stop-AzureRmSqlServerUpgrade
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the server for which this cmdlet stops an upgrade.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group in which this cmdlet stops the upgrade of a server.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+
+
+
+
+ Force
+
+ Forces the command to run without asking for user confirmation.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server for which this cmdlet stops an upgrade.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group in which this cmdlet stops the upgrade of a server.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ WhatIf
+
+ Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Confirm
+
+ Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ false
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.ServerUpgrade.Model.AzureSqlServerUpgradeModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Stop a server upgrade --------------------------
+
+ PS C:\>
+
+ PS C:\> Stop-AzureRmSqlServerUpgrade -ResourceGroupName "resourcegroup01" -ServerName "server02"
+
+ This command stops the request to upgrade the server named server02 in the resource group named resourcegroup01.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlServerUpgrade
+
+
+
+ Start-AzureRmSqlServerUpgrade
+
+
+
+
+
+
+
+ Suspend-AzureRmSqlDatabase
+
+ Suspends an Azure SQL Data Warehouse database.
+
+
+
+
+ Suspend
+ AzureRmSqlDatabase
+
+
+
+ The Suspend-AzureRmSqlDatabase cmdlet suspends an Azure SQL Data Warehouse database.
+
+
+
+ Suspend-AzureRmSqlDatabase
+
+ ServerName
+
+ Specifies the name of the server which hosts the database that this cmdlet suspends.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet suspends.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ ServerName
+
+ Specifies the name of the server which hosts the database that this cmdlet suspends.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database that this cmdlet suspends.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This Suspend-AzureRmSqlDatabase cmdlet works only on Azure SQL Data Warehouse databases. This operation is not supported on Azure SQL Database Basic, Standard and Premium editions.
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Suspends an Azure SQL Data Warehouse database --------------------------
+
+ PS C:\>
+
+ PS C:\> Suspend-AzureSqlDatabase -ResourceGroupName "resourcegroup01" -ServerName "server01" -DatabaseName "database01"
+
+ This command suspends an active Azure SQL Data Warehouse database.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabase
+
+
+
+ New-AzureRmSqlDatabase
+
+
+
+ Remove-AzureRmSqlDatabase
+
+
+
+ Resume-AzureRmSqlDatabase
+
+
+
+ Set-AzureRmSqlDatabase
+
+
+
+
+
+
+
+ Use-AzureRmSqlServerAuditingPolicy
+
+ Specifies that a database uses the auditing policy of its hosting server.
+
+
+
+
+ Use
+ AzureRmSqlServerAuditingPolicy
+
+
+
+ The Use-AzureRmSqlServerAuditingPolicy cmdlet specifies that a database uses the auditing policy of its host server. Specify the ResourceGroupName, ServerName, and DatabaseName parameters to identify the database. If no auditing policy is defined for the database server, this cmdlet fails.
+ If the host uses server level auditing, threat detection is removed.
+
+
+
+ Use-AzureRmSqlServerAuditingPolicy
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database to use the auditing policy.
+
+ String
+
+
+ DatabaseName
+
+ Specifies the name of the database to use the auditing policy.
+
+ String
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database to use the auditing policy.
+
+ String
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+
+ InformationVariable
+
+
+
+ String
+
+
+
+
+
+ PassThru
+
+ Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
+
+ SwitchParameter
+
+ SwitchParameter
+
+
+ none
+
+
+ ServerName
+
+ Specifies the name of the server that hosts the database to use the auditing policy.
+
+ String
+
+ String
+
+
+ none
+
+
+ DatabaseName
+
+ Specifies the name of the database to use the auditing policy.
+
+ String
+
+ String
+
+
+ none
+
+
+ ResourceGroupName
+
+ Specifies the name of the resource group that contains the database to use the auditing policy.
+
+ String
+
+ String
+
+
+ none
+
+
+ InformationAction
+
+
+
+ ActionPreference
+
+ ActionPreference
+
+
+
+
+
+ InformationVariable
+
+
+
+ String
+
+ String
+
+
+
+
+
+ Profile
+
+ Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.
+
+ azureprofile
+
+ azureprofile
+
+
+ none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Microsoft.Azure.Commands.Sql.Security.Model.DatabaseAuditingPolicyModel
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Keywords: azure, azurerm, arm, resource, management, manager, sql, database, mssql
+
+
+
+
+ -------------------------- Example 1: Define for a database to use the auditing policy of its server --------------------------
+
+ PS C:\>
+
+ PS C:\> Use-AzureRmSqlServerAuditingPolicy -ResourceGroupName "resourcegroup01" -ServerName "server02" -DatabaseName "database01"
+
+ This command specifies that the database named database01 on server01 uses the auditing policy of its server.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Get-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ Get-AzureRmSqlServerAuditingPolicy
+
+
+
+ Set-AzureRmSqlDatabaseAuditingPolicy
+
+
+
+ Set-AzureRmSqlServerAuditingPolicy
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs
index 987709396c02..73e128b82d0c 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs
+++ b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.Designer.cs
@@ -357,6 +357,24 @@ internal static string RemoveAzureSqlServerDescription {
}
}
+ ///
+ /// Looks up a localized string similar to Permanently removing Azure Sql Disaster Recovery Configuration '{0}' on server '{1}'..
+ ///
+ internal static string RemoveAzureSqlServerDisasterRecoveryConfigurationDescription {
+ get {
+ return ResourceManager.GetString("RemoveAzureSqlServerDisasterRecoveryConfigurationDescription", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Are you sure you want to remove the Azure Sql Disaster Recovery Configuration '{0}' on server '{1}'?.
+ ///
+ internal static string RemoveAzureSqlServerDisasterRecoveryConfigurationWarning {
+ get {
+ return ResourceManager.GetString("RemoveAzureSqlServerDisasterRecoveryConfigurationWarning", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Permanently removing Firewall Rule '{0}' for Azure Sql Database Server '{1}'..
///
@@ -409,6 +427,15 @@ internal static string ServerCommunicationLinkNameExists {
get {
return ResourceManager.GetString("ServerCommunicationLinkNameExists", resourceCulture);
}
+ }
+
+ ///
+ /// Looks up a localized string similar to Server Disaster Recovery Configuration already exists in server '{1}'..
+ ///
+ internal static string ServerDisasterRecoveryConfigurationNameExists {
+ get {
+ return ResourceManager.GetString("ServerDisasterRecoveryConfigurationNameExists", resourceCulture);
+ }
}
///
@@ -465,6 +492,16 @@ internal static string SetDataMaskingRuleIdDoesNotExistError {
}
}
+ ///
+ /// Looks up a localized string similar to No Set Options were provided.
+ ///
+ internal static string SetDisasterRecoveryConfigurationNoOptionProvided
+ {
+ get {
+ return ResourceManager.GetString("SetDisasterRecoveryConfigurationNoOptionProvided", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to No Set Options were provided.
///
diff --git a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx
index e5ce2897ef8d..eb1ce6a8af41 100644
--- a/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx
+++ b/src/ResourceManager/Sql/Commands.Sql/Properties/Resources.resx
@@ -141,6 +141,9 @@
The {0} cmdlet is deprecated and will be removed in a future release.
+
+ Server Disaster Recovery Configuration already exists in server '{1}'.
+
Elastic Pool with name: '{0}' already exists in server '{1}'.
@@ -180,6 +183,9 @@
Permanently removing Azure Sql Database '{0}' on server '{1}'.
+
+ Permanently removing Azure Sql Disaster Recovery Configuration '{0}' on server '{1}'.
+
Permanently removing Azure Sql Database Elastic Pool '{0}' on server '{1}'.
@@ -189,6 +195,9 @@
Are you sure you want to remove the Azure Sql Database '{0}' on server '{1}'?
+
+ Are you sure you want to remove the Azure Sql Disaster Recovery Configuration '{0}' on server '{1}'?
+
Removing Azure Sql Server Active Directory Administrator on server '{0}'.
@@ -249,6 +258,9 @@
No Set Options were provided
+
+ No Set Options were provided
+
Dynamic Data Masking is only available in the latest SQL Database Update (V12). Please upgrade to set it up on your database.
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/AzureSqlServerDisasterRecoveryConfigurationActivityCmdletBase.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/AzureSqlServerDisasterRecoveryConfigurationActivityCmdletBase.cs
new file mode 100644
index 000000000000..ba401d615328
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/AzureSqlServerDisasterRecoveryConfigurationActivityCmdletBase.cs
@@ -0,0 +1,66 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Common.Authentication.Models;
+using Microsoft.Azure.Commands.Sql.Common;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Services;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet
+{
+ public abstract class AzureSqlServerDisasterRecoveryConfigurationActivityCmdletBase
+ : AzureSqlCmdletBase, AzureSqlServerDisasterRecoveryConfigurationAdapter>
+ {
+ ///
+ /// Gets or sets the name of the server to use.
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ Position = 1,
+ HelpMessage = "The name of the Azure SQL Server the Disaster Recovery Configuration is in.")]
+ [ValidateNotNullOrEmpty]
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the name of the Server Disaster Recovery Configuration to use.
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The name of the Azure SQL Server Disaster Recovery Configuration.")]
+ [ValidateNotNullOrEmpty]
+ public string ServerDisasterRecoveryConfigurationName { get; set; }
+
+ ///
+ /// Gets or sets the OperationId.
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = true,
+ HelpMessage = "The ID of the operation to retrieve.")]
+ [ValidateNotNullOrEmpty]
+ public Guid? OperationId { get; set; }
+
+ ///
+ /// Initializes the adapter
+ ///
+ ///
+ ///
+ protected override AzureSqlServerDisasterRecoveryConfigurationAdapter InitModelAdapter(AzureSubscription subscription)
+ {
+ return new AzureSqlServerDisasterRecoveryConfigurationAdapter(DefaultProfile.Context);
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/AzureSqlServerDisasterRecoveryConfigurationCmdletBase.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/AzureSqlServerDisasterRecoveryConfigurationCmdletBase.cs
new file mode 100644
index 000000000000..4d6bfccc5b71
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/AzureSqlServerDisasterRecoveryConfigurationCmdletBase.cs
@@ -0,0 +1,46 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Common.Authentication.Models;
+using Microsoft.Azure.Commands.Sql.Common;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Services;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet
+{
+ public abstract class AzureSqlServerDisasterRecoveryConfigurationCmdletBase : AzureSqlCmdletBase, AzureSqlServerDisasterRecoveryConfigurationAdapter>
+ {
+ ///
+ /// Gets or sets the name of the server to use.
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ Position = 1,
+ HelpMessage = "The name of the Azure SQL Server the Disaster Recovery Configuration is in.")]
+ [ValidateNotNullOrEmpty]
+ public string ServerName { get; set; }
+
+ ///
+ /// Initializes the adapter
+ ///
+ ///
+ ///
+ protected override AzureSqlServerDisasterRecoveryConfigurationAdapter InitModelAdapter(AzureSubscription subscription)
+ {
+ return new AzureSqlServerDisasterRecoveryConfigurationAdapter(DefaultProfile.Context);
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/GetAzureSqlServerDisasterRecoveryConfiguration.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/GetAzureSqlServerDisasterRecoveryConfiguration.cs
new file mode 100644
index 000000000000..729f961c3b74
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/GetAzureSqlServerDisasterRecoveryConfiguration.cs
@@ -0,0 +1,75 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet
+{
+ [Cmdlet(VerbsCommon.Get, "AzureRmSqlServerDisasterRecoveryConfiguration",
+ ConfirmImpact = ConfirmImpact.None)]
+ public class GetAzureSqlServerDisasterRecoveryConfiguration : AzureSqlServerDisasterRecoveryConfigurationCmdletBase
+ {
+ ///
+ /// Gets or sets the name of the Server Disaster Recovery Configuration to use.
+ ///
+ [Parameter(Mandatory = false,
+ HelpMessage = "The name of the Azure SQL Server Disaster Recovery Configuration to retrieve.")]
+ public string VirtualEndpointName { get; set; }
+
+ ///
+ /// Get the entities from the service
+ ///
+ /// The list of entities
+ protected override IEnumerable GetEntity()
+ {
+ ICollection results;
+
+ if (MyInvocation.BoundParameters.ContainsKey("VirtualEndpointName"))
+ {
+ results = new List
+ {
+ ModelAdapter.GetServerDisasterRecoveryConfiguration(this.ResourceGroupName, this.ServerName, this.VirtualEndpointName)
+ };
+ }
+ else
+ {
+ results = ModelAdapter.ListServerDisasterRecoveryConfigurations(this.ResourceGroupName, this.ServerName);
+ }
+
+ return results;
+ }
+
+ ///
+ /// No user input to apply to model
+ ///
+ /// Model retrieved from service
+ /// The model that was passed in
+ protected override IEnumerable ApplyUserInputToModel(IEnumerable model)
+ {
+ return model;
+ }
+
+ ///
+ /// No changes to persist to server
+ ///
+ /// The output of apply user input to model
+ /// The input entity
+ protected override IEnumerable PersistChanges(IEnumerable entity)
+ {
+ return entity;
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/GetAzureSqlServerDisasterRecoveryConfigurationActivity.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/GetAzureSqlServerDisasterRecoveryConfigurationActivity.cs
new file mode 100644
index 000000000000..759965d4e03a
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/GetAzureSqlServerDisasterRecoveryConfigurationActivity.cs
@@ -0,0 +1,54 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Collections.Generic;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet
+{
+ [Cmdlet(VerbsCommon.Get, "AzureRmSqlServerDisasterRecoveryConfigurationActivity",
+ ConfirmImpact = ConfirmImpact.None)]
+ public class GetAzureSqlServerDisasterRecoveryConfigurationActivity : AzureSqlServerDisasterRecoveryConfigurationActivityCmdletBase
+ {
+ ///
+ /// Gets Server Disaster Recovery Configuration activity
+ ///
+ /// List of Server Disaster Recovery Configuration activities
+ protected override IEnumerable GetEntity()
+ {
+ return ModelAdapter.ListServerDisasterRecoveryConfigurationActivity(this.ResourceGroupName, this.ServerName, this.ServerDisasterRecoveryConfigurationName, this.OperationId);
+ }
+
+ ///
+ /// No user input to apply to model
+ ///
+ /// Model retrieved from service
+ /// The model that was passed in
+ protected override IEnumerable ApplyUserInputToModel(IEnumerable model)
+ {
+ return model;
+ }
+
+ ///
+ /// No changes to persist to server
+ ///
+ /// The output of apply user input to model
+ /// The input entity
+ protected override IEnumerable PersistChanges(IEnumerable entity)
+ {
+ return entity;
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/NewAzureSqlServerDisasterRecoveryConfiguration.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/NewAzureSqlServerDisasterRecoveryConfiguration.cs
new file mode 100644
index 000000000000..75082997e2e8
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/NewAzureSqlServerDisasterRecoveryConfiguration.cs
@@ -0,0 +1,129 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Collections.Generic;
+using System.Linq;
+using System.Management.Automation;
+using Hyak.Common;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+using Microsoft.Azure.Commands.Sql.Properties;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet
+{
+ ///
+ /// Cmdlet to create a new Azure Sql Server Disaster Recovery Configuration
+ ///
+ [Cmdlet(VerbsCommon.New, "AzureRmSqlServerDisasterRecoveryConfiguration",
+ ConfirmImpact = ConfirmImpact.Low)]
+ public class NewAzureSqlServerDisasterRecoveryConfiguration : AzureSqlServerDisasterRecoveryConfigurationCmdletBase
+ {
+ ///
+ /// Gets or sets the Virtual Endpoint name of the Server Disaster Recovery Configuration to create.
+ ///
+ [Parameter(Mandatory = true,
+ HelpMessage = "The Virtual Endpoint name of the Azure SQL Server Disaster Recovery Configuration to create.")]
+ [ValidateNotNullOrEmpty]
+ public string VirtualEndpointName { get; set; }
+
+ ///
+ /// Gets or sets the name of the partner resource group name for the Server Disaster Recovery Configuration to create.
+ ///
+ [Parameter(Mandatory = true,
+ HelpMessage = "The name of the partner resource group name for the Azure SQL Server Disaster Recovery Configuration to create.")]
+ [ValidateNotNullOrEmpty]
+ public string PartnerResourceGroupName { get; set; }
+
+ ///
+ /// Gets or sets the name of the partner server for the Server Disaster Recovery Configuration to create.
+ ///
+ [Parameter(Mandatory = true,
+ HelpMessage = "The name of the partner server for the Azure SQL Server Disaster Recovery Configuration to create.")]
+ [ValidateNotNullOrEmpty]
+ public string PartnerServerName { get; set; }
+
+ ///
+ /// Gets or sets the failover policy of the Server Disaster Recovery Configuration to create.
+ ///
+ [Parameter(Mandatory = false,
+ HelpMessage = "The failover policy of the Azure SQL Server Disaster Recovery Configuration to create.")]
+ [ValidateNotNullOrEmpty]
+ public string FailoverPolicy { get; set; }
+
+ ///
+ /// Get the entities from the service
+ ///
+ /// The list of entities
+ protected override IEnumerable GetEntity()
+ {
+ // We try to get the Server Disaster Recovery Configuration. Since this is a create, we don't want the Server Disaster Recovery Configuration to exist
+ try
+ {
+ ModelAdapter.ListServerDisasterRecoveryConfigurations(this.ResourceGroupName, this.ServerName);
+ }
+ catch (CloudException ex)
+ {
+ if (ex.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
+ {
+ // This is what we want. We looked and there is no Server Disaster Recovery Configuration with this name.
+ return null;
+ }
+
+ // Unexpected exception encountered
+ throw;
+ }
+
+ // The Server Disaster Recovery Configuration already exists
+ throw new PSArgumentException(
+ string.Format(Microsoft.Azure.Commands.Sql.Properties.Resources.ServerDisasterRecoveryConfigurationNameExists, this.VirtualEndpointName, this.ServerName), "ServerDisasterRecoveryConfigurationName");
+ }
+
+ ///
+ /// Create the model from user input
+ ///
+ /// Model retrieved from service
+ /// The model that was passed in
+ protected override IEnumerable ApplyUserInputToModel(IEnumerable model)
+ {
+ List newEntity = new List();
+
+ newEntity.Add(new AzureSqlServerDisasterRecoveryConfigurationModel()
+ {
+ ResourceGroupName = ResourceGroupName,
+ ServerName = ServerName,
+ ServerDisasterRecoveryConfigurationName = VirtualEndpointName,
+ Location = "",
+ AutoFailover = "",
+ FailoverPolicy = FailoverPolicy,
+ PartnerServerName = PartnerServerName,
+ Role = "Primary"
+ });
+ return newEntity;
+ }
+
+ ///
+ /// Create the new Server Disaster Recovery Configuration
+ ///
+ /// The output of apply user input to model
+ /// The input entity
+ protected override IEnumerable PersistChanges(IEnumerable entity)
+ {
+ string partnerServerId = string.Format("/subscriptions/{0}/resourceGroups/{1}/providers/Microsoft.Sql/servers/{2}",
+ DefaultContext.Subscription.Id, PartnerResourceGroupName, PartnerServerName);
+
+ return new List() {
+ ModelAdapter.CreateServerDisasterRecoveryConfiguration(this.ResourceGroupName, this.ServerName, partnerServerId, entity.First())
+ };
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/RemoveAzureSqlServerDisasterRecoveryConfiguration.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/RemoveAzureSqlServerDisasterRecoveryConfiguration.cs
new file mode 100644
index 000000000000..c0548552f1d8
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/RemoveAzureSqlServerDisasterRecoveryConfiguration.cs
@@ -0,0 +1,92 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System.Collections.Generic;
+using System.Globalization;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+using Microsoft.Azure.Commands.Sql.Properties;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet
+{
+ [Cmdlet(VerbsCommon.Remove, "AzureRmSqlServerDisasterRecoveryConfiguration",
+ SupportsShouldProcess = true,
+ ConfirmImpact = ConfirmImpact.High)]
+ public class RemoveAzureSqlServerDisasterRecoveryConfiguration : AzureSqlServerDisasterRecoveryConfigurationCmdletBase
+ {
+ ///
+ /// Gets or sets the name of the Server Disaster Recovery Configuration to remove.
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = true,
+ Position = 2,
+ HelpMessage = "The name of the Azure SQL Server Disaster Recovery Configuration to remove.")]
+ [ValidateNotNullOrEmpty]
+ public string VirtualEndpointName { get; set; }
+
+ ///
+ /// Defines whether it is ok to skip the requesting of rule removal confirmation
+ ///
+ [Parameter(HelpMessage = "Skip confirmation message for performing the action")]
+ public SwitchParameter Force { get; set; }
+
+ ///
+ /// Get the entities from the service
+ ///
+ /// The list of entities
+ protected override IEnumerable GetEntity()
+ {
+ return new List() {
+ ModelAdapter.GetServerDisasterRecoveryConfiguration(this.ResourceGroupName, this.ServerName, this.VirtualEndpointName)
+ };
+ }
+
+ ///
+ /// No user input to apply to model
+ ///
+ /// Model retrieved from service
+ /// The model that was passed in
+ protected override IEnumerable ApplyUserInputToModel(IEnumerable model)
+ {
+ return model;
+ }
+
+ ///
+ /// No changes to persist to server
+ ///
+ /// The output of apply user input to model
+ /// The input entity
+ protected override IEnumerable PersistChanges(IEnumerable entity)
+ {
+ ModelAdapter.RemoveServerDisasterRecoveryConfiguration(this.ResourceGroupName, this.ServerName, this.VirtualEndpointName);
+ return entity;
+ }
+
+ ///
+ /// Entry point for the cmdlet
+ ///
+ public override void ExecuteCmdlet()
+ {
+ if (!Force.IsPresent && !ShouldProcess(
+ string.Format(CultureInfo.InvariantCulture, Microsoft.Azure.Commands.Sql.Properties.Resources.RemoveAzureSqlServerDisasterRecoveryConfigurationDescription, this.VirtualEndpointName, this.ServerName),
+ string.Format(CultureInfo.InvariantCulture, Microsoft.Azure.Commands.Sql.Properties.Resources.RemoveAzureSqlServerDisasterRecoveryConfigurationWarning, this.VirtualEndpointName, this.ServerName),
+ Microsoft.Azure.Commands.Sql.Properties.Resources.ShouldProcessCaption))
+ {
+ return;
+ }
+
+ base.ExecuteCmdlet();
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/SetAzureSqlServerDisasterRecoveryConfiguration.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/SetAzureSqlServerDisasterRecoveryConfiguration.cs
new file mode 100644
index 000000000000..1bd8ac3cdfe8
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Cmdlet/SetAzureSqlServerDisasterRecoveryConfiguration.cs
@@ -0,0 +1,129 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Commands.Sql.Properties;
+using Microsoft.Azure.Commands.Sql.Replication.Model;
+using System;
+using System.Collections.Generic;
+using System.Globalization;
+using System.Linq;
+using System.Management.Automation;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Cmdlet
+{
+ ///
+ /// Cmdlet to set a new Azure Sql Server Disaster Recovery Configuration (used for failover)
+ ///
+ [Cmdlet(VerbsCommon.Set, "AzureRmSqlServerDisasterRecoveryConfiguration",
+ ConfirmImpact = ConfirmImpact.High)]
+ public class SetAzureSqlServerDisasterRecoveryConfiguration : AzureSqlServerDisasterRecoveryConfigurationCmdletBase
+ {
+
+ internal const string ByFailoverParams = "ByFailoverParams";
+
+ ///
+ /// Gets or sets the Virtual Endpoint name of the Azure SQL Server Disaster Recovery Configuration
+ ///
+ [Parameter(Mandatory = true,
+ HelpMessage = "The name of the Azure SQL Server Disaster Recovery Configuration.")]
+ [ValidateNotNullOrEmpty]
+ public string VirtualEndpointName { get; set; }
+
+ ///
+ /// Gets or sets a value indicating whether this is a failover.
+ ///
+ ///
+ [Parameter(Mandatory = true,
+ ValueFromPipelineByPropertyName = false,
+ ParameterSetName = ByFailoverParams,
+ HelpMessage = "Whether this operation is a failover.")]
+ public SwitchParameter Failover { get; set; }
+
+ ///
+ /// Gets or sets a value indicating whether to make this failover will allow data loss.
+ ///
+ ///
+ [Parameter(Mandatory = false,
+ ValueFromPipelineByPropertyName = false,
+ ParameterSetName = ByFailoverParams,
+ HelpMessage = "Whether this failover operation will allow data loss.")]
+ public SwitchParameter AllowDataLoss { get; set; }
+
+ ///
+ /// Get the entities from the service
+ ///
+ /// The list of entities
+ protected override IEnumerable GetEntity()
+ {
+ return new List()
+ {
+ ModelAdapter.GetServerDisasterRecoveryConfiguration(this.ResourceGroupName, this.ServerName,
+ this.VirtualEndpointName)
+ };
+ }
+
+ ///
+ /// Create the model from user input
+ ///
+ /// Model retrieved from service
+ /// The model that was passed in
+ protected override IEnumerable ApplyUserInputToModel(
+ IEnumerable model)
+ {
+ List newEntity =
+ new List();
+
+ AzureSqlServerDisasterRecoveryConfigurationModel entry = model.First();
+ if (entry != null)
+ {
+ newEntity.Add(new AzureSqlServerDisasterRecoveryConfigurationModel()
+ {
+ ResourceGroupName = entry.ResourceGroupName,
+ ServerName = entry.ServerName,
+ ServerDisasterRecoveryConfigurationName = entry.ServerDisasterRecoveryConfigurationName,
+ Location = entry.Location,
+ AutoFailover = entry.AutoFailover,
+ FailoverPolicy = entry.FailoverPolicy,
+ PartnerServerName = entry.PartnerServerName,
+ Role = entry.Role
+ });
+ }
+ return newEntity;
+ }
+
+ ///
+ /// Update the Server Disaster Recovery Configuration
+ ///
+ /// The output of apply user input to model
+ /// The input entity
+ protected override IEnumerable PersistChanges(
+ IEnumerable entity)
+ {
+ switch (ParameterSetName)
+ {
+ case ByFailoverParams:
+ ModelAdapter.FailoverServerDisasterRecoveryConfiguration(this.ResourceGroupName,
+ this.ServerName, entity.First(), AllowDataLoss.IsPresent);
+ break;
+ default:
+ // Warning user that no options were provided so no action can be taken.
+ WriteWarning(Resources.SetDisasterRecoveryConfigurationNoOptionProvided);
+ break;
+ }
+
+ return entity;
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Model/AzureSqlServerDisasterRecoveryConfigurationActivityModel.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Model/AzureSqlServerDisasterRecoveryConfigurationActivityModel.cs
new file mode 100644
index 000000000000..d0571bc1180c
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Model/AzureSqlServerDisasterRecoveryConfigurationActivityModel.cs
@@ -0,0 +1,101 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model
+{
+ ///
+ /// Represents an Azure Sql Server Disaster Recovery Configuration
+ ///
+ public class AzureSqlServerDisasterRecoveryConfigurationActivityModel
+ {
+ ///
+ /// Represents the state of the properties
+ ///
+ public class ServerDisasterRecoveryConfigurationState
+ {
+ ///
+ /// Gets or sets the properties of the Server Disaster Recovery Configuration at the time of the start of the operation
+ ///
+ public IDictionary Current { get; set; }
+
+ ///
+ /// Gets or sets the requested properties for the Server Disaster Recovery Configuration
+ ///
+ public IDictionary Requested { get; set; }
+ }
+
+ ///
+ /// Gets or sets the operation id
+ ///
+ public Guid OperationId { get; set; }
+
+ ///
+ /// Gets or sets the server name
+ ///
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the Server Disaster Recovery Configuration name
+ ///
+ public string ServerDisasterRecoveryConfigurationName { get; set; }
+
+ ///
+ /// Gets or sets the state
+ ///
+ public string State { get; set; }
+
+ ///
+ /// Gets or sets operation
+ ///
+ public string Operation { get; set; }
+
+ ///
+ /// Gets or sets the error code
+ ///
+ public int? ErrorCode { get; set; }
+
+ ///
+ /// Gets or sets the error message
+ ///
+ public string ErrorMessage { get; set; }
+
+ ///
+ /// Gets or sets the error severity
+ ///
+ public int? ErrorSeverity { get; set; }
+
+ ///
+ /// Gets or sets the start time
+ ///
+ public DateTime? StartTime { get; set; }
+
+ ///
+ /// Gets or sets the end time
+ ///
+ public DateTime? EndTime { get; set; }
+
+ ///
+ /// Gets or sets the percent complete
+ ///
+ public int? PercentComplete { get; set; }
+
+ ///
+ /// Gets or sets the state of the properties associated with the request
+ ///
+ public ServerDisasterRecoveryConfigurationState Properties { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Model/AzureSqlServerDisasterRecoveryConfigurationModel.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Model/AzureSqlServerDisasterRecoveryConfigurationModel.cs
new file mode 100644
index 000000000000..b65b3f01cb75
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Model/AzureSqlServerDisasterRecoveryConfigurationModel.cs
@@ -0,0 +1,102 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model
+{
+ ///
+ /// Represents an Azure Sql Server Disaster Recovery Configuration
+ ///
+ public class AzureSqlServerDisasterRecoveryConfigurationModel
+ {
+ ///
+ /// Gets or sets the name of the resource group
+ ///
+ public string ResourceGroupName { get; set; }
+
+ ///
+ /// Gets or sets the name of the server
+ ///
+ public string ServerName { get; set; }
+
+ ///
+ /// Gets or sets the name of the Server Disaster Recovery Configuration
+ ///
+ public string ServerDisasterRecoveryConfigurationName { get; set; }
+
+ ///
+ /// Gets or sets the name of the Server Disaster Recovery Virtual Endpoint Name
+ ///
+ public string VirtualEndpointName { get; set; }
+
+ ///
+ /// Gets or sets the location of the Server Disaster Recovery Configuration
+ ///
+ public string Location { get; set; }
+
+ ///
+ /// Gets or sets the status of the Server Disaster Recovery Configuration
+ ///
+ public string AutoFailover { get; set; }
+
+ ///
+ /// Gets or sets the creation date of the Server Disaster Recovery Configuration
+ ///
+ public string FailoverPolicy{ get; set; }
+
+ ///
+ /// Gets or sets the tags associated with the server.
+ ///
+ public string PartnerServerName { get; set; }
+
+ ///
+ /// Gets or sets the tags associated with the server.
+ ///
+ public string Role { get; set; }
+
+ ///
+ /// Construct AzureSqlServerDisasterRecoveryConfigurationModel
+ ///
+ public AzureSqlServerDisasterRecoveryConfigurationModel()
+ {
+ }
+
+ ///
+ /// Construct AzureSqlServerDisasterRecoveryConfigurationModel from Management.Sql.Models.ServerDisasterRecoveryConfiguration object
+ ///
+ /// Resource group
+ /// Server name
+ /// ServerDisasterRecoveryConfiguration object
+ public AzureSqlServerDisasterRecoveryConfigurationModel(string resourceGroup, string serverName, Management.Sql.Models.ServerDisasterRecoveryConfiguration serverDisasterRecoveryConfiguration)
+ {
+ ResourceGroupName = resourceGroup;
+ ServerName = serverName;
+
+ // Short-term workaround for missing sdrc. Will remove once upstream issues are resolved.
+ if (serverDisasterRecoveryConfiguration != null)
+ {
+ ServerDisasterRecoveryConfigurationName = serverDisasterRecoveryConfiguration.Name;
+ VirtualEndpointName = serverDisasterRecoveryConfiguration.Name;
+ Location = serverDisasterRecoveryConfiguration.Location;
+ PartnerServerName = serverDisasterRecoveryConfiguration.Properties.PartnerLogicalServerName;
+ AutoFailover = serverDisasterRecoveryConfiguration.Properties.AutoFailover;
+ FailoverPolicy = serverDisasterRecoveryConfiguration.Properties.FailoverPolicy;
+ Role = serverDisasterRecoveryConfiguration.Properties.Role;
+ }
+
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Services/AzureSqlServerDisasterRecoveryConfigurationAdapter.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Services/AzureSqlServerDisasterRecoveryConfigurationAdapter.cs
new file mode 100644
index 000000000000..146aa8406955
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Services/AzureSqlServerDisasterRecoveryConfigurationAdapter.cs
@@ -0,0 +1,179 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using System;
+using System.Collections.Generic;
+using System.Globalization;
+using System.Linq;
+using Microsoft.Azure.Commands.Common.Authentication.Models;
+using Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Model;
+using Microsoft.Azure.Commands.Sql.Server.Adapter;
+using Microsoft.Azure.Commands.Sql.Server.Services;
+using Microsoft.Azure.Commands.Sql.Services;
+
+using Microsoft.Azure.Management.Sql.Models;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Services
+{
+ ///
+ /// Adapter for Server Disaster Recovery Configuration operations
+ ///
+ public class AzureSqlServerDisasterRecoveryConfigurationAdapter
+ {
+ ///
+ /// Gets or sets the AzureSqlServerDisasterRecoveryConfigurationCommunicator which has all the needed management clients
+ ///
+ private AzureSqlServerDisasterRecoveryConfigurationCommunicator Communicator { get; set; }
+
+ ///
+ /// Gets or sets the Azure profile
+ ///
+ public AzureContext Context { get; set; }
+
+ ///
+ /// Gets or sets the Azure Subscription
+ ///
+ private AzureSubscription _subscription { get; set; }
+
+ ///
+ /// Constructs a Server Disaster Recovery Configuration adapter
+ ///
+ /// The current azure profile
+ /// The current azure subscription
+ public AzureSqlServerDisasterRecoveryConfigurationAdapter(AzureContext context)
+ {
+ Context = context;
+ _subscription = context.Subscription;
+ Communicator = new AzureSqlServerDisasterRecoveryConfigurationCommunicator(Context);
+ }
+
+ ///
+ /// Gets an Azure Sql Server Disaster Recovery Configuration by name.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure Sql Server
+ /// The name of the Azure Sql Server Disaster Recovery Configuration
+ /// The Azure Sql Server Disaster Recovery Configuration object
+ internal AzureSqlServerDisasterRecoveryConfigurationModel GetServerDisasterRecoveryConfiguration(string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName)
+ {
+ var resp = Communicator.Get(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName, Util.GenerateTracingId());
+ return CreateServerDisasterRecoveryConfigurationModelFromResponse(resourceGroupName, serverName, resp);
+ }
+
+ ///
+ /// Gets a list of Azure Sql Server DisasterRecoveryConfigurations.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure Sql Server
+ /// A list of Server Disaster Recovery Configuration objects
+ internal ICollection ListServerDisasterRecoveryConfigurations(string resourceGroupName, string serverName)
+ {
+ var resp = Communicator.List(resourceGroupName, serverName, Util.GenerateTracingId());
+
+ return resp.Select((serverDisasterRecoveryConfigurationName) => CreateServerDisasterRecoveryConfigurationModelFromResponse(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName)).ToList();
+ }
+
+ ///
+ /// Creates an Azure Sql Server Disaster Recovery Configuration.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure Sql Server
+ /// The id (path) of the partner Azure Sql Server
+ /// A model containing parameters for the Server Disaster Recovery Configuration
+ /// The created Azure Sql Server Disaster Recovery Configuration
+ internal AzureSqlServerDisasterRecoveryConfigurationModel CreateServerDisasterRecoveryConfiguration(string resourceGroup, string serverName, string partnerServerId, AzureSqlServerDisasterRecoveryConfigurationModel model)
+ {
+ var resp = Communicator.Create(resourceGroup, serverName, model.ServerDisasterRecoveryConfigurationName, Util.GenerateTracingId(), new ServerDisasterRecoveryConfigurationCreateOrUpdateParameters()
+ {
+ Location = model.Location,
+ Properties = new ServerDisasterRecoveryConfigurationCreateOrUpdateProperties()
+ {
+ PartnerServerId = partnerServerId
+ }
+ });
+
+ return CreateServerDisasterRecoveryConfigurationModelFromResponse(resourceGroup, serverName, resp);
+ }
+
+ ///
+ /// Starts failover for an Azure Sql Server Disaster Recovery Configuration.
+ ///
+ /// The name of the resource group
+ /// The name of the Azure Sql Server
+ /// The input parameters for the create/update operation
+ /// Whether or not potential data loss is allowed during the failover
+ internal void FailoverServerDisasterRecoveryConfiguration(string resourceGroup, string serverName, AzureSqlServerDisasterRecoveryConfigurationModel model, bool allowDataLoss)
+ {
+ Communicator.Failover(resourceGroup, serverName, model.ServerDisasterRecoveryConfigurationName, allowDataLoss, Util.GenerateTracingId());
+ }
+
+ ///
+ /// Deletes a Server Disaster Recovery Configuration
+ ///
+ /// The resource group the server is in
+ /// The name of the Azure Sql Server
+ /// The name of the Azure Sql Server Disaster Recovery Configuration to delete
+ public void RemoveServerDisasterRecoveryConfiguration(string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName)
+ {
+ Communicator.Remove(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName, Util.GenerateTracingId());
+ }
+
+ ///
+ /// Gets the Location of the server.
+ ///
+ /// The resource group the server is in
+ /// The name of the server
+ ///
+ public string GetServerLocation(string resourceGroupName, string serverName)
+ {
+ AzureSqlServerAdapter serverAdapter = new AzureSqlServerAdapter(Context);
+ var server = serverAdapter.GetServer(resourceGroupName, serverName);
+ return server.Location;
+ }
+
+ ///
+ /// Converts the response from the service to a powershell Server Disaster Recovery Configuration object
+ ///
+ /// The resource group the server is in
+ /// The name of the Azure Sql Server
+ /// The service response
+ /// The converted model
+ public static AzureSqlServerDisasterRecoveryConfigurationModel CreateServerDisasterRecoveryConfigurationModelFromResponse(string resourceGroup, string serverName, Management.Sql.Models.ServerDisasterRecoveryConfiguration serverDisasterRecoveryConfiguration)
+ {
+ return new AzureSqlServerDisasterRecoveryConfigurationModel(resourceGroup, serverName, serverDisasterRecoveryConfiguration);
+ }
+
+ internal IEnumerable ListServerDisasterRecoveryConfigurationActivity(string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName, Guid? operationId)
+ {
+ var response = Communicator.List(resourceGroupName, serverName, Util.GenerateTracingId());
+
+ IEnumerable list = response.Select((r) =>
+ {
+ return new AzureSqlServerDisasterRecoveryConfigurationActivityModel()
+ {
+ ServerDisasterRecoveryConfigurationName = r.Name,
+
+ };
+ });
+
+ // Check if we have a database name constraint
+ if (!string.IsNullOrEmpty(serverDisasterRecoveryConfigurationName))
+ {
+ list = list.Where(pl => string.Equals(pl.ServerDisasterRecoveryConfigurationName, serverDisasterRecoveryConfigurationName, StringComparison.OrdinalIgnoreCase));
+ }
+
+ return list.ToList();
+ }
+ }
+}
diff --git a/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Services/AzureSqlServerDisasterRecoveryConfigurationCommunicator.cs b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Services/AzureSqlServerDisasterRecoveryConfigurationCommunicator.cs
new file mode 100644
index 000000000000..088a25d58883
--- /dev/null
+++ b/src/ResourceManager/Sql/Commands.Sql/ServerDisasterRecoveryConfiguration/Services/AzureSqlServerDisasterRecoveryConfigurationCommunicator.cs
@@ -0,0 +1,123 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Management.Sql;
+using System;
+using System.Collections.Generic;
+using Microsoft.Azure.Commands.Common.Authentication;
+using Microsoft.Azure.Commands.Common.Authentication.Models;
+using Microsoft.Azure.Commands.Sql.Common;
+using Microsoft.Azure.Management.Sql.Models;
+
+namespace Microsoft.Azure.Commands.Sql.ServerDisasterRecoveryConfiguration.Services
+{
+ ///
+ /// This class is responsible for all the REST communication with the audit REST endpoints
+ ///
+ public class AzureSqlServerDisasterRecoveryConfigurationCommunicator
+ {
+ ///
+ /// The Sql client to be used by this end points communicator
+ ///
+ private static SqlManagementClient SqlClient { get; set; }
+
+ ///
+ /// Gets or set the Azure subscription
+ ///
+ private static AzureSubscription Subscription {get ; set; }
+
+ ///
+ /// Gets or sets the Azure profile
+ ///
+ public AzureContext Context { get; set; }
+
+ ///
+ /// Creates a communicator for Azure Sql Server Disaster Recovery Configuration
+ ///
+ ///
+ public AzureSqlServerDisasterRecoveryConfigurationCommunicator(AzureContext context)
+ {
+ Context = context;
+ if (context.Subscription != Subscription)
+ {
+ Subscription = context.Subscription;
+ SqlClient = null;
+ }
+ }
+
+ ///
+ /// Gets the Azure Sql Server Disaster Recovery Configuration
+ ///
+ public Management.Sql.Models.ServerDisasterRecoveryConfiguration Get(string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName, string clientRequestId)
+ {
+ return GetCurrentSqlClient(clientRequestId).ServerDisasterRecoveryConfigurations.Get(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName).ServerDisasterRecoveryConfiguration;
+ }
+
+ ///
+ /// Lists Azure Sql Server Disaster Recovery Configurations
+ ///
+ public IList List(string resourceGroupName, string serverName, string clientRequestId)
+ {
+ return GetCurrentSqlClient(clientRequestId).ServerDisasterRecoveryConfigurations.List(resourceGroupName, serverName).ServerDisasterRecoveryConfigurations;
+ }
+
+ ///
+ /// Creates a Disaster Recovery Configuration
+ ///
+ public Management.Sql.Models.ServerDisasterRecoveryConfiguration Create(string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName, string clientRequestId, ServerDisasterRecoveryConfigurationCreateOrUpdateParameters parameters)
+ {
+ return GetCurrentSqlClient(clientRequestId).ServerDisasterRecoveryConfigurations.CreateOrUpdate(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName, parameters).ServerDisasterRecoveryConfiguration;
+ }
+
+ ///
+ /// Failover a Disaster Recovery Configuration
+ ///
+ public void Failover(string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName, bool allowDataLoss, string clientRequestId)
+ {
+ if (allowDataLoss)
+ {
+ GetCurrentSqlClient(clientRequestId).ServerDisasterRecoveryConfigurations.FailoverAllowDataLoss(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName);
+ }
+ else
+ {
+ GetCurrentSqlClient(clientRequestId).ServerDisasterRecoveryConfigurations.Failover(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName);
+ }
+ }
+
+ ///
+ /// Deletes a Server Disaster Recovery Configuration
+ ///
+ public void Remove(string resourceGroupName, string serverName, string serverDisasterRecoveryConfigurationName, string clientRequestId)
+ {
+ GetCurrentSqlClient(clientRequestId).ServerDisasterRecoveryConfigurations.Delete(resourceGroupName, serverName, serverDisasterRecoveryConfigurationName);
+ }
+
+ ///
+ /// Retrieve the SQL Management client for the currently selected subscription, adding the session and request
+ /// id tracing headers for the current cmdlet invocation.
+ ///
+ /// The SQL Management client for the currently selected subscription.
+ private SqlManagementClient GetCurrentSqlClient(String clientRequestId)
+ {
+ // Get the SQL management client for the current subscription
+ if (SqlClient == null)
+ {
+ SqlClient = AzureSession.ClientFactory.CreateClient(Context, AzureEnvironment.Endpoint.ResourceManager);
+ }
+ SqlClient.HttpClient.DefaultRequestHeaders.Remove(Constants.ClientRequestIdHeaderName);
+ SqlClient.HttpClient.DefaultRequestHeaders.Add(Constants.ClientRequestIdHeaderName, clientRequestId);
+ return SqlClient;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Sql/Commands.Sql/packages.config b/src/ResourceManager/Sql/Commands.Sql/packages.config
index b0623f1a1ea6..69da83ed81ef 100644
--- a/src/ResourceManager/Sql/Commands.Sql/packages.config
+++ b/src/ResourceManager/Sql/Commands.Sql/packages.config
@@ -5,7 +5,7 @@
-
+
@@ -16,7 +16,7 @@
-
+
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj b/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj
index 4cf8051242e2..121a048e037d 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj
+++ b/src/ResourceManager/Storage/Commands.Management.Storage.Test/Commands.Management.Storage.Test.csproj
@@ -80,7 +80,7 @@
..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.2.5.4\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config b/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config
index e70f8a68b4f1..03d86ce332b5 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config
+++ b/src/ResourceManager/Storage/Commands.Management.Storage.Test/packages.config
@@ -15,7 +15,7 @@
-
+
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj b/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj
index a31fe3054228..19aaecbf8be3 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj
+++ b/src/ResourceManager/Storage/Commands.Management.Storage/Commands.Management.Storage.csproj
@@ -92,7 +92,7 @@
..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.2.5.4\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Storage/Commands.Management.Storage/packages.config b/src/ResourceManager/Storage/Commands.Management.Storage/packages.config
index 62fa0467fb0b..b5aa0b4f6fa2 100644
--- a/src/ResourceManager/Storage/Commands.Management.Storage/packages.config
+++ b/src/ResourceManager/Storage/Commands.Management.Storage/packages.config
@@ -14,7 +14,7 @@
-
+
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
index 97589a0aa804..562d3619dcbe 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/Commands.StreamAnalytics.Test.csproj
@@ -101,7 +101,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
index 76fc32266f08..f310aad16044 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics.Test/packages.config
@@ -19,7 +19,7 @@
-
+
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
index 7f5fb8048b57..d9b723def23e 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/Commands.StreamAnalytics.csproj
@@ -94,7 +94,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
index 4e38d37a1677..0ac6ce4c4b59 100644
--- a/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
+++ b/src/ResourceManager/StreamAnalytics/Commands.StreamAnalytics/packages.config
@@ -15,7 +15,7 @@
-
+
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj
index 76b6ccc09a78..0365ed58c0d8 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/Commands.TrafficManager.Test.csproj
@@ -85,7 +85,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config
index a5c3c77fa439..74f196adcaea 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2.Test/packages.config
@@ -14,7 +14,7 @@
-
+
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj
index 0ab7ae1a975e..93a14e036756 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/Commands.TrafficManager.csproj
@@ -67,7 +67,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config
index 23ef0d812519..e1d4f577e575 100644
--- a/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config
+++ b/src/ResourceManager/TrafficManager/Commands.TrafficManager2/packages.config
@@ -14,7 +14,7 @@
-
+
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj
index 75b188fceb4f..2437d0de9bce 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/Commands.UsageAggregates.Test.csproj
@@ -72,7 +72,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config
index 6642423e67f4..a1633b01eaee 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates.Test/packages.config
@@ -12,7 +12,7 @@
-
+
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj
index 307b0b65aa70..fbb4f8ff5c74 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/Commands.UsageAggregates.csproj
@@ -64,7 +64,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config
index 7342bc2ef421..bc6b0143e05d 100644
--- a/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config
+++ b/src/ResourceManager/UsageAggregates/Commands.UsageAggregates/packages.config
@@ -10,6 +10,6 @@
-
+
\ No newline at end of file
diff --git a/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj b/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj
index 8e7192cfb386..110d62a0e29b 100644
--- a/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj
+++ b/src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj
@@ -96,7 +96,7 @@
True
- ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.0-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
+ ..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.0.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll
True
diff --git a/src/ResourceManager/Websites/Commands.Websites/packages.config b/src/ResourceManager/Websites/Commands.Websites/packages.config
index 1a8a5ceb792e..eeb7cc15e088 100644
--- a/src/ResourceManager/Websites/Commands.Websites/packages.config
+++ b/src/ResourceManager/Websites/Commands.Websites/packages.config
@@ -15,6 +15,6 @@
-
+
\ No newline at end of file
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs b/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs
index 3e5959706da9..ac597b61e6c3 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement/IaaS/Extensions/Chef/SetAzureVMChefExtension.cs
@@ -193,7 +193,7 @@ private void SetPublicConfig()
if (!IsClientRbEmpty)
{
ClientConfig = Regex.Replace(File.ReadAllText(this.ClientRb),
- "\"|'", "\\\"").TrimEnd('\r', '\n');
+ "\"|'", "\\\"").TrimEnd('\r', '\n').Replace("\r\n", "\\r\\n");
// Append ChefServerUrl and ValidationClientName to end of ClientRb
if (!IsChefServerUrlEmpty && !IsValidationClientNameEmpty)
{